Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 46) sorted by relevance

12

/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/mac_features/
Dnrf_802154_delayed_trx.c127 rsch_dly_ts_id_t id; ///< Identifier of the delayed timeslot. member
164 static dly_op_data_t * dly_rx_data_by_id_search(rsch_dly_ts_id_t id) in dly_rx_data_by_id_search() argument
170 if (m_dly_rx_data[i].id == id) in dly_rx_data_by_id_search()
247 static dly_op_data_t * dly_tx_data_by_id_search(rsch_dly_ts_id_t id) in dly_tx_data_by_id_search() argument
250 if (id == m_dly_tx_data[0].id) in dly_tx_data_by_id_search()
332 result = nrf_802154_rsch_delayed_timeslot_cancel(p_dly_op_data->id, handler); in dly_ts_slot_release()
336 p_dly_op_data->id = NRF_802154_RESERVED_INVALID_ID; in dly_ts_slot_release()
399 p_dly_op_data->id = NRF_802154_RESERVED_INVALID_ID; in dly_op_request()
449 p_dly_op_data->id, in notify_rx_timeout()
456 p_dly_op_data->id = NRF_802154_RESERVED_INVALID_ID; in notify_rx_timeout()
[all …]
Dnrf_802154_security_pib_ram.c48 uint8_t id[KEY_ID_MODE_3_SIZE]; member
108 (memcmp(p_id->p_key_id, p_key->id, id_length_get(p_id->mode)) != 0)) in key_matches()
155 if (!mode_is_valid(p_key->id.mode)) in nrf_802154_security_pib_key_store()
160 if (key_is_present(&p_key->id)) in nrf_802154_security_pib_key_store()
172 m_key_storage[i].mode = p_key->id.mode; in nrf_802154_security_pib_key_store()
173 memcpy(m_key_storage[i].id, p_key->id.p_key_id, id_length_get(p_key->id.mode)); in nrf_802154_security_pib_key_store()
Dnrf_802154_delayed_trx.h128 uint32_t id);
142 bool nrf_802154_delayed_trx_receive_cancel(uint32_t id);
/hal_nordic-3.4.0/drivers/nrf_802154/driver/src/
Dnrf_802154_request_direct.c79 uint32_t id) in nrf_802154_request_receive() argument
86 id) in nrf_802154_request_receive()
179 uint32_t id) in nrf_802154_request_receive_at() argument
181 REQUEST_FUNCTION_PARMS(nrf_802154_delayed_trx_receive, rx_time, timeout, channel, id); in nrf_802154_request_receive_at()
184 bool nrf_802154_request_receive_at_cancel(uint32_t id) in nrf_802154_request_receive_at_cancel() argument
186 REQUEST_FUNCTION_PARMS(nrf_802154_delayed_trx_receive_cancel, id); in nrf_802154_request_receive_at_cancel()
Dnrf_802154_request_swi.c115 uint32_t id; ///< Identifier of a reception window. member
209 uint32_t id; member
215 uint32_t id; member
351 uint32_t id, in swi_receive() argument
361 p_slot->data.receive.id = id; in swi_receive()
611 uint32_t id, in swi_receive_at() argument
620 p_slot->data.receive_at.id = id; in swi_receive_at()
626 static void swi_receive_at_cancel(uint32_t id, bool * p_result) in swi_receive_at_cancel() argument
631 p_slot->data.receive_at_cancel.id = id; in swi_receive_at_cancel()
673 uint32_t id) in nrf_802154_request_receive() argument
[all …]
Dnrf_802154_request.h87 uint32_t id);
236 uint32_t id);
248 bool nrf_802154_request_receive_at_cancel(uint32_t id);
Dnrf_802154_notification_swi.c150 uint32_t id; ///< Identifier of reception window the error occured in. member
191 uint8_t id; ///< Identifier of the pool and an entry within. member
292 p_entry->id = slot_id; in ntf_push()
338 bool swi_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in swi_notify_receive_failed() argument
371 p_slot->data.receive_failed.id = id; in swi_notify_receive_failed()
590 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed() argument
594 bool notified = swi_notify_receive_failed(error, id, allow_drop); in nrf_802154_notify_receive_failed()
696 uint8_t slot_id = p_entry->id & (~NTF_POOL_ID_MASK); in irq_handler_ntf_event()
699 (p_entry->id & NTF_POOL_ID_MASK) ? &m_primary_ntf_pool[slot_id] : in irq_handler_ntf_event()
719 p_slot->data.receive_failed.id); in irq_handler_ntf_event()
Dnrf_802154_notification_direct.c75 bool nrf_802154_notify_receive_failed(nrf_802154_rx_error_t error, uint32_t id, bool allow_drop) in nrf_802154_notify_receive_failed() argument
81 nrf_802154_receive_failed(error, id); in nrf_802154_notify_receive_failed()
/hal_nordic-3.4.0/nrfx/drivers/include/
Dnrfx_timer.h62 #define NRFX_TIMER_INSTANCE(id) \ argument
64 .p_reg = NRFX_CONCAT_2(NRF_TIMER, id), \
65 .instance_id = NRFX_CONCAT_3(NRFX_TIMER, id, _INST_IDX), \
66 .cc_channel_count = NRF_TIMER_CC_CHANNEL_COUNT(id), \
113 #define NRFX_TIMER_FREQUENCY_STATIC_CHECK(id, frequency) \ argument
114 NRF_TIMER_FREQUENCY_STATIC_CHECK(NRF_TIMER_INST_GET(id), frequency)
Dnrfx_rtc.h75 #define NRFX_RTC_INSTANCE(id) \ argument
77 .p_reg = NRFX_CONCAT_3(NRF_, RTC, id), \
78 .irq = NRFX_CONCAT_3(RTC, id, _IRQn), \
79 .instance_id = NRFX_CONCAT_3(NRFX_RTC, id, _INST_IDX), \
80 .cc_channel_count = NRF_RTC_CC_CHANNEL_COUNT(id), \
Dnrfx_spim.h68 #define NRFX_SPIM_INSTANCE(id) \ argument
70 .p_reg = NRFX_CONCAT_2(NRF_SPIM, id), \
71 .drv_inst_idx = NRFX_CONCAT_3(NRFX_SPIM, id, _INST_IDX), \
176 #define NRFX_SPIM_FREQUENCY_STATIC_CHECK(id, frequency) \ argument
177 NRF_SPIM_FREQUENCY_STATIC_CHECK(NRF_SPIM_INST_GET(id), frequency)
Dnrfx_egu.h68 #define NRFX_EGU_INSTANCE(id) \ argument
70 .p_reg = NRFX_CONCAT_2(NRF_EGU, id), \
71 .drv_inst_idx = NRFX_CONCAT_3(NRFX_EGU, id, _INST_IDX), \
Dnrfx_wdt.h90 #define NRFX_WDT_INSTANCE(id) \ argument
92 .p_reg = NRF_WDT##id, \
93 .drv_inst_idx = NRFX_CONCAT_3(NRFX_WDT, id, _INST_IDX), \
Dnrfx_spis.h68 #define NRFX_SPIS_INSTANCE(id) \ argument
70 .p_reg = NRFX_CONCAT_2(NRF_SPIS, id), \
71 .drv_inst_idx = NRFX_CONCAT_3(NRFX_SPIS, id, _INST_IDX), \
Dnrfx_i2s.h109 #define NRFX_I2S_INSTANCE(id) \ argument
111 .p_reg = NRF_I2S##id , \
112 .drv_inst_idx = NRFX_CONCAT_3(NRFX_I2S, id, _INST_IDX), \
Dnrfx_qdec.h102 #define NRFX_QDEC_INSTANCE(id) \ argument
104 .p_reg = NRF_QDEC##id, \
105 .drv_inst_idx = NRFX_CONCAT_3(NRFX_QDEC, id, _INST_IDX), \
Dnrfx_spi.h68 #define NRFX_SPI_INSTANCE(id) \ argument
70 .p_reg = NRFX_CONCAT_2(NRF_SPI, id), \
71 .drv_inst_idx = NRFX_CONCAT_3(NRFX_SPI, id, _INST_IDX), \
Dnrfx_twis.h68 #define NRFX_TWIS_INSTANCE(id) \ argument
70 .p_reg = NRFX_CONCAT_2(NRF_TWIS, id), \
71 .drv_inst_idx = NRFX_CONCAT_3(NRFX_TWIS, id, _INST_IDX), \
Dnrfx_uart.h67 #define NRFX_UART_INSTANCE(id) \ argument
69 .p_reg = NRFX_CONCAT_2(NRF_UART, id), \
70 .drv_inst_idx = NRFX_CONCAT_3(NRFX_UART, id, _INST_IDX), \
Dnrfx_uarte.h67 #define NRFX_UARTE_INSTANCE(id) \ argument
69 .p_reg = NRFX_CONCAT_2(NRF_UARTE, id), \
70 .drv_inst_idx = NRFX_CONCAT_3(NRFX_UARTE, id, _INST_IDX), \
Dnrfx_pwm.h59 #define NRFX_PWM_INSTANCE(id) \ argument
61 .p_reg = NRFX_CONCAT_2(NRF_PWM, id), \
62 .instance_id = NRFX_CONCAT_3(NRFX_PWM, id, _INST_IDX), \
Dnrfx_twi.h62 #define NRFX_TWI_INSTANCE(id) \ argument
64 .p_twi = NRFX_CONCAT_2(NRF_TWI, id), \
65 .drv_inst_idx = NRFX_CONCAT_3(NRFX_TWI, id, _INST_IDX), \
Dnrfx_twim.h60 #define NRFX_TWIM_INSTANCE(id) \ argument
62 .p_twim = NRFX_CONCAT_2(NRF_TWIM, id), \
63 .drv_inst_idx = NRFX_CONCAT_3(NRFX_TWIM, id, _INST_IDX), \
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_timer.h122 #define TIMER_MAX_SIZE(id) NRFX_CONCAT_3(TIMER, id, _MAX_SIZE) argument
133 #define TIMER_BIT_WIDTH_MAX(id, bit_width) \ argument
134 (TIMER_MAX_SIZE(id) == 8 ? (bit_width == NRF_TIMER_BIT_WIDTH_8) : \
135 (TIMER_MAX_SIZE(id) == 16 ? (bit_width == NRF_TIMER_BIT_WIDTH_8) || \
137 (TIMER_MAX_SIZE(id) == 24 ? (bit_width == NRF_TIMER_BIT_WIDTH_8) || \
140 (TIMER_MAX_SIZE(id) == 32 ? (bit_width == NRF_TIMER_BIT_WIDTH_8) || \
243 #define NRF_TIMER_CC_CHANNEL_COUNT(id) NRFX_CONCAT_3(TIMER, id, _CC_NUM) argument
/hal_nordic-3.4.0/drivers/nrf_802154/serialization/src/
Dnrf_802154_spinel_dec_app.c227 uint32_t id; in spinel_decode_prop_nrf_802154_receive_failed() local
233 &id); in spinel_decode_prop_nrf_802154_receive_failed()
240 nrf_802154_receive_failed(error, id); in spinel_decode_prop_nrf_802154_receive_failed()
740 __WEAK void nrf_802154_receive_failed(nrf_802154_rx_error_t error, uint32_t id) in nrf_802154_receive_failed() argument
743 (void)id; in nrf_802154_receive_failed()

12