Searched refs:EVT_TO_STR (Results 1 – 13 of 13) sorted by relevance
/lk-master/external/platform/nrfx/drivers/src/ |
A D | nrfx_qdec.c | 42 #define EVT_TO_STR(event) \ macro 59 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_QDEC_EVENT_SAMPLERDY)); in nrfx_qdec_irq_handler() 70 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_QDEC_EVENT_REPORTRDY)); in nrfx_qdec_irq_handler() 83 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_QDEC_EVENT_ACCOF)); in nrfx_qdec_irq_handler()
|
A D | nrfx_lpcomp.c | 42 #define EVT_TO_STR(event) \ macro 59 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(event)); in lpcomp_execute_handler()
|
A D | nrfx_rtc.c | 46 #define EVT_TO_STR(event) \ macro 296 EVT_TO_STR(event), in irq_handler() 309 EVT_TO_STR(event), in irq_handler() 320 EVT_TO_STR(event), in irq_handler()
|
A D | nrfx_twi.c | 47 #define EVT_TO_STR(event) \ macro 707 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWI_EVT_ADDRESS_NACK)); in twi_irq_handler() 712 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWI_EVT_DATA_NACK)); in twi_irq_handler() 717 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWI_EVT_OVERRUN)); in twi_irq_handler() 722 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWI_EVT_BUS_ERROR)); in twi_irq_handler() 728 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWI_EVT_DONE)); in twi_irq_handler()
|
A D | nrfx_twim.c | 50 #define EVT_TO_STR(event) \ macro 781 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWIM_EVT_ADDRESS_NACK)); in twim_irq_handler() 786 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWIM_EVT_DATA_NACK)); in twim_irq_handler() 791 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWIM_EVT_OVERRUN)); in twim_irq_handler() 796 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWIM_EVT_BUS_ERROR)); in twim_irq_handler() 801 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRFX_TWIM_EVT_DONE)); in twim_irq_handler()
|
A D | nrfx_comp.c | 42 #define EVT_TO_STR(event) \ macro 58 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(event)); in comp_execute_handler()
|
A D | nrfx_pdm.c | 42 #define EVT_TO_STR(event) \ macro 79 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_PDM_EVENT_STARTED)); in nrfx_pdm_irq_handler() 131 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_PDM_EVENT_STOPPED)); in nrfx_pdm_irq_handler()
|
A D | nrfx_spis.c | 49 #define EVT_TO_STR(event) \ macro 453 NRFX_LOG_DEBUG("SPIS: Event: %s.", EVT_TO_STR(NRF_SPIS_EVENT_ACQUIRED)); in spis_irq_handler() 476 NRFX_LOG_DEBUG("SPIS: Event: %s.", EVT_TO_STR(NRF_SPIS_EVENT_END)); in spis_irq_handler()
|
A D | nrfx_uart.c | 47 #define EVT_TO_STR(event) \ macro 552 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_UART_EVENT_ERROR)); in uart_irq_handler()
|
A D | nrfx_adc.c | 41 #define EVT_TO_STR(event) (event == NRF_ADC_EVENT_END ? "NRF_ADC_EVENT_END" : "UNKNOWN EVENT") macro
|
A D | nrfx_i2s.c | 42 #define EVT_TO_STR(event) \ macro
|
A D | nrfx_twis.c | 49 #define EVT_TO_STR(event) \ macro
|
A D | nrfx_uarte.c | 50 #define EVT_TO_STR(event) \ macro
|
Completed in 19 milliseconds