Searched refs:REQUEST_FUNCTION_PARMS (Results 1 – 1 of 1) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_request_direct.c | 53 #define REQUEST_FUNCTION_PARMS(func_core, ...) \ macro 74 REQUEST_FUNCTION_PARMS(nrf_802154_core_sleep, term_lvl) in nrf_802154_request_sleep() 83 REQUEST_FUNCTION_PARMS(nrf_802154_core_receive, in nrf_802154_request_receive() 97 REQUEST_FUNCTION_PARMS(nrf_802154_core_transmit, in nrf_802154_request_transmit() 107 REQUEST_FUNCTION_PARMS(nrf_802154_core_ack_timeout_handle, p_param); in nrf_802154_request_ack_timeout_handle() 112 REQUEST_FUNCTION_PARMS(nrf_802154_core_energy_detection, term_lvl, time_us) in nrf_802154_request_energy_detection() 117 REQUEST_FUNCTION_PARMS(nrf_802154_core_cca, term_lvl) in nrf_802154_request_cca() 124 REQUEST_FUNCTION_PARMS(nrf_802154_core_continuous_carrier, term_lvl) in nrf_802154_request_continuous_carrier() 130 REQUEST_FUNCTION_PARMS(nrf_802154_core_modulated_carrier, term_lvl, p_data) in nrf_802154_request_modulated_carrier() 137 REQUEST_FUNCTION_PARMS(nrf_802154_core_notify_buffer_free, p_data) in nrf_802154_request_buffer_free() [all …]
|