Home
last modified time | relevance | path

Searched defs:p_data (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/modules/hal_nordic/nrfx/
Dnrfx_glue.h142 #define NRFX_ATOMIC_FETCH_STORE(p_data, value) atomic_set(p_data, value) argument
152 #define NRFX_ATOMIC_FETCH_OR(p_data, value) atomic_or(p_data, value) argument
163 #define NRFX_ATOMIC_FETCH_AND(p_data, value) atomic_and(p_data, value) argument
174 #define NRFX_ATOMIC_FETCH_XOR(p_data, value) atomic_xor(p_data, value) argument
185 #define NRFX_ATOMIC_FETCH_ADD(p_data, value) atomic_add(p_data, value) argument
196 #define NRFX_ATOMIC_FETCH_SUB(p_data, value) atomic_sub(p_data, value) argument
/Zephyr-Core-2.7.6/modules/hal_nordic/nrf_802154/serialization/platform/
Dnrf_802154_spinel_response_notifier.c111 const void *p_data, in nrf_802154_spinel_response_notifier_property_notify()
Dnrf_802154_spinel_backend_ipc.c136 nrf_802154_ser_err_t nrf_802154_spinel_encoded_packet_send(const void *p_data, in nrf_802154_spinel_encoded_packet_send()
/Zephyr-Core-2.7.6/tests/drivers/uart/uart_mix_fifo_poll/src/
Dmain.c233 static void int_async_thread_func(void *p_data, void *base, void *range) in int_async_thread_func()