Home
last modified time | relevance | path

Searched defs:p_obj (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/drivers/nrf_802154/sl/include/
Dnrf_802154_sl_atomics.h103 static inline bool nrf_802154_sl_atomic_cas_u32(uint32_t * p_obj, in nrf_802154_sl_atomic_cas_u32()
139 static inline bool nrf_802154_sl_atomic_cas_u16(uint16_t * p_obj, in nrf_802154_sl_atomic_cas_u16()
175 static inline bool nrf_802154_sl_atomic_cas_u8(uint8_t * p_obj, in nrf_802154_sl_atomic_cas_u8()
206 static inline void nrf_802154_sl_atomic_store_u32(uint32_t * p_obj, uint32_t value) in nrf_802154_sl_atomic_store_u32()
220 static inline void nrf_802154_sl_atomic_store_u16(uint16_t * p_obj, uint16_t value) in nrf_802154_sl_atomic_store_u16()
234 static inline void nrf_802154_sl_atomic_store_u8(uint8_t * p_obj, uint8_t value) in nrf_802154_sl_atomic_store_u8()
247 static inline uint32_t nrf_802154_sl_atomic_load_u32(uint32_t * p_obj) in nrf_802154_sl_atomic_load_u32()
264 static inline uint16_t nrf_802154_sl_atomic_load_u16(uint16_t * p_obj) in nrf_802154_sl_atomic_load_u16()
281 static inline uint8_t nrf_802154_sl_atomic_load_u8(uint8_t * p_obj) in nrf_802154_sl_atomic_load_u8()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_buffer_mgr_src.c46 nrf_802154_buffer_mgr_src_t * p_obj, in nrf_802154_buffer_mgr_src_init()
63 nrf_802154_buffer_mgr_src_t * p_obj, in nrf_802154_buffer_mgr_src_add()
80 nrf_802154_buffer_mgr_src_t * p_obj, in nrf_802154_buffer_mgr_src_search_by_buffer_handle()
95 nrf_802154_buffer_mgr_src_t * p_obj, in nrf_802154_buffer_mgr_src_remove_by_buffer_handle()
Dnrf_802154_buffer_mgr_dst.c45 nrf_802154_buffer_mgr_dst_t * p_obj, in nrf_802154_buffer_mgr_dst_init()
62 nrf_802154_buffer_mgr_dst_t * p_obj, in nrf_802154_buffer_mgr_dst_add()
87 nrf_802154_buffer_mgr_dst_t * p_obj, in nrf_802154_buffer_mgr_dst_search_by_local_pointer()
95 nrf_802154_buffer_mgr_dst_t * p_obj, in nrf_802154_buffer_mgr_dst_remove_by_local_pointer()
Dnrf_802154_buffer_allocator.c110 void nrf_802154_buffer_allocator_init(nrf_802154_buffer_allocator_t * p_obj, in nrf_802154_buffer_allocator_init()
129 void * nrf_802154_buffer_allocator_alloc(const nrf_802154_buffer_allocator_t * p_obj) in nrf_802154_buffer_allocator_alloc()
134 void nrf_802154_buffer_allocator_free(const nrf_802154_buffer_allocator_t * p_obj, in nrf_802154_buffer_allocator_free()
/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_bsim_utils.c45 nrf_802154_bsim_utils_core_hooks_adjustments_t * p_obj) in nrf_802154_bsim_utils_core_hooks_adjustments_get()
51 const nrf_802154_bsim_utils_core_hooks_adjustments_t * p_obj) in nrf_802154_bsim_utils_core_hooks_adjustments_set()
/hal_nordic-latest/drivers/nrf_802154/serialization/src/include/
Dnrf_802154_buffer_allocator.h130 const nrf_802154_buffer_allocator_t * p_obj) in nrf_802154_buffer_allocator_capacity()