Home
last modified time | relevance | path

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

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_smartcard.c631 if (hperh->error_cbk) in ald_smartcard_irq_handler()
632 hperh->error_cbk(hperh); in ald_smartcard_irq_handler()
749 if (hperh->error_cbk) in smartcard_dma_error()
750 hperh->error_cbk(hperh); in smartcard_dma_error()
A Dald_uart.c175 if (hperh->error_cbk) in uart_dma_error()
176 hperh->error_cbk(hperh); in uart_dma_error()
876 if (hperh->error_cbk) in ald_uart_irq_handler()
877 hperh->error_cbk(hperh); in ald_uart_irq_handler()
A Dald_can.c700 if (hperh->error_cbk != NULL) in ald_can_irq_handler()
701 hperh->error_cbk(hperh); in ald_can_irq_handler()
996 if ((err) && (hperh->error_cbk != NULL)) { in __can_send_by_it()
998 hperh->error_cbk(hperh); in __can_send_by_it()
A Dald_adc.c513 config->h_adc.error_cbk = NULL; in ald_adc_timer_trigger_adc_by_dma()
1081 if (hperh->error_cbk) in adc_dma_error()
1082 hperh->error_cbk(hperh); in adc_dma_error()
A Dald_usart.c1602 if (hperh->error_cbk != NULL) in ald_usart_irq_handler()
1603 hperh->error_cbk(hperh); in ald_usart_irq_handler()
2006 if (hperh->error_cbk != NULL) in usart_dma_error()
2007 hperh->error_cbk(hperh); in usart_dma_error()
A Dald_timer.c3253 if (hperh->error_cbk) in timer_dma_error()
3254 hperh->error_cbk(hperh); in timer_dma_error()
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_smartcard.h174 void (*error_cbk)(struct smartcard_handle_s *arg); /**< error callback */ member
A Dald_can.h318 void (*error_cbk)(struct can_handle_s *arg); /**< error callback */ member
A Dald_adc.h367 void (*error_cbk)(struct adc_handle_s *arg); /**< adc error callback */ member
A Dald_usart.h198 void (*error_cbk)(struct usart_handle_s *arg); /**< error callback */ member
A Dald_uart.h196 void (*error_cbk)(struct uart_handle_s *arg); /**< error callback */ member
A Dald_timer.h215 void (*error_cbk)(struct timer_handle_s *arg); /**< Error callback */ member
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_can.c708 if (hperh->error_cbk != NULL) in ald_can_irq_handler()
709 hperh->error_cbk(hperh); in ald_can_irq_handler()
1004 if ((err) && (hperh->error_cbk != NULL)) { in __can_send_by_it()
1006 hperh->error_cbk(hperh); in __can_send_by_it()
A Dald_uart.c194 if (hperh->error_cbk) in uart_dma_error()
195 hperh->error_cbk(hperh); in uart_dma_error()
1098 if (hperh->error_cbk) in ald_uart_irq_handler()
1099 hperh->error_cbk(hperh); in ald_uart_irq_handler()
A Dald_adc.c513 config->h_adc.error_cbk = NULL; in ald_adc_timer_trigger_insert()
601 config->h_adc.error_cbk = NULL; in ald_adc_timer_trigger_adc_by_dma()
1200 if (hperh->error_cbk) in adc_dma_error()
1201 hperh->error_cbk(hperh); in adc_dma_error()
A Dald_timer.c3260 if (hperh->error_cbk) in timer_dma_error()
3261 hperh->error_cbk(hperh); in timer_dma_error()
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_can.h320 void (*error_cbk)(struct can_handle_s *arg); /**< error callback */ member
A Dald_adc.h384 void (*error_cbk)(struct adc_handle_s *arg); /**< adc error callback */ member
A Dald_uart.h205 void (*error_cbk)(struct uart_handle_s *arg); /**< error callback */ member
A Dald_timer.h215 void (*error_cbk)(struct timer_handle_s *arg); /**< Error callback */ member
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/
A Dald_adc.h383 void (*error_cbk)(struct ald_adc_handle_s *arg); /**< adc error callback */ member
A Dald_uart.h202 void (*error_cbk)(struct ald_uart_handle_s *arg); /**< error callback */ member
A Dald_timer.h216 void (*error_cbk)(struct ald_timer_handle_s *arg); /**< Error callback */ member
/bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/
A Dald_uart.c1043 if (hperh->error_cbk) in ald_uart_irq_handler()
1044 hperh->error_cbk(hperh); in ald_uart_irq_handler()
A Dald_adc.c474 config->h_adc.error_cbk = NULL; in ald_adc_timer_trigger_insert()
544 config->h_adc.error_cbk = NULL; in ald_adc_timer_trigger_adc_by_dma()

Completed in 857 milliseconds