Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 129) sorted by relevance

123456

/hal_nordic-latest/nrfx/hal/
Dnrf_tampc.h371 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/
Dnrf_802154_request_swi.c102 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 …]
Dnrf_802154_notification_swi.c141 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/
Dnrfx_twim.c67 #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 …]
Dnrfx_twi.c66 #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/
Dnrfx_twi.h148 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
Dnrfx_twim.h154 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/
Dnrfs_dvfs.c26 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()
Dnrfs_swext.c43 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()
Dnrfs_temp.c26 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()
Dnrfs_clock.c27 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()
Dnrfs_reset.c26 evt.type = NRFS_RESET_EVT_REJECT; in nrfs_reset_service_notify()
33 evt.type = NRFS_RESET_EVT_DONE; in nrfs_reset_service_notify()
Dnrfs_mram.c56 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()
Dnrfs_gdpwr.c43 evt.type = NRFS_GDPWR_REQ_REJECTED; in nrfs_gdpwr_service_notify()
48 evt.type = NRFS_GDPWR_REQ_APPLIED; in nrfs_gdpwr_service_notify()
Dnrfs_gdfs.c26 evt.type = NRFS_GDFS_EVT_REJECT; in nrfs_gdfs_service_notify()
34 evt.type = NRFS_GDFS_EVT_FREQ_CONFIRMED; in nrfs_gdfs_service_notify()
Dnrfs_usb.c26 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()
Dnrfs_pmic.c321 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()
Dnrfs_diag.c76 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/
Dmain.c119 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/
Dgen_offsets.py82 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/
Dmain.c203 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/
Dmain.c87 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/
Dnrfs_pmic.h26 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/
Dmpsl_fem_protocol_api.h68 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/
Dmain.c234 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()

123456