| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_ipc.c | 43 void * p_context; member 48 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context) in nrfx_ipc_init() argument 61 m_ipc_cb.p_context = p_context; in nrfx_ipc_init() 159 m_ipc_cb.handler(events_map, m_ipc_cb.p_context); in nrfx_ipc_irq_handler()
|
| A D | nrfx_egu.c | 69 void * p_context; member 96 void * p_context) in nrfx_egu_init() argument 108 p_cb->p_context = p_context; in nrfx_egu_init() 169 p_cb->handler(event_idx, p_cb->p_context); in egu_irq_handler()
|
| A D | nrfx_usbd.c | 452 void * p_context, in nrfx_usbd_consumer() argument 456 nrfx_usbd_transfer_t * p_transfer = p_context; in nrfx_usbd_consumer() 492 void * p_context, in nrfx_usbd_feeder_ram() argument 495 nrfx_usbd_transfer_t * p_transfer = p_context; in nrfx_usbd_feeder_ram() 525 void * p_context, in nrfx_usbd_feeder_ram_zlp() argument 1375 p_state->p_context, in usbd_dmareq_process() 1389 p_state->p_context, in usbd_dmareq_process() 2048 nrfx_usbd_transfer_t * p_context; in nrfx_usbd_ep_transfer() local 2115 *p_context = *p_transfer; in nrfx_usbd_ep_transfer() 2116 p_state->p_context = p_context; in nrfx_usbd_ep_transfer() [all …]
|
| A D | nrfx_pwm.c | 75 void * p_context; member 133 void * p_context) in nrfx_pwm_init() argument 151 p_cb->p_context = p_context; in nrfx_pwm_init() 449 p_cb->handler(NRFX_PWM_EVT_END_SEQ0, p_cb->p_context); in irq_handler() 457 p_cb->handler(NRFX_PWM_EVT_END_SEQ1, p_cb->p_context); in irq_handler() 467 p_cb->handler(NRFX_PWM_EVT_FINISHED, p_cb->p_context); in irq_handler() 479 p_cb->handler(NRFX_PWM_EVT_STOPPED, p_cb->p_context); in irq_handler()
|
| A D | nrfx_qspi.c | 56 void * p_context; /**< Driver context used in interrupt. */ member 120 void * p_context) in nrfx_qspi_init() argument 139 m_cb.p_context = p_context; in nrfx_qspi_init() 448 m_cb.handler(NRFX_QSPI_EVENT_DONE, m_cb.p_context); in nrfx_qspi_irq_handler()
|
| A D | nrfx_spis.c | 121 void * p_context; //!< Context set on initialization. member 129 void * p_context) in nrfx_spis_init() argument 250 p_cb->p_context = p_context; in nrfx_spis_init() 348 p_cb->handler(&event, p_cb->p_context); in spis_state_entry_action_execute() 360 p_cb->handler(&event, p_cb->p_context); in spis_state_entry_action_execute()
|
| A D | nrfx_spi.c | 52 void * p_context; member 71 void * p_context) in nrfx_spi_init() argument 110 p_cb->p_context = p_context; in nrfx_spi_init() 239 p_cb->handler(&p_cb->evt, p_cb->p_context); in finish_transfer()
|
| A D | nrfx_uart.c | 56 void * p_context; member 194 p_cb->p_context = p_config->p_context; in nrfx_uart_init() 504 p_cb->handler(&event, p_cb->p_context); in rx_done_event() 518 p_cb->handler(&event, p_cb->p_context); in tx_done_event() 568 p_cb->handler(&event,p_cb->p_context); in uart_irq_handler()
|
| A D | nrfx_uarte.c | 90 void * p_context; member 283 p_cb->p_context = p_config->p_context; in nrfx_uarte_init() 563 p_cb->handler(&event, p_cb->p_context); in rx_done_event() 577 p_cb->handler(&event, p_cb->p_context); in tx_done_event() 627 p_cb->handler(&event, p_cb->p_context); in uarte_irq_handler()
|
| A D | nrfx_twi.c | 96 void * p_context; member 159 void * p_context) in nrfx_twi_init() argument 196 p_cb->p_context = p_context; in nrfx_twi_init() 735 p_cb->handler(&event, p_cb->p_context); in twi_irq_handler()
|
| A D | nrfx_spim.c | 175 void * p_context; member 253 void * p_context) in nrfx_spim_init() argument 318 p_cb->p_context = p_context; in nrfx_spim_init() 527 p_cb->handler(&p_cb->evt, p_cb->p_context); in finish_transfer()
|
| A D | nrfx_twim.c | 120 void * p_context; member 220 void * p_context) in nrfx_twim_init() argument 263 p_cb->p_context = p_context; in nrfx_twim_init() 811 p_cb->handler(&event, p_cb->p_context); in twim_irq_handler()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_uart.h | 87 void * p_context; ///< Context passed to interrupt handler. member 127 .p_context = NULL, \ 171 void * p_context);
|
| A D | nrfx_uarte.h | 96 void * p_context; ///< Context passed to interrupt handler. member 136 .p_context = NULL, \ 180 void * p_context);
|
| A D | nrfx_egu.h | 94 typedef void (*nrfx_egu_event_handler_t)(uint8_t event_idx, void * p_context); 111 void * p_context);
|
| A D | nrfx_usbd.h | 314 void * p_context, 339 void * p_context, 363 void * p_context; //!< Context for the transfer handler. member
|
| A D | nrfx_timer.h | 95 void * p_context; ///< Context passed to interrupt handler. member 112 .p_context = NULL \ 125 void * p_context);
|
| A D | nrfx_spis.h | 166 void * p_context); 195 void * p_context);
|
| A D | nrfx_qspi.h | 128 typedef void (*nrfx_qspi_handler_t)(nrfx_qspi_evt_t event, void * p_context); 157 void * p_context);
|
| A D | nrfx_ipc.h | 54 typedef void (*nrfx_ipc_handler_t)(uint32_t event_mask, void * p_context); 74 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context);
|
| A D | nrfx_spi.h | 192 void * p_context); 215 void * p_context);
|
| A D | nrfx_twi.h | 198 void * p_context); 218 void * p_context);
|
| A D | nrfx_spim.h | 244 void * p_context); 269 void * p_context);
|
| A D | nrfx_twim.h | 210 void * p_context); 230 void * p_context);
|
| A D | nrfx_pwm.h | 198 typedef void (* nrfx_pwm_handler_t)(nrfx_pwm_evt_type_t event_type, void * p_context); 216 void * p_context);
|