| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_smartcard.c | 631 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 D | ald_uart.c | 175 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 D | ald_can.c | 700 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 D | ald_adc.c | 513 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 D | ald_usart.c | 1602 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 D | ald_timer.c | 3253 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 D | ald_smartcard.h | 174 void (*error_cbk)(struct smartcard_handle_s *arg); /**< error callback */ member
|
| A D | ald_can.h | 318 void (*error_cbk)(struct can_handle_s *arg); /**< error callback */ member
|
| A D | ald_adc.h | 367 void (*error_cbk)(struct adc_handle_s *arg); /**< adc error callback */ member
|
| A D | ald_usart.h | 198 void (*error_cbk)(struct usart_handle_s *arg); /**< error callback */ member
|
| A D | ald_uart.h | 196 void (*error_cbk)(struct uart_handle_s *arg); /**< error callback */ member
|
| A D | ald_timer.h | 215 void (*error_cbk)(struct timer_handle_s *arg); /**< Error callback */ member
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_can.c | 708 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 D | ald_uart.c | 194 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 D | ald_adc.c | 513 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 D | ald_timer.c | 3260 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 D | ald_can.h | 320 void (*error_cbk)(struct can_handle_s *arg); /**< error callback */ member
|
| A D | ald_adc.h | 384 void (*error_cbk)(struct adc_handle_s *arg); /**< adc error callback */ member
|
| A D | ald_uart.h | 205 void (*error_cbk)(struct uart_handle_s *arg); /**< error callback */ member
|
| A D | ald_timer.h | 215 void (*error_cbk)(struct timer_handle_s *arg); /**< Error callback */ member
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Include/ |
| A D | ald_adc.h | 383 void (*error_cbk)(struct ald_adc_handle_s *arg); /**< adc error callback */ member
|
| A D | ald_uart.h | 202 void (*error_cbk)(struct ald_uart_handle_s *arg); /**< error callback */ member
|
| A D | ald_timer.h | 216 void (*error_cbk)(struct ald_timer_handle_s *arg); /**< Error callback */ member
|
| /bsp/essemi/es32vf2264/libraries/ALD/ES32VF2264/Source/ |
| A D | ald_uart.c | 1043 if (hperh->error_cbk) in ald_uart_irq_handler() 1044 hperh->error_cbk(hperh); in ald_uart_irq_handler()
|
| A D | ald_adc.c | 474 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()
|