| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/src/ |
| A D | hal_usart_async.c | 82 int32_t usart_async_deinit(struct usart_async_descriptor *const descr) in usart_async_deinit() 95 int32_t usart_async_enable(struct usart_async_descriptor *const descr) in usart_async_enable() 106 int32_t usart_async_disable(struct usart_async_descriptor *const descr) in usart_async_disable() 128 int32_t usart_async_register_callback(struct usart_async_descriptor *const descr, in usart_async_register_callback() 156 int32_t usart_async_set_flow_control(struct usart_async_descriptor *const descr, in usart_async_set_flow_control() 234 int32_t usart_async_flow_control_status(const struct usart_async_descriptor *const descr, in usart_async_flow_control_status() 246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() 255 int32_t usart_async_is_rx_not_empty(const struct usart_async_descriptor *const descr) in usart_async_is_rx_not_empty() 287 int32_t usart_async_flush_rx_buffer(struct usart_async_descriptor *const descr) in usart_async_flush_rx_buffer() 313 struct usart_async_descriptor *descr = CONTAINER_OF(io_descr, struct usart_async_descriptor, io); in usart_async_write() local [all …]
|
| /bsp/microchip/samc21/bsp/hal/src/ |
| A D | hal_usart_async.c | 82 int32_t usart_async_deinit(struct usart_async_descriptor *const descr) in usart_async_deinit() 95 int32_t usart_async_enable(struct usart_async_descriptor *const descr) in usart_async_enable() 106 int32_t usart_async_disable(struct usart_async_descriptor *const descr) in usart_async_disable() 128 int32_t usart_async_register_callback(struct usart_async_descriptor *const descr, in usart_async_register_callback() 156 int32_t usart_async_set_flow_control(struct usart_async_descriptor *const descr, in usart_async_set_flow_control() 234 int32_t usart_async_flow_control_status(const struct usart_async_descriptor *const descr, in usart_async_flow_control_status() 246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() 255 int32_t usart_async_is_rx_not_empty(const struct usart_async_descriptor *const descr) in usart_async_is_rx_not_empty() 287 int32_t usart_async_flush_rx_buffer(struct usart_async_descriptor *const descr) in usart_async_flush_rx_buffer() 313 struct usart_async_descriptor *descr = CONTAINER_OF(io_descr, struct usart_async_descriptor, io); in usart_async_write() local [all …]
|
| A D | hal_can_async.c | 61 int32_t can_async_init(struct can_async_descriptor *const descr, void *const hw) in can_async_init() 81 int32_t can_async_deinit(struct can_async_descriptor *const descr) in can_async_deinit() 90 int32_t can_async_enable(struct can_async_descriptor *const descr) in can_async_enable() 99 int32_t can_async_disable(struct can_async_descriptor *const descr) in can_async_disable() 108 int32_t can_async_read(struct can_async_descriptor *const descr, struct can_message *msg) in can_async_read() 117 int32_t can_async_write(struct can_async_descriptor *const descr, struct can_message *msg) in can_async_write() 154 uint8_t can_async_get_rxerr(struct can_async_descriptor *const descr) in can_async_get_rxerr() 163 uint8_t can_async_get_txerr(struct can_async_descriptor *const descr) in can_async_get_txerr() 172 int32_t can_async_set_mode(struct can_async_descriptor *const descr, enum can_mode mode) in can_async_set_mode() 201 struct can_async_descriptor *const descr = CONTAINER_OF(dev, struct can_async_descriptor, dev); in can_tx_done() local [all …]
|
| A D | hal_adc_sync.c | 55 int32_t adc_sync_init(struct adc_sync_descriptor *const descr, void *const hw, void *const func) in adc_sync_init() 65 int32_t adc_sync_deinit(struct adc_sync_descriptor *const descr) in adc_sync_deinit() 76 int32_t adc_sync_enable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_enable_channel() 87 int32_t adc_sync_disable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_disable_channel() 128 int32_t adc_sync_set_reference(struct adc_sync_descriptor *const descr, const adc_reference_t refer… in adc_sync_set_reference() 139 int32_t adc_sync_set_resolution(struct adc_sync_descriptor *const descr, const adc_resolution_t res… in adc_sync_set_resolution() 150 int32_t adc_sync_set_inputs(struct adc_sync_descriptor *const descr, const adc_pos_input_t pos_inpu… in adc_sync_set_inputs() 162 int32_t adc_sync_set_thresholds(struct adc_sync_descriptor *const descr, const adc_threshold_t low_… in adc_sync_set_thresholds() 185 int32_t adc_sync_set_conversion_mode(struct adc_sync_descriptor *const descr, const enum adc_conver… in adc_sync_set_conversion_mode() 196 int32_t adc_sync_set_channel_differential_mode(struct adc_sync_descriptor *const descr, const uint8… in adc_sync_set_channel_differential_mode() [all …]
|
| /bsp/microchip/saml10/bsp/hal/src/ |
| A D | hal_usart_async.c | 82 int32_t usart_async_deinit(struct usart_async_descriptor *const descr) in usart_async_deinit() 95 int32_t usart_async_enable(struct usart_async_descriptor *const descr) in usart_async_enable() 106 int32_t usart_async_disable(struct usart_async_descriptor *const descr) in usart_async_disable() 128 int32_t usart_async_register_callback(struct usart_async_descriptor *const descr, in usart_async_register_callback() 156 int32_t usart_async_set_flow_control(struct usart_async_descriptor *const descr, in usart_async_set_flow_control() 234 int32_t usart_async_flow_control_status(const struct usart_async_descriptor *const descr, in usart_async_flow_control_status() 246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() 255 int32_t usart_async_is_rx_not_empty(const struct usart_async_descriptor *const descr) in usart_async_is_rx_not_empty() 287 int32_t usart_async_flush_rx_buffer(struct usart_async_descriptor *const descr) in usart_async_flush_rx_buffer() 313 struct usart_async_descriptor *descr = CONTAINER_OF(io_descr, struct usart_async_descriptor, io); in usart_async_write() local [all …]
|
| A D | hal_adc_sync.c | 55 int32_t adc_sync_init(struct adc_sync_descriptor *const descr, void *const hw, void *const func) in adc_sync_init() 65 int32_t adc_sync_deinit(struct adc_sync_descriptor *const descr) in adc_sync_deinit() 76 int32_t adc_sync_enable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_enable_channel() 87 int32_t adc_sync_disable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_disable_channel() 128 int32_t adc_sync_set_reference(struct adc_sync_descriptor *const descr, const adc_reference_t refer… in adc_sync_set_reference() 139 int32_t adc_sync_set_resolution(struct adc_sync_descriptor *const descr, const adc_resolution_t res… in adc_sync_set_resolution() 150 int32_t adc_sync_set_inputs(struct adc_sync_descriptor *const descr, const adc_pos_input_t pos_inpu… in adc_sync_set_inputs() 162 int32_t adc_sync_set_thresholds(struct adc_sync_descriptor *const descr, const adc_threshold_t low_… in adc_sync_set_thresholds() 185 int32_t adc_sync_set_conversion_mode(struct adc_sync_descriptor *const descr, const enum adc_conver… in adc_sync_set_conversion_mode() 196 int32_t adc_sync_set_channel_differential_mode(struct adc_sync_descriptor *const descr, const uint8… in adc_sync_set_channel_differential_mode() [all …]
|
| /bsp/microchip/same70/bsp/hal/src/ |
| A D | hal_usart_async.c | 82 int32_t usart_async_deinit(struct usart_async_descriptor *const descr) in usart_async_deinit() 95 int32_t usart_async_enable(struct usart_async_descriptor *const descr) in usart_async_enable() 106 int32_t usart_async_disable(struct usart_async_descriptor *const descr) in usart_async_disable() 128 int32_t usart_async_register_callback(struct usart_async_descriptor *const descr, in usart_async_register_callback() 156 int32_t usart_async_set_flow_control(struct usart_async_descriptor *const descr, in usart_async_set_flow_control() 234 int32_t usart_async_flow_control_status(const struct usart_async_descriptor *const descr, in usart_async_flow_control_status() 246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() 255 int32_t usart_async_is_rx_not_empty(const struct usart_async_descriptor *const descr) in usart_async_is_rx_not_empty() 287 int32_t usart_async_flush_rx_buffer(struct usart_async_descriptor *const descr) in usart_async_flush_rx_buffer() 313 struct usart_async_descriptor *descr = CONTAINER_OF(io_descr, struct usart_async_descriptor, io); in usart_async_write() local [all …]
|
| A D | hal_mac_async.c | 47 int32_t mac_async_init(struct mac_async_descriptor *const descr, void *const hw) in mac_async_init() 57 int32_t mac_async_deinit(struct mac_async_descriptor *const descr) in mac_async_deinit() 67 int32_t mac_async_enable(struct mac_async_descriptor *const descr) in mac_async_enable() 76 int32_t mac_async_disable(struct mac_async_descriptor *const descr) in mac_async_disable() 85 int32_t mac_async_write(struct mac_async_descriptor *const descr, uint8_t *buf, uint32_t len) in mac_async_write() 95 uint32_t mac_async_read(struct mac_async_descriptor *const descr, uint8_t *buf, uint32_t len) in mac_async_read() 105 uint32_t mac_async_read_len(struct mac_async_descriptor *const descr) in mac_async_read_len() 114 void mac_async_enable_irq(struct mac_async_descriptor *const descr) in mac_async_enable_irq() 124 void mac_async_disable_irq(struct mac_async_descriptor *const descr) in mac_async_disable_irq() 163 int32_t mac_async_set_filter_ex(struct mac_async_descriptor *const descr, uint8_t mac[6]) in mac_async_set_filter_ex() [all …]
|
| A D | hal_can_async.c | 61 int32_t can_async_init(struct can_async_descriptor *const descr, void *const hw) in can_async_init() 81 int32_t can_async_deinit(struct can_async_descriptor *const descr) in can_async_deinit() 90 int32_t can_async_enable(struct can_async_descriptor *const descr) in can_async_enable() 99 int32_t can_async_disable(struct can_async_descriptor *const descr) in can_async_disable() 108 int32_t can_async_read(struct can_async_descriptor *const descr, struct can_message *msg) in can_async_read() 117 int32_t can_async_write(struct can_async_descriptor *const descr, struct can_message *msg) in can_async_write() 154 uint8_t can_async_get_rxerr(struct can_async_descriptor *const descr) in can_async_get_rxerr() 163 uint8_t can_async_get_txerr(struct can_async_descriptor *const descr) in can_async_get_txerr() 172 int32_t can_async_set_mode(struct can_async_descriptor *const descr, enum can_mode mode) in can_async_set_mode() 201 struct can_async_descriptor *const descr = CONTAINER_OF(dev, struct can_async_descriptor, dev); in can_tx_done() local [all …]
|
| A D | hal_adc_sync.c | 55 int32_t adc_sync_init(struct adc_sync_descriptor *const descr, void *const hw, void *const func) in adc_sync_init() 65 int32_t adc_sync_deinit(struct adc_sync_descriptor *const descr) in adc_sync_deinit() 76 int32_t adc_sync_enable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_enable_channel() 87 int32_t adc_sync_disable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_disable_channel() 128 int32_t adc_sync_set_reference(struct adc_sync_descriptor *const descr, const adc_reference_t refer… in adc_sync_set_reference() 139 int32_t adc_sync_set_resolution(struct adc_sync_descriptor *const descr, const adc_resolution_t res… in adc_sync_set_resolution() 150 int32_t adc_sync_set_inputs(struct adc_sync_descriptor *const descr, const adc_pos_input_t pos_inpu… in adc_sync_set_inputs() 162 int32_t adc_sync_set_thresholds(struct adc_sync_descriptor *const descr, const adc_threshold_t low_… in adc_sync_set_thresholds() 185 int32_t adc_sync_set_conversion_mode(struct adc_sync_descriptor *const descr, const enum adc_conver… in adc_sync_set_conversion_mode() 196 int32_t adc_sync_set_channel_differential_mode(struct adc_sync_descriptor *const descr, const uint8… in adc_sync_set_channel_differential_mode() [all …]
|
| /bsp/microchip/same54/bsp/hal/src/ |
| A D | hal_usart_async.c | 82 int32_t usart_async_deinit(struct usart_async_descriptor *const descr) in usart_async_deinit() 95 int32_t usart_async_enable(struct usart_async_descriptor *const descr) in usart_async_enable() 106 int32_t usart_async_disable(struct usart_async_descriptor *const descr) in usart_async_disable() 128 int32_t usart_async_register_callback(struct usart_async_descriptor *const descr, in usart_async_register_callback() 156 int32_t usart_async_set_flow_control(struct usart_async_descriptor *const descr, in usart_async_set_flow_control() 234 int32_t usart_async_flow_control_status(const struct usart_async_descriptor *const descr, in usart_async_flow_control_status() 246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() 255 int32_t usart_async_is_rx_not_empty(const struct usart_async_descriptor *const descr) in usart_async_is_rx_not_empty() 287 int32_t usart_async_flush_rx_buffer(struct usart_async_descriptor *const descr) in usart_async_flush_rx_buffer() 313 struct usart_async_descriptor *descr = CONTAINER_OF(io_descr, struct usart_async_descriptor, io); in usart_async_write() local [all …]
|
| A D | hal_mac_async.c | 47 int32_t mac_async_init(struct mac_async_descriptor *const descr, void *const hw) in mac_async_init() 57 int32_t mac_async_deinit(struct mac_async_descriptor *const descr) in mac_async_deinit() 67 int32_t mac_async_enable(struct mac_async_descriptor *const descr) in mac_async_enable() 76 int32_t mac_async_disable(struct mac_async_descriptor *const descr) in mac_async_disable() 85 int32_t mac_async_write(struct mac_async_descriptor *const descr, uint8_t *buf, uint32_t len) in mac_async_write() 95 uint32_t mac_async_read(struct mac_async_descriptor *const descr, uint8_t *buf, uint32_t len) in mac_async_read() 105 uint32_t mac_async_read_len(struct mac_async_descriptor *const descr) in mac_async_read_len() 114 void mac_async_enable_irq(struct mac_async_descriptor *const descr) in mac_async_enable_irq() 124 void mac_async_disable_irq(struct mac_async_descriptor *const descr) in mac_async_disable_irq() 163 int32_t mac_async_set_filter_ex(struct mac_async_descriptor *const descr, uint8_t mac[6]) in mac_async_set_filter_ex() [all …]
|
| A D | hal_can_async.c | 61 int32_t can_async_init(struct can_async_descriptor *const descr, void *const hw) in can_async_init() 81 int32_t can_async_deinit(struct can_async_descriptor *const descr) in can_async_deinit() 90 int32_t can_async_enable(struct can_async_descriptor *const descr) in can_async_enable() 99 int32_t can_async_disable(struct can_async_descriptor *const descr) in can_async_disable() 108 int32_t can_async_read(struct can_async_descriptor *const descr, struct can_message *msg) in can_async_read() 117 int32_t can_async_write(struct can_async_descriptor *const descr, struct can_message *msg) in can_async_write() 154 uint8_t can_async_get_rxerr(struct can_async_descriptor *const descr) in can_async_get_rxerr() 163 uint8_t can_async_get_txerr(struct can_async_descriptor *const descr) in can_async_get_txerr() 172 int32_t can_async_set_mode(struct can_async_descriptor *const descr, enum can_mode mode) in can_async_set_mode() 201 struct can_async_descriptor *const descr = CONTAINER_OF(dev, struct can_async_descriptor, dev); in can_tx_done() local [all …]
|
| A D | hal_adc_sync.c | 55 int32_t adc_sync_init(struct adc_sync_descriptor *const descr, void *const hw, void *const func) in adc_sync_init() 65 int32_t adc_sync_deinit(struct adc_sync_descriptor *const descr) in adc_sync_deinit() 76 int32_t adc_sync_enable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_enable_channel() 87 int32_t adc_sync_disable_channel(struct adc_sync_descriptor *const descr, const uint8_t channel) in adc_sync_disable_channel() 128 int32_t adc_sync_set_reference(struct adc_sync_descriptor *const descr, const adc_reference_t refer… in adc_sync_set_reference() 139 int32_t adc_sync_set_resolution(struct adc_sync_descriptor *const descr, const adc_resolution_t res… in adc_sync_set_resolution() 150 int32_t adc_sync_set_inputs(struct adc_sync_descriptor *const descr, const adc_pos_input_t pos_inpu… in adc_sync_set_inputs() 162 int32_t adc_sync_set_thresholds(struct adc_sync_descriptor *const descr, const adc_threshold_t low_… in adc_sync_set_thresholds() 185 int32_t adc_sync_set_conversion_mode(struct adc_sync_descriptor *const descr, const enum adc_conver… in adc_sync_set_conversion_mode() 196 int32_t adc_sync_set_channel_differential_mode(struct adc_sync_descriptor *const descr, const uint8… in adc_sync_set_channel_differential_mode() [all …]
|
| A D | hal_aes_sync.c | 48 int32_t aes_sync_init(struct aes_sync_descriptor *descr, void *const hw) in aes_sync_init() 58 int32_t aes_sync_deinit(struct aes_sync_descriptor *descr) in aes_sync_deinit() 68 int32_t aes_sync_enable(struct aes_sync_descriptor *descr) in aes_sync_enable() 78 int32_t aes_sync_disable(struct aes_sync_descriptor *descr) in aes_sync_disable() 106 int32_t aes_sync_ecb_crypt(struct aes_sync_descriptor *descr, const enum aes_action enc, const uint… in aes_sync_ecb_crypt() 116 int32_t aes_sync_cbc_crypt(struct aes_sync_descriptor *descr, const enum aes_action enc, const uint… in aes_sync_cbc_crypt() 188 int32_t aes_sync_cfb64_crypt(struct aes_sync_descriptor *descr, const enum aes_action enc, const ui… in aes_sync_cfb64_crypt() 356 int32_t aes_sync_gcm_crypt_and_tag(struct aes_sync_descriptor *const descr, const enum aes_action e… in aes_sync_gcm_crypt_and_tag() 411 int32_t aes_sync_gcm_update(struct aes_sync_descriptor *const descr, const uint8_t *input, uint8_t … in aes_sync_gcm_update() 422 int32_t aes_sync_gcm_finish(struct aes_sync_descriptor *const descr, uint8_t *tag, uint32_t tag_len) in aes_sync_gcm_finish() [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hal/src/ |
| A D | hal_usart_async.c | 82 int32_t usart_async_deinit(struct usart_async_descriptor *const descr) in usart_async_deinit() 95 int32_t usart_async_enable(struct usart_async_descriptor *const descr) in usart_async_enable() 106 int32_t usart_async_disable(struct usart_async_descriptor *const descr) in usart_async_disable() 128 int32_t usart_async_register_callback(struct usart_async_descriptor *const descr, in usart_async_register_callback() 156 int32_t usart_async_set_flow_control(struct usart_async_descriptor *const descr, in usart_async_set_flow_control() 234 int32_t usart_async_flow_control_status(const struct usart_async_descriptor *const descr, in usart_async_flow_control_status() 246 int32_t usart_async_is_tx_empty(const struct usart_async_descriptor *const descr) in usart_async_is_tx_empty() 255 int32_t usart_async_is_rx_not_empty(const struct usart_async_descriptor *const descr) in usart_async_is_rx_not_empty() 287 int32_t usart_async_flush_rx_buffer(struct usart_async_descriptor *const descr) in usart_async_flush_rx_buffer() 313 struct usart_async_descriptor *descr = CONTAINER_OF(io_descr, struct usart_async_descriptor, io); in usart_async_write() local [all …]
|
| /bsp/microchip/same70/bsp/ethernet_phy/ |
| A D | ethernet_phy.c | 39 int32_t ethernet_phy_init(struct ethernet_phy_descriptor *const descr, struct mac_async_descriptor … in ethernet_phy_init() 52 int32_t ethernet_phy_set_address(struct ethernet_phy_descriptor *const descr, uint16_t addr) in ethernet_phy_set_address() 63 int32_t ethernet_phy_read_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t *… in ethernet_phy_read_reg() 73 int32_t ethernet_phy_write_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t … in ethernet_phy_write_reg() 82 int32_t ethernet_phy_set_reg_bit(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_… in ethernet_phy_set_reg_bit() 116 int32_t ethernet_phy_set_powerdown(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_powerdown() 129 int32_t ethernet_phy_set_isolate(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_isolate() 142 int32_t ethernet_phy_restart_autoneg(struct ethernet_phy_descriptor *const descr) in ethernet_phy_restart_autoneg() 151 int32_t ethernet_phy_set_loopback(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_loopback() 164 int32_t ethernet_phy_get_link_status(struct ethernet_phy_descriptor *const descr, bool *status) in ethernet_phy_get_link_status() [all …]
|
| /bsp/microchip/same54/bsp/ethernet_phy/ |
| A D | ethernet_phy.c | 39 int32_t ethernet_phy_init(struct ethernet_phy_descriptor *const descr, struct mac_async_descriptor … in ethernet_phy_init() 52 int32_t ethernet_phy_set_address(struct ethernet_phy_descriptor *const descr, uint16_t addr) in ethernet_phy_set_address() 63 int32_t ethernet_phy_read_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t *… in ethernet_phy_read_reg() 73 int32_t ethernet_phy_write_reg(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_t … in ethernet_phy_write_reg() 82 int32_t ethernet_phy_set_reg_bit(struct ethernet_phy_descriptor *const descr, uint16_t reg, uint16_… in ethernet_phy_set_reg_bit() 116 int32_t ethernet_phy_set_powerdown(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_powerdown() 129 int32_t ethernet_phy_set_isolate(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_isolate() 142 int32_t ethernet_phy_restart_autoneg(struct ethernet_phy_descriptor *const descr) in ethernet_phy_restart_autoneg() 151 int32_t ethernet_phy_set_loopback(struct ethernet_phy_descriptor *const descr, bool state) in ethernet_phy_set_loopback() 164 int32_t ethernet_phy_get_link_status(struct ethernet_phy_descriptor *const descr, bool *status) in ethernet_phy_get_link_status() [all …]
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_dma.c | 177 DMA_DESCRIPTOR_TypeDef *descr; in DMA_Prepare() local 277 DMA_DESCRIPTOR_TypeDef *descr = (DMA_DESCRIPTOR_TypeDef *)(DMA->CTRLBASE); in DMA_IRQHandler() local 587 DMA_DESCRIPTOR_TypeDef *descr; in DMA_ActivateScatterGather() local 693 DMA_DESCRIPTOR_TypeDef *descr; in DMA_CfgChannel() local 770 DMA_DESCRIPTOR_TypeDef *descr; in DMA_CfgDescr() local 885 void DMA_CfgDescrScatterGather(DMA_DESCRIPTOR_TypeDef *descr, in DMA_CfgDescrScatterGather() 1063 DMA_DESCRIPTOR_TypeDef *descr; in DMA_RefreshPingPong() local
|
| /bsp/microchip/common/applications/ |
| A D | can_demo.c | 45 static void can_tx_callback(struct can_async_descriptor *const descr) in can_tx_callback() 70 static void can_rx_callback(struct can_async_descriptor *const descr) in can_rx_callback() 95 static void can_err_callback(struct can_async_descriptor *const descr, in can_err_callback()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_dma.c | 110 dma_descriptor_t *descr; in dma_config_base() local 432 dma_descriptor_t *descr; in ald_dma_restart_auto() local 535 dma_descriptor_t *descr; in ald_dma_restart_basic() local 860 dma_descriptor_t *descr, *alt_descr; in ald_dma_channel_config() local
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_dma.c | 111 dma_descriptor_t *descr; in dma_config_base() local 446 dma_descriptor_t *descr; in ald_dma_restart_auto() local 552 dma_descriptor_t *descr; in ald_dma_restart_basic() local 879 dma_descriptor_t *descr, *alt_descr; in ald_dma_channel_config() local
|
| /bsp/microchip/same70/bsp/examples/ |
| A D | driver_examples.c | 72 void CAN_0_tx_callback(struct can_async_descriptor *const descr) in CAN_0_tx_callback() 76 void CAN_0_rx_callback(struct can_async_descriptor *const descr) in CAN_0_rx_callback()
|
| /bsp/microchip/same54/bsp/examples/ |
| A D | driver_examples.c | 88 void CAN_0_tx_callback(struct can_async_descriptor *const descr) in CAN_0_tx_callback() 92 void CAN_0_rx_callback(struct can_async_descriptor *const descr) in CAN_0_rx_callback()
|
| /bsp/microchip/samc21/bsp/examples/ |
| A D | driver_examples.c | 126 void CAN_0_tx_callback(struct can_async_descriptor *const descr) in CAN_0_tx_callback() 130 void CAN_0_rx_callback(struct can_async_descriptor *const descr) in CAN_0_rx_callback()
|