Searched refs:map (Results 1 – 10 of 10) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/ |
| D | nrf_802154_buffer_mgr_src.c | 55 nrf_802154_kvmap_init(&p_obj->map, in nrf_802154_buffer_mgr_src_init() 70 result = nrf_802154_kvmap_add(&p_obj->map, &buffer_handle, NULL); in nrf_802154_buffer_mgr_src_add() 86 if (nrf_802154_kvmap_search(&p_obj->map, &buffer_handle, NULL)) in nrf_802154_buffer_mgr_src_search_by_buffer_handle() 98 return nrf_802154_kvmap_remove(&p_obj->map, &buffer_handle); in nrf_802154_buffer_mgr_src_remove_by_buffer_handle()
|
| D | nrf_802154_buffer_mgr_dst.c | 50 nrf_802154_kvmap_init(&p_obj->map, in nrf_802154_buffer_mgr_dst_init() 75 result = nrf_802154_kvmap_add(&p_obj->map, pp_local_pointer, &buffer_handle); in nrf_802154_buffer_mgr_dst_add() 91 return nrf_802154_kvmap_search(&p_obj->map, &p_local_pointer, p_buffer_handle); in nrf_802154_buffer_mgr_dst_search_by_local_pointer() 100 result = nrf_802154_kvmap_remove(&p_obj->map, &p_local_pointer); in nrf_802154_buffer_mgr_dst_remove_by_local_pointer()
|
| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_uicr.h | 681 nrf_uicr_ipcmap_config_t map; in nrf_uicr_ipcmap_config_get() local 683 map.source.ipct_channel = (p_reg->IPCMAP[index] & UICR_IPCMAP_IPCTCHSOURCE_Msk) in nrf_uicr_ipcmap_config_get() 686 map.source.domain = (nrf_domain_t)((p_reg->IPCMAP[index] & UICR_IPCMAP_DOMAINIDSOURCE_Msk) in nrf_uicr_ipcmap_config_get() 689 map.sink.ipct_channel = (p_reg->IPCMAP[index] & UICR_IPCMAP_IPCTCHSINK_Msk) in nrf_uicr_ipcmap_config_get() 692 map.sink.domain = (nrf_domain_t)((p_reg->IPCMAP[index] & UICR_IPCMAP_DOMAINIDSINK_Msk) in nrf_uicr_ipcmap_config_get() 695 return map; in nrf_uicr_ipcmap_config_get()
|
| /hal_nordic-latest/drivers/nrf_802154/serialization/src/include/ |
| D | nrf_802154_buffer_mgr_src.h | 68 nrf_802154_kvmap_t map; member
|
| D | nrf_802154_buffer_mgr_dst.h | 72 nrf_802154_kvmap_t map; member
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txtx/ |
| D | README.md | 21 * @p m_drone_reg is used as an internal register map of the drone.
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_twim_twis/txrx/ |
| D | README.md | 23 * @p m_drone_reg is used as an internal register map of the drone.
|
| /hal_nordic-latest/nrfx/samples/doc/buildfiles/ |
| D | extra_stylesheet.css | 407 img.map, map area{
|
| /hal_nordic-latest/nrfx/doc/buildfiles/ |
| D | extra_stylesheet.css | 411 img.map, map area{
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 42 - Fixed the nRF54L15 memory map description in the nrfx_ram_ctrl helper. Now, it corresponds to the…
|