Home
last modified time | relevance | path

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

12

/bsp/microchip/same70/bsp/hal/include/
A Dhpl_usart_dma.h77 usart_dma_cb_t error_cb; member
A Dhpl_usart_async.h72 void (*error_cb)(struct _usart_async_device *device); member
A Dhpl_adc_async.h70 void (*error_cb)(struct _adc_async_device *device, const uint8_t channel); member
/bsp/microchip/samc21/bsp/hal/include/
A Dhpl_usart_async.h72 void (*error_cb)(struct _usart_async_device *device); member
A Dhpl_adc_async.h70 void (*error_cb)(struct _adc_async_device *device, const uint8_t channel); member
A Dhpl_flash.h67 void (*error_cb)(struct _flash_device *device); member
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/include/
A Dhpl_usart_async.h72 void (*error_cb)(struct _usart_async_device *device); member
/bsp/microchip/saml10/bsp/hal/include/
A Dhpl_usart_async.h72 void (*error_cb)(struct _usart_async_device *device); member
A Dhpl_adc_async.h70 void (*error_cb)(struct _adc_async_device *device, const uint8_t channel); member
/bsp/microchip/same54/bsp/hal/include/
A Dhpl_usart_async.h72 void (*error_cb)(struct _usart_async_device *device); member
A Dhpl_adc_async.h70 void (*error_cb)(struct _adc_async_device *device, const uint8_t channel); member
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/include/
A Dhpl_usart_async.h72 void (*error_cb)(struct _usart_async_device *device); member
/bsp/hpmicro/libraries/hpm_sdk/components/dma_mgr/
A Dhpm_dma_mgr.c34 dma_mgr_chn_cb_t error_cb; /**< DMA channel error callback */ member
108 if (chn_ctx->error_cb != NULL) { in dma_mgr_isr_handler()
109 chn_ctx->error_cb(ptr, channel, chn_ctx->error_cb_data_ptr); in dma_mgr_isr_handler()
235 chn_ctx->error_cb = NULL; in dma_mgr_release_resource()
315 chn_ctx->error_cb = callback; in dma_mgr_install_chn_error_callback()
/bsp/microchip/samc21/bsp/hal/src/
A Dhal_flash.c64 flash->dev.flash_cb.error_cb = flash_error; in flash_init()
A Dhal_usart_async.c74 descr->device.usart_cb.error_cb = usart_error; in usart_async_init()
/bsp/microchip/samc21/bsp/hpl/nvmctrl/
A Dhpl_nvmctrl.c441 if (NULL != _nvm_dev->flash_cb.error_cb) { in NVMCTRL_Handler()
442 _nvm_dev->flash_cb.error_cb(_nvm_dev); in NVMCTRL_Handler()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/src/
A Dhal_usart_async.c74 descr->device.usart_cb.error_cb = usart_error; in usart_async_init()
/bsp/microchip/saml10/bsp/hal/src/
A Dhal_usart_async.c74 descr->device.usart_cb.error_cb = usart_error; in usart_async_init()
/bsp/microchip/same70/bsp/hal/src/
A Dhal_usart_async.c74 descr->device.usart_cb.error_cb = usart_error; in usart_async_init()
/bsp/microchip/same54/bsp/hal/src/
A Dhal_usart_async.c74 descr->device.usart_cb.error_cb = usart_error; in usart_async_init()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/src/
A Dhal_usart_async.c74 descr->device.usart_cb.error_cb = usart_error; in usart_async_init()
/bsp/microchip/same70/bsp/hpl/afec/
A Dhpl_afec.c264 device->adc_async_cb.error_cb(device, cnt); in _afec_interrupt_handler()
/bsp/microchip/same70/bsp/hpl/usart/
A Dhpl_usart.c671 device->usart_cb.error_cb(device); in _usart_interrupt_handler()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/sercom/
A Dhpl_sercom.c595 device->usart_cb.error_cb(device); in _sercom_usart_interrupt_handler()
/bsp/microchip/samc21/bsp/hpl/sercom/
A Dhpl_sercom.c582 device->usart_cb.error_cb(device); in _sercom_usart_interrupt_handler()

Completed in 49 milliseconds

12