Home
last modified time | relevance | path

Searched defs:id (Results 1 – 25 of 40) sorted by relevance

12

/hal_nordic-latest/drivers/nrf_802154/driver/src/
Dnrf_802154_request_swi.c118 uint32_t id; ///< Identifier of a reception window. member
218 uint32_t id; member
224 uint32_t id; member
360 uint32_t id, in swi_receive()
632 uint32_t id, in swi_receive_at()
647 static void swi_receive_at_cancel(uint32_t id, bool * p_result) in swi_receive_at_cancel()
694 uint32_t id) in nrf_802154_request_receive()
806 uint32_t id) in nrf_802154_request_receive_at()
811 bool nrf_802154_request_receive_at_cancel(uint32_t id) in nrf_802154_request_receive_at_cancel()
Dnrf_802154_request_direct.c81 uint32_t id) in nrf_802154_request_receive()
186 uint32_t id) in nrf_802154_request_receive_at()
191 bool nrf_802154_request_receive_at_cancel(uint32_t id) in nrf_802154_request_receive_at_cancel()
Dnrf_802154_notification_swi.c155 uint32_t id; ///< Identifier of reception window the error occured in. member
196 uint8_t id; ///< Identifier of the pool and an entry within. member
347 bool swi_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in swi_notify_receive_failed()
599 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed()
Dnrf_802154.c540 uint32_t id) in nrf_802154_receive_at()
552 bool nrf_802154_receive_at_cancel(uint32_t id) in nrf_802154_receive_at_cancel()
1004 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed()
Dnrf_802154_co.c93 void nrf_802154_co_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_co_receive_failed()
Dnrf_802154_notification_direct.c74 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed()
/hal_nordic-latest/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c141 rsch_dly_ts_id_t id; ///< Identifier of the delayed timeslot. member
178 static dly_op_data_t * dly_rx_data_by_id_search(rsch_dly_ts_id_t id) in dly_rx_data_by_id_search()
261 static dly_op_data_t * dly_tx_data_by_id_search(rsch_dly_ts_id_t id) in dly_tx_data_by_id_search()
828 uint32_t id) in nrf_802154_delayed_trx_receive()
891 bool nrf_802154_delayed_trx_receive_cancel(uint32_t id) in nrf_802154_delayed_trx_receive_cancel()
Dnrf_802154_security_pib_ram.c48 uint8_t id[KEY_ID_MODE_3_SIZE]; member
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_timer.h62 #define NRFX_TIMER_INSTANCE(id) \ argument
113 #define NRFX_TIMER_FREQUENCY_STATIC_CHECK(id, frequency) \ argument
Dnrfx_spim.h68 #define NRFX_SPIM_INSTANCE(id) \ argument
177 #define NRFX_SPIM_FREQUENCY_STATIC_CHECK(id, frequency) \ argument
Dnrfx_dppi.h68 #define NRFX_DPPI_INSTANCE(id) \ argument
Dnrfx_bellboard.h66 #define NRFX_BELLBOARD_INSTANCE(id) \ argument
Dnrfx_egu.h68 #define NRFX_EGU_INSTANCE(id) \ argument
Dnrfx_wdt.h116 #define NRFX_WDT_INSTANCE(id) \ argument
Dnrfx_ppib.h102 #define NRFX_PPIB_INSTANCE(id) \ argument
Dnrfx_rtc.h74 #define NRFX_RTC_INSTANCE(id) \ argument
Dnrfx_i2s.h113 #define NRFX_I2S_INSTANCE(id) \ argument
Dnrfx_pwm.h59 #define NRFX_PWM_INSTANCE(id) \ argument
Dnrfx_twis.h68 #define NRFX_TWIS_INSTANCE(id) \ argument
Dnrfx_qdec.h102 #define NRFX_QDEC_INSTANCE(id) \ argument
/hal_nordic-latest/nrfx/hal/
Dnrf_timer.h135 #define TIMER_MAX_SIZE(id) NRFX_CONCAT_3(TIMER, id, _MAX_SIZE) argument
146 #define TIMER_BIT_WIDTH_MAX(id, bit_width) \ argument
305 #define NRF_TIMER_CC_CHANNEL_COUNT(id) NRFX_CONCAT_3(TIMER, id, _CC_NUM) argument
/hal_nordic-latest/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_app.c226 uint32_t id; in spinel_decode_prop_nrf_802154_receive_failed() local
741 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed()
Dnrf_802154_spinel_app.c511 uint32_t id) in nrf_802154_receive_at()
545 bool nrf_802154_receive_at_cancel(uint32_t id) in nrf_802154_receive_at_cancel()
Dnrf_802154_spinel_net.c256 void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed()
/hal_nordic-latest/drivers/nrf_802154/sl/include/rsch/
Dnrf_802154_rsch.h173 …rsch_dly_ts_id_t id; ///< Identifier of the timeslot provided by its o… member

12