nrfx 3.3
Macros | Functions
IPCMAP HAL

Hardware access layer for managing the Inter-Processor Map (IPCMAP) peripheral. More...

Macros

#define NRF_IPCMAP_CHANNEL_COUNT   IPCMAP_CHANNEL_MaxCount
 Number of IPCMAP channels.
 

Functions

NRF_STATIC_INLINE void nrf_ipcmap_source_config_set (NRF_IPCMAP_Type *p_reg, uint16_t index, uint8_t source, nrf_domain_t domain)
 Function for setting the configuration of channel source.
 
NRF_STATIC_INLINE void nrf_ipcmap_sink_config_set (NRF_IPCMAP_Type *p_reg, uint16_t index, uint8_t sink, nrf_domain_t domain)
 Function for setting the configuration of channel sink.
 
NRF_STATIC_INLINE void nrf_ipcmap_source_enable_set (NRF_IPCMAP_Type *p_reg, uint16_t index, bool enable)
 Function for enabling the channel source.
 

Detailed Description

Hardware access layer for managing the Inter-Processor Map (IPCMAP) peripheral.

Function Documentation

◆ nrf_ipcmap_sink_config_set()

NRF_STATIC_INLINE void nrf_ipcmap_sink_config_set ( NRF_IPCMAP_Type *  p_reg,
uint16_t  index,
uint8_t  sink,
nrf_domain_t  domain 
)

Function for setting the configuration of channel sink.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]indexIndex of the IPCMAP channel.
[in]sinkSink identification for IPC mapping.
[in]domainDomain identifier.

◆ nrf_ipcmap_source_config_set()

NRF_STATIC_INLINE void nrf_ipcmap_source_config_set ( NRF_IPCMAP_Type *  p_reg,
uint16_t  index,
uint8_t  source,
nrf_domain_t  domain 
)

Function for setting the configuration of channel source.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]indexIndex of the IPCMAP channel.
[in]sourceSource identification for IPC mapping.
[in]domainDomain identifier.

◆ nrf_ipcmap_source_enable_set()

NRF_STATIC_INLINE void nrf_ipcmap_source_enable_set ( NRF_IPCMAP_Type *  p_reg,
uint16_t  index,
bool  enable 
)

Function for enabling the channel source.

Parameters
[in]p_regPointer to the structure of registers of the peripheral.
[in]indexIndex of the IPCMAP channel.
[in]enableTrue if channel source is to be enabled, false otherwise.

Documentation feedback | Developer Zone | Subscribe | Updated