Searched refs:REQUEST_FUNCTION (Results 1 – 2 of 2) sorted by relevance
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_request_swi.c | 287 #define REQUEST_FUNCTION(func_core, func_swi, ...) \ macro 687 REQUEST_FUNCTION(nrf_802154_core_sleep, swi_sleep, term_lvl) in nrf_802154_request_sleep() 696 REQUEST_FUNCTION(nrf_802154_core_receive, in nrf_802154_request_receive() 711 REQUEST_FUNCTION(nrf_802154_core_transmit, in nrf_802154_request_transmit() 722 REQUEST_FUNCTION(nrf_802154_core_ack_timeout_handle, swi_ack_timeout_handle, p_param); in nrf_802154_request_ack_timeout_handle() 728 REQUEST_FUNCTION(nrf_802154_core_energy_detection, in nrf_802154_request_energy_detection() 736 REQUEST_FUNCTION(nrf_802154_core_cca, swi_cca, term_lvl) in nrf_802154_request_cca() 742 REQUEST_FUNCTION(nrf_802154_core_continuous_carrier, in nrf_802154_request_continuous_carrier() 750 REQUEST_FUNCTION(nrf_802154_core_modulated_carrier, in nrf_802154_request_modulated_carrier() 760 REQUEST_FUNCTION(nrf_802154_core_notify_buffer_free, swi_buffer_free, p_data) in nrf_802154_request_buffer_free() [all …]
|
| D | nrf_802154_request_direct.c | 60 #define REQUEST_FUNCTION(func_core) \ macro 142 REQUEST_FUNCTION(nrf_802154_core_antenna_update) in nrf_802154_request_antenna_update() 152 REQUEST_FUNCTION(nrf_802154_core_cca_cfg_update) in nrf_802154_request_cca_cfg_update() 157 REQUEST_FUNCTION(nrf_802154_core_rssi_measure) in nrf_802154_request_rssi_measure() 180 REQUEST_FUNCTION(nrf_802154_delayed_trx_transmit_cancel); in nrf_802154_request_transmit_at_cancel()
|