Searched refs:p_event (Results 1 – 7 of 7) sorted by relevance
| /bsp/nrf5x/nrf5340/board/ |
| A D | app_usbd.h | 104 void (*ev_handler)(app_usbd_internal_evt_t const * const p_event); 127 void (*ev_isr_handler)(app_usbd_internal_evt_t const * const p_event, bool queued); 313 void app_usbd_event_execute(app_usbd_internal_evt_t const * const p_event); 674 app_usbd_complex_evt_t const * const p_event); 685 ret_code_t app_usbd_ep_call(nrf_drv_usbd_ep_t ep, app_usbd_complex_evt_t const * const p_event); 694 void app_usbd_all_call(app_usbd_complex_evt_t const * const p_event); 704 ret_code_t app_usbd_all_until_served_call(app_usbd_complex_evt_t const * const p_event);
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_uart.c | 31 static void uart0_event_hander(nrfx_uart_event_t const *p_event,void *p_context); 47 static void uart0_event_hander(nrfx_uart_event_t const *p_event,void *p_context) in uart0_event_hander() argument 49 if (p_event->type == NRFX_UART_EVT_RX_DONE) in uart0_event_hander() 51 if(p_event->data.rxtx.bytes == 1) in uart0_event_hander() 53 m_uart0_cfg.rx_length = p_event->data.rxtx.bytes; in uart0_event_hander() 63 if (p_event->type == NRFX_UART_EVT_TX_DONE) in uart0_event_hander()
|
| A D | drv_spi.c | 117 static void spi0_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spi0_handler() argument 122 static void spi1_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spi1_handler() argument 127 static void spi2_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spi2_handler() argument 132 static void spi3_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spi3_handler() argument 137 static void spi4_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spi4_handler() argument 440 static void spi0_handler(const nrfx_spi_evt_t *p_event, void *p_context) in spi0_handler() argument 445 static void spi1_handler(const nrfx_spi_evt_t *p_event, void *p_context) in spi1_handler() argument 450 static void spi2_handler(const nrfx_spi_evt_t *p_event, void *p_context) in spi2_handler() argument
|
| A D | drv_spim.c | 94 static void spim0_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spim0_handler() argument 101 static void spim1_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spim1_handler() argument 108 static void spim2_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spim2_handler() argument 115 static void spim3_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spim3_handler() argument
|
| A D | drv_uarte.c | 73 static void uarte_evt_handler(nrfx_uarte_event_t const * p_event, in uarte_evt_handler() argument 78 switch (p_event->type) in uarte_evt_handler() 81 p_cb->rx_length = p_event->data.rxtx.bytes; in uarte_evt_handler()
|
| A D | drv_adc.c | 20 static void nrf5x_saadc_event_hdr(nrfx_saadc_evt_t const * p_event) in nrf5x_saadc_event_hdr() argument 23 if(p_event->type == NRFX_SAADC_EVT_DONE) in nrf5x_saadc_event_hdr()
|
| A D | nrfx_spim.h | 250 typedef void (* nrfx_spim_evt_handler_t)(nrfx_spim_evt_t const * p_event,
|
Completed in 14 milliseconds