Searched defs:p_context (Results 1 – 17 of 17) sorted by relevance
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_usbd.c | 291 void * p_context; //!< Context for transfer handler. member 452 void * p_context, in nrfx_usbd_consumer() 492 void * p_context, in nrfx_usbd_feeder_ram() 525 void * p_context, in nrfx_usbd_feeder_ram_zlp() 556 bool nrfx_usbd_feeder_flash(nrfx_usbd_ep_transfer_t * p_next, void * p_context, size_t ep_size) in nrfx_usbd_feeder_flash() 591 bool nrfx_usbd_feeder_flash_zlp(nrfx_usbd_ep_transfer_t * p_next, void * p_context, size_t ep_size) in nrfx_usbd_feeder_flash_zlp() 2048 nrfx_usbd_transfer_t * p_context; in nrfx_usbd_ep_transfer() local
|
| 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()
|
| A D | nrfx_egu.c | 69 void * p_context; member 96 void * p_context) in nrfx_egu_init()
|
| A D | nrfx_spi.c | 52 void * p_context; member 71 void * p_context) in nrfx_spi_init()
|
| A D | nrfx_qspi.c | 56 void * p_context; /**< Driver context used in interrupt. */ member 120 void * p_context) in nrfx_qspi_init()
|
| A D | nrfx_pwm.c | 75 void * p_context; member 133 void * p_context) in nrfx_pwm_init()
|
| A D | nrfx_spis.c | 121 void * p_context; //!< Context set on initialization. member 129 void * p_context) in nrfx_spis_init()
|
| A D | nrfx_twi.c | 96 void * p_context; member 159 void * p_context) in nrfx_twi_init()
|
| A D | nrfx_twim.c | 120 void * p_context; member 220 void * p_context) in nrfx_twim_init()
|
| A D | nrfx_spim.c | 175 void * p_context; member 253 void * p_context) in nrfx_spim_init()
|
| A D | nrfx_uart.c | 56 void * p_context; member
|
| A D | nrfx_uarte.c | 90 void * p_context; member
|
| A D | nrfx_nfct.c | 344 static void nrfx_nfct_field_timer_handler(nrf_timer_event_t event_type, void * p_context) in nrfx_nfct_field_timer_handler()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_timer.h | 95 void * p_context; ///< Context passed to interrupt handler. member
|
| A D | nrfx_uart.h | 87 void * p_context; ///< Context passed to interrupt handler. member
|
| A D | nrfx_uarte.h | 96 void * p_context; ///< Context passed to interrupt handler. member
|
| A D | nrfx_usbd.h | 363 void * p_context; //!< Context for the transfer handler. member
|
Completed in 30 milliseconds