| /hal_nordic-latest/nrfx/hal/ |
| D | nrf_tampc.h | 371 nrf_tampc_debug_type_t type, 387 nrf_tampc_debug_type_t type, 400 nrf_tampc_debug_type_t type, 416 nrf_tampc_debug_type_t type, 429 nrf_tampc_debug_type_t type, 445 nrf_tampc_debug_type_t type, 458 nrf_tampc_debug_type_t type, 474 nrf_tampc_debug_type_t type, 486 nrf_tampc_debug_type_t type, 499 nrf_tampc_debug_type_t type); [all …]
|
| /hal_nordic-latest/drivers/nrf_802154/driver/src/ |
| D | nrf_802154_request_swi.c | 102 nrf_802154_req_type_t type; ///< Type of the request. member 339 p_slot->type = REQ_TYPE_SLEEP; in swi_sleep() 365 p_slot->type = REQ_TYPE_RECEIVE; in swi_receive() 398 p_slot->type = REQ_TYPE_TRANSMIT; in swi_transmit() 414 p_slot->type = REQ_TYPE_ACK_TIMEOUT_HANDLE; in swi_ack_timeout_handle() 434 p_slot->type = REQ_TYPE_ENERGY_DETECTION; in swi_energy_detection() 452 p_slot->type = REQ_TYPE_CCA; in swi_cca() 471 p_slot->type = REQ_TYPE_CONTINUOUS_CARRIER; in swi_continuous_carrier() 491 p_slot->type = REQ_TYPE_MODULATED_CARRIER; in swi_modulated_carrier() 512 p_slot->type = REQ_TYPE_BUFFER_FREE; in swi_buffer_free() [all …]
|
| D | nrf_802154_notification_swi.c | 141 nrf_802154_ntf_type_t type; ///< Notification type. member 329 p_slot->type = NTF_TYPE_RECEIVED; in swi_notify_received() 378 p_slot->type = NTF_TYPE_RECEIVE_FAILED; in swi_notify_receive_failed() 411 p_slot->type = NTF_TYPE_TRANSMITTED; in swi_notify_transmitted() 446 p_slot->type = NTF_TYPE_TRANSMIT_FAILED; in swi_notify_transmit_failed() 477 p_slot->type = NTF_TYPE_ENERGY_DETECTED; in swi_notify_energy_detected() 506 p_slot->type = NTF_TYPE_ENERGY_DETECTION_FAILED; in swi_notify_energy_detection_failed() 536 p_slot->type = NTF_TYPE_CCA; in swi_notify_cca() 566 p_slot->type = NTF_TYPE_CCA_FAILED; in swi_notify_cca_failed() 711 switch (p_slot->type) in irq_handler_ntf_event()
|
| /hal_nordic-latest/nrfx/drivers/src/ |
| 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" : \ 444 if ((p_xfer_desc->type == NRFX_TWIM_XFER_TXTX || in twim_xfer() 445 p_xfer_desc->type == NRFX_TWIM_XFER_TXRX) && in twim_xfer() 483 p_cb->xfer_type = p_xfer_desc->type; in twim_xfer() 502 switch (p_xfer_desc->type) in twim_xfer() 552 if (!(flags & NRFX_TWIM_FLAG_HOLD_XFER) && (p_xfer_desc->type != NRFX_TWIM_XFER_TXTX)) in twim_xfer() [all …]
|
| 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" : \ 619 if ((p_cb->prev_suspend == TWI_SUSPEND_TX) && (p_xfer_desc->type == NRFX_TWI_XFER_RX)) in twi_xfer() 624 else if ((p_cb->prev_suspend == TWI_SUSPEND_RX) && (p_xfer_desc->type != NRFX_TWI_XFER_RX)) in twi_xfer() 653 if (p_xfer_desc->type != NRFX_TWI_XFER_RX) in twi_xfer() 655 p_cb->curr_tx_no_stop = ((p_xfer_desc->type == NRFX_TWI_XFER_TX) && in twi_xfer() 691 NRFX_ASSERT( !((p_cb->handler == NULL) && (p_xfer_desc->type == NRFX_TWI_XFER_TXRX))); in nrfx_twi_xfer() [all …]
|
| /hal_nordic-latest/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
|
| /hal_nordic-latest/nrfs/src/services/ |
| D | nrfs_dvfs.c | 26 evt.type = NRFS_DVFS_EVT_REJECT; in nrfs_dvfs_service_notify() 35 evt.type = NRFS_DVFS_EVT_INIT_PREPARATION; in nrfs_dvfs_service_notify() 40 evt.type = NRFS_DVFS_EVT_INIT_DONE; in nrfs_dvfs_service_notify() 46 evt.type = NRFS_DVFS_EVT_OPPOINT_SCALING_PREPARE; in nrfs_dvfs_service_notify() 48 evt.type = NRFS_DVFS_EVT_OPPOINT_REQ_CONFIRMED; in nrfs_dvfs_service_notify() 54 evt.type = NRFS_DVFS_EVT_OPPOINT_SCALING_DONE; in nrfs_dvfs_service_notify()
|
| D | nrfs_swext.c | 43 evt.type = NRFS_SWEXT_EVT_REJECTED; in nrfs_swext_service_notify() 52 evt.type = NRFS_SWEXT_EVT_ENABLED; in nrfs_swext_service_notify() 55 evt.type = NRFS_SWEXT_EVT_OVERCURRENT; in nrfs_swext_service_notify()
|
| D | nrfs_temp.c | 26 evt.type = NRFS_TEMP_EVT_REJECT; in nrfs_temp_service_notify() 35 evt.type = NRFS_TEMP_EVT_MEASURE_DONE; in nrfs_temp_service_notify() 40 evt.type = NRFS_TEMP_EVT_CHANGE; in nrfs_temp_service_notify()
|
| D | nrfs_clock.c | 27 evt.type = NRFS_CLOCK_EVT_REJECT; in nrfs_clock_service_notify() 37 evt.type = NRFS_CLOCK_EVT_CHANGE; in nrfs_clock_service_notify() 43 evt.type = NRFS_CLOCK_EVT_APPLIED; in nrfs_clock_service_notify()
|
| D | nrfs_reset.c | 26 evt.type = NRFS_RESET_EVT_REJECT; in nrfs_reset_service_notify() 33 evt.type = NRFS_RESET_EVT_DONE; in nrfs_reset_service_notify()
|
| D | nrfs_mram.c | 56 evt.type = NRFS_MRAM_LATENCY_REQ_REJECTED; in nrfs_mram_service_notify() 64 evt.type = NRFS_MRAM_LATENCY_REQ_APPLIED; in nrfs_mram_service_notify()
|
| D | nrfs_gdpwr.c | 43 evt.type = NRFS_GDPWR_REQ_REJECTED; in nrfs_gdpwr_service_notify() 48 evt.type = NRFS_GDPWR_REQ_APPLIED; in nrfs_gdpwr_service_notify()
|
| D | nrfs_gdfs.c | 26 evt.type = NRFS_GDFS_EVT_REJECT; in nrfs_gdfs_service_notify() 34 evt.type = NRFS_GDFS_EVT_FREQ_CONFIRMED; in nrfs_gdfs_service_notify()
|
| D | nrfs_usb.c | 26 evt.type = NRFS_USB_EVT_REJECT; in nrfs_usb_service_notify() 34 evt.type = NRFS_USB_EVT_VBUS_STATUS_CHANGE; in nrfs_usb_service_notify()
|
| D | nrfs_pmic.c | 321 evt.type = NRFS_PMIC_EVT_REJECT; in nrfs_pmic_service_notify() 335 evt.type = NRFS_PMIC_EVT_APPLIED; in nrfs_pmic_service_notify() 341 evt.type = NRFS_PMIC_EVT_TEST_IF_RSP; in nrfs_pmic_service_notify() 350 info_evt.type = NRFS_PMIC_EVT_INFO_RSP; in nrfs_pmic_service_notify()
|
| D | nrfs_diag.c | 76 evt.type = NRFS_DIAG_EVT_REJECT; in nrfs_diag_service_notify() 84 evt.type = NRFS_DIAG_EVT_REG_RSP; in nrfs_diag_service_notify()
|
| /hal_nordic-latest/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-latest/utils/ |
| D | gen_offsets.py | 82 parser.add_argument("--svd", type=Path, required=True, help="SVD file") 83 parser.add_argument("--output", type=Path, required=True, help="Output file") 84 parser.add_argument("--peripheral", type=str, required=True, help="Peripheral") 85 parser.add_argument("--guard", type=str, required=True, help="Header guard") 86 parser.add_argument("--prefix", type=str, default="", help="Prefix register names")
|
| /hal_nordic-latest/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-latest/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-latest/nrfs/include/services/ |
| D | nrfs_pmic.h | 26 nrfs_pmic_evt_type_t type; /** Event type. */ member 33 nrfs_pmic_evt_type_t type; /** Event type. */ member
|
| /hal_nordic-latest/drivers/nrf_802154/sl/sl_opensource/include/protocol/ |
| D | mpsl_fem_protocol_api.h | 68 mpsl_fem_event_type_t type; member 310 void mpsl_fem_deactivate_now(mpsl_fem_functionality_t type);
|
| /hal_nordic-latest/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()
|