nrfx 3.3
Data Structures | Functions
IPCT support

Support for IPCT interconnection services. More...

Data Structures

struct  nrfx_interconnect_ipct_t
 IPCT properties structure. More...
 

Functions

nrf_domain_t nrfx_interconnect_ipct_domain_get (nrfx_interconnect_ipct_t const *p_ipct_prop)
 Function for getting the domain to which the specified IPCT belongs.
 
nrfx_interconnect_ipct_t const * nrfx_interconnect_ipct_get (nrfx_interconnect_apb_t const *p_apb_prop)
 Function for getting IPCT properties structure by pointer to APB bus properties structure to which this particular IPCT belongs.
 
size_t nrfx_interconnect_ipct_global_num_of_get (void)
 Function for getting number entries for global domain in IPCT peripheral properties array.
 
nrfx_interconnect_ipct_t const * nrfx_interconnect_ipct_global_by_idx_get (uint8_t idx)
 Function for getting IPCT properties structure by index of IPCT peripheral properties array.
 

Detailed Description

Support for IPCT interconnection services.

Function Documentation

◆ nrfx_interconnect_ipct_domain_get()

nrf_domain_t nrfx_interconnect_ipct_domain_get ( nrfx_interconnect_ipct_t const *  p_ipct_prop)

Function for getting the domain to which the specified IPCT belongs.

Parameters
[in]p_ipct_propPointer to IPCT properties structure.
Returns
Domain that includes the specified IPCT.

◆ nrfx_interconnect_ipct_get()

nrfx_interconnect_ipct_t const * nrfx_interconnect_ipct_get ( nrfx_interconnect_apb_t const *  p_apb_prop)

Function for getting IPCT properties structure by pointer to APB bus properties structure to which this particular IPCT belongs.

Parameters
[in]p_apb_propPointer to APB properties structure.
Returns
Pointer to the IPCT properties structure that belongs to the specified APB bus.

◆ nrfx_interconnect_ipct_global_by_idx_get()

nrfx_interconnect_ipct_t const * nrfx_interconnect_ipct_global_by_idx_get ( uint8_t  idx)

Function for getting IPCT properties structure by index of IPCT peripheral properties array.

Parameters
[in]idxIndex of entry in IPCT peripheral properties array.
Returns
Pointer to the properties structure that represents IPCT assigned to given index.

◆ nrfx_interconnect_ipct_global_num_of_get()

size_t nrfx_interconnect_ipct_global_num_of_get ( void  )

Function for getting number entries for global domain in IPCT peripheral properties array.

Returns
Number of entries in global IPCT peripheral properties array.

Documentation feedback | Developer Zone | Subscribe | Updated