/hal_nordic-3.5.0/drivers/nrf_802154/driver/src/ |
D | nrf_802154_request_swi.c | 100 nrf_802154_req_type_t type; ///< Type of the request. member 337 p_slot->type = REQ_TYPE_SLEEP; in swi_sleep() 363 p_slot->type = REQ_TYPE_RECEIVE; in swi_receive() 396 p_slot->type = REQ_TYPE_TRANSMIT; in swi_transmit() 412 p_slot->type = REQ_TYPE_ACK_TIMEOUT_HANDLE; in swi_ack_timeout_handle() 432 p_slot->type = REQ_TYPE_ENERGY_DETECTION; in swi_energy_detection() 450 p_slot->type = REQ_TYPE_CCA; in swi_cca() 469 p_slot->type = REQ_TYPE_CONTINUOUS_CARRIER; in swi_continuous_carrier() 489 p_slot->type = REQ_TYPE_MODULATED_CARRIER; in swi_modulated_carrier() 510 p_slot->type = REQ_TYPE_BUFFER_FREE; in swi_buffer_free() [all …]
|
D | nrf_802154_notification_swi.c | 136 nrf_802154_ntf_type_t type; ///< Notification type. member 326 p_slot->type = NTF_TYPE_RECEIVED; in swi_notify_received() 375 p_slot->type = NTF_TYPE_RECEIVE_FAILED; in swi_notify_receive_failed() 408 p_slot->type = NTF_TYPE_TRANSMITTED; in swi_notify_transmitted() 443 p_slot->type = NTF_TYPE_TRANSMIT_FAILED; in swi_notify_transmit_failed() 487 p_slot->type = NTF_TYPE_ENERGY_DETECTED; in swi_notify_energy_detected() 520 p_slot->type = NTF_TYPE_ENERGY_DETECTION_FAILED; in swi_notify_energy_detection_failed() 550 p_slot->type = NTF_TYPE_CCA; in swi_notify_cca() 580 p_slot->type = NTF_TYPE_CCA_FAILED; in swi_notify_cca_failed() 735 switch (p_slot->type) in irq_handler_ntf_event()
|
/hal_nordic-3.5.0/nrfx/drivers/src/ |
D | nrfx_twi.c | 66 #define TRANSFER_TO_STR(type) \ argument 67 (type == NRFX_TWI_XFER_TX ? "XFER_TX" : \ 68 (type == NRFX_TWI_XFER_RX ? "XFER_RX" : \ 69 (type == NRFX_TWI_XFER_TXRX ? "XFER_TXRX" : \ 70 (type == NRFX_TWI_XFER_TXTX ? "XFER_TXTX" : \ 604 if ((p_cb->prev_suspend == TWI_SUSPEND_TX) && (p_xfer_desc->type == NRFX_TWI_XFER_RX)) in twi_xfer() 609 else if ((p_cb->prev_suspend == TWI_SUSPEND_RX) && (p_xfer_desc->type != NRFX_TWI_XFER_RX)) in twi_xfer() 638 if (p_xfer_desc->type != NRFX_TWI_XFER_RX) in twi_xfer() 640 p_cb->curr_tx_no_stop = ((p_xfer_desc->type == NRFX_TWI_XFER_TX) && in twi_xfer() 671 NRFX_ASSERT( !((p_cb->handler == NULL) && (p_xfer_desc->type == NRFX_TWI_XFER_TXRX))); in nrfx_twi_xfer() [all …]
|
D | nrfx_twim.c | 67 #define TRANSFER_TO_STR(type) \ argument 68 (type == NRFX_TWIM_XFER_TX ? "XFER_TX" : \ 69 (type == NRFX_TWIM_XFER_RX ? "XFER_RX" : \ 70 (type == NRFX_TWIM_XFER_TXRX ? "XFER_TXRX" : \ 71 (type == NRFX_TWIM_XFER_TXTX ? "XFER_TXTX" : \ 407 if ((p_xfer_desc->type == NRFX_TWIM_XFER_TXTX || in twim_xfer() 408 p_xfer_desc->type == NRFX_TWIM_XFER_TXRX) && in twim_xfer() 446 p_cb->xfer_type = p_xfer_desc->type; in twim_xfer() 465 switch (p_xfer_desc->type) in twim_xfer() 515 if (!(flags & NRFX_TWIM_FLAG_HOLD_XFER) && (p_xfer_desc->type != NRFX_TWIM_XFER_TXTX)) in twim_xfer() [all …]
|
D | nrfx_qdec.c | 257 event.type = NRF_QDEC_EVENT_SAMPLERDY; in irq_handler() 266 event.type = NRF_QDEC_EVENT_REPORTRDY; in irq_handler() 275 event.type = NRF_QDEC_EVENT_ACCOF; in irq_handler()
|
D | nrfx_qspi.c | 683 NRFX_ASSERT(m_cb.evt_ext.type != NRFX_QSPI_EVENT_NONE); in nrfx_qspi_event_extended_get() 772 p_event->type = NRFX_QSPI_EVENT_WRITE_DONE; in qspi_extended_event_process() 777 p_event->type = NRFX_QSPI_EVENT_READ_DONE; in qspi_extended_event_process() 782 p_event->type = NRFX_QSPI_EVENT_ERASE_DONE; in qspi_extended_event_process() 805 m_cb.evt_ext.type = NRFX_QSPI_EVENT_NONE; in nrfx_qspi_irq_handler()
|
D | nrfx_saadc.c | 754 evt_data.type = NRFX_SAADC_EVT_READY; in saadc_event_started_handle() 775 evt_data.type = NRFX_SAADC_EVT_BUF_REQ; in saadc_event_started_handle() 798 evt_data.type = NRFX_SAADC_EVT_DONE; in saadc_event_end_handle() 826 evt_data.type = NRFX_SAADC_EVT_FINISHED; in saadc_event_end_handle() 834 evt_data.type = NRFX_SAADC_EVT_CALIBRATEDONE; in saadc_event_end_handle() 865 evt_data.type = NRFX_SAADC_EVT_LIMIT; in saadc_event_limits_handle()
|
D | nrfx_twis.c | 238 evdata.type = evt; in nrfx_twis_process_error() 286 evdata.type = NRFX_TWIS_EVT_READ_REQ; in irq_handler() 305 evdata.type = NRFX_TWIS_EVT_WRITE_REQ; in irq_handler() 354 evdata.type = NRFX_TWIS_EVT_READ_DONE; in irq_handler() 399 evdata.type = NRFX_TWIS_EVT_WRITE_DONE; in irq_handler()
|
D | nrfx_adc.c | 311 evt.type = NRFX_ADC_EVT_SAMPLE; in nrfx_adc_irq_handler() 323 evt.type = NRFX_ADC_EVT_DONE; in nrfx_adc_irq_handler()
|
/hal_nordic-3.5.0/nrfx/drivers/include/ |
D | nrfx_twi.h | 148 nrfx_twi_xfer_type_t type; ///< Type of transfer. member 160 .type = NRFX_TWI_XFER_TX, \ 171 .type = NRFX_TWI_XFER_RX, \ 182 .type = NRFX_TWI_XFER_TXRX, \ 193 .type = NRFX_TWI_XFER_TXTX, \ 204 nrfx_twi_evt_type_t type; ///< Event type. member
|
D | nrfx_twim.h | 154 nrfx_twim_xfer_type_t type; ///< Type of transfer. member 165 .type = (transfer), \ 192 nrfx_twim_evt_type_t type; ///< Event type. member
|
D | nrfx_adc.h | 74 nrfx_adc_evt_type_t type; ///< Event type. member
|
D | nrfx_qdec.h | 154 nrf_qdec_event_t type; /**< Event type. */ member
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_non_blocking/ |
D | main.c | 119 if (p_event->type == NRFX_TWIM_EVT_DONE) in twim_handler() 122 twim_desc->type = NRFX_TWIM_XFER_RX; in twim_handler() 139 NRFX_LOG_INFO("--> MASTER handler, event: %d.", p_event->type); in twim_handler() 153 switch (p_event->type) in twis_handler() 176 NRFX_LOG_INFO("--> SLAVE event: %d.", p_event->type); in twis_handler()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/ |
D | main.c | 87 if (p_event->type == NRFX_UARTE_EVT_TX_DONE) in uarte_handler() 95 NRFX_LOG_INFO("UARTE event: %d", p_event->type); in uarte_handler()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_twim_twis/txtx/ |
D | main.c | 203 if (p_event->type == NRFX_TWIM_EVT_DONE) in twim_handler() 210 NRFX_LOG_INFO("--> Master event: %d.", p_event->type); in twim_handler() 227 if (p_event->type == NRFX_TWIS_EVT_WRITE_REQ) in twis_handler() 244 else if (p_event->type == NRFX_TWIS_EVT_WRITE_DONE) in twis_handler()
|
/hal_nordic-3.5.0/drivers/nrf_802154/sl/sl_opensource/include/protocol/ |
D | mpsl_fem_protocol_api.h | 64 mpsl_fem_event_type_t type; member 265 void mpsl_fem_deactivate_now(mpsl_fem_functionality_t type);
|
/hal_nordic-3.5.0/drivers/nrf_802154/sl/sl_opensource/src/ |
D | nrf_802154_sl_fem.c | 142 void mpsl_fem_deactivate_now(mpsl_fem_functionality_t type) in mpsl_fem_deactivate_now() argument 144 (void)type; in mpsl_fem_deactivate_now()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_twim_twis/txrx/ |
D | main.c | 234 if (p_event->type == NRFX_TWIM_EVT_DONE) in twim_handler() 241 NRFX_LOG_INFO("--> Master event: %d.", p_event->type); in twim_handler() 258 switch (p_event->type) in twis_handler()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_spim/non_blocking/ |
D | main.c | 83 if (p_event->type == NRFX_SPIM_EVENT_DONE) in spim_handler()
|
/hal_nordic-3.5.0/drivers/nrf_802154/sl/include/rsch/ |
D | nrf_802154_rsch.h | 171 rsch_dly_ts_type_t type; ///< Type of the requested timeslot. member
|
/hal_nordic-3.5.0/nrfx/drivers/ |
D | nrfx_common.h | 466 #define NRFX_OFFSETOF(type, member) ((size_t) & (((type *)0)->member)) argument
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_twim_twis/tx_rx_blocking/ |
D | main.c | 140 twim_xfer_desc.type = NRFX_TWIM_XFER_RX; in main()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_spim_spis/non_blocking/ |
D | main.c | 113 if (p_event->type == NRFX_SPIM_EVENT_DONE) in spim_handler()
|
/hal_nordic-3.5.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/ |
D | main.c | 127 switch (p_event->type) in saadc_handler()
|