Home
last modified time | relevance | path

Searched refs:_can_async_device (Results 1 – 12 of 12) sorted by relevance

/bsp/microchip/samc21/bsp/hal/include/
A Dhpl_can_async.h57 struct _can_async_device;
101 void (*tx_done)(struct _can_async_device *dev);
102 void (*rx_done)(struct _can_async_device *dev);
109 struct _can_async_device { struct
126 int32_t _can_async_init(struct _can_async_device *const dev, void *const hw); argument
137 int32_t _can_async_deinit(struct _can_async_device *const dev);
148 int32_t _can_async_enable(struct _can_async_device *const dev);
159 int32_t _can_async_disable(struct _can_async_device *const dev);
200 uint8_t _can_async_get_rxerr(struct _can_async_device *const dev);
211 uint8_t _can_async_get_txerr(struct _can_async_device *const dev);
[all …]
A Dhal_can_async.h75 struct _can_async_device dev; /*!< CAN HPL device descriptor */
/bsp/microchip/same70/bsp/hal/include/
A Dhpl_can_async.h57 struct _can_async_device;
101 void (*tx_done)(struct _can_async_device *dev);
102 void (*rx_done)(struct _can_async_device *dev);
109 struct _can_async_device { struct
126 int32_t _can_async_init(struct _can_async_device *const dev, void *const hw); argument
137 int32_t _can_async_deinit(struct _can_async_device *const dev);
148 int32_t _can_async_enable(struct _can_async_device *const dev);
159 int32_t _can_async_disable(struct _can_async_device *const dev);
200 uint8_t _can_async_get_rxerr(struct _can_async_device *const dev);
211 uint8_t _can_async_get_txerr(struct _can_async_device *const dev);
[all …]
A Dhal_can_async.h75 struct _can_async_device dev; /*!< CAN HPL device descriptor */
/bsp/microchip/same54/bsp/hal/include/
A Dhpl_can_async.h57 struct _can_async_device;
101 void (*tx_done)(struct _can_async_device *dev);
102 void (*rx_done)(struct _can_async_device *dev);
109 struct _can_async_device { struct
126 int32_t _can_async_init(struct _can_async_device *const dev, void *const hw); argument
137 int32_t _can_async_deinit(struct _can_async_device *const dev);
148 int32_t _can_async_enable(struct _can_async_device *const dev);
159 int32_t _can_async_disable(struct _can_async_device *const dev);
200 uint8_t _can_async_get_rxerr(struct _can_async_device *const dev);
211 uint8_t _can_async_get_txerr(struct _can_async_device *const dev);
[all …]
A Dhal_can_async.h75 struct _can_async_device dev; /*!< CAN HPL device descriptor */
/bsp/microchip/samc21/bsp/hpl/can/
A Dhpl_can.c55 static struct _can_async_device *_can0_dev = NULL; /*!< Pointer to hpl device */
76 static struct _can_async_device *_can1_dev = NULL; /*!< Pointer to hpl device */
83 int32_t _can_async_init(struct _can_async_device *const dev, void *const hw) in _can_async_init()
153 int32_t _can_async_deinit(struct _can_async_device *const dev) in _can_async_deinit()
163 int32_t _can_async_enable(struct _can_async_device *const dev) in _can_async_enable()
172 int32_t _can_async_disable(struct _can_async_device *const dev) in _can_async_disable()
181 int32_t _can_async_read(struct _can_async_device *const dev, struct can_message *msg) in _can_async_read()
316 uint8_t _can_async_get_rxerr(struct _can_async_device *const dev) in _can_async_get_rxerr()
324 uint8_t _can_async_get_txerr(struct _can_async_device *const dev) in _can_async_get_txerr()
332 int32_t _can_async_set_mode(struct _can_async_device *const dev, enum can_mode mode) in _can_async_set_mode()
[all …]
/bsp/microchip/same70/bsp/hpl/mcan/
A Dhpl_mcan.c56 static struct _can_async_device *_can0_dev = NULL;
78 static struct _can_async_device *_can1_dev = NULL;
84 int32_t _can_async_init(struct _can_async_device *const dev, void *const hw) in _can_async_init()
154 int32_t _can_async_deinit(struct _can_async_device *const dev) in _can_async_deinit()
164 int32_t _can_async_enable(struct _can_async_device *const dev) in _can_async_enable()
173 int32_t _can_async_disable(struct _can_async_device *const dev) in _can_async_disable()
182 int32_t _can_async_read(struct _can_async_device *const dev, struct can_message *msg) in _can_async_read()
317 uint8_t _can_async_get_rxerr(struct _can_async_device *const dev) in _can_async_get_rxerr()
325 uint8_t _can_async_get_txerr(struct _can_async_device *const dev) in _can_async_get_txerr()
333 int32_t _can_async_set_mode(struct _can_async_device *const dev, enum can_mode mode) in _can_async_set_mode()
[all …]
/bsp/microchip/same54/bsp/hpl/can/
A Dhpl_can.c55 static struct _can_async_device *_can0_dev = NULL; /*!< Pointer to hpl device */
76 static struct _can_async_device *_can1_dev = NULL; /*!< Pointer to hpl device */
83 int32_t _can_async_init(struct _can_async_device *const dev, void *const hw) in _can_async_init()
153 int32_t _can_async_deinit(struct _can_async_device *const dev) in _can_async_deinit()
163 int32_t _can_async_enable(struct _can_async_device *const dev) in _can_async_enable()
172 int32_t _can_async_disable(struct _can_async_device *const dev) in _can_async_disable()
181 int32_t _can_async_read(struct _can_async_device *const dev, struct can_message *msg) in _can_async_read()
316 uint8_t _can_async_get_rxerr(struct _can_async_device *const dev) in _can_async_get_rxerr()
324 uint8_t _can_async_get_txerr(struct _can_async_device *const dev) in _can_async_get_txerr()
332 int32_t _can_async_set_mode(struct _can_async_device *const dev, enum can_mode mode) in _can_async_set_mode()
[all …]
/bsp/microchip/samc21/bsp/hal/src/
A Dhal_can_async.c43 static void can_tx_done(struct _can_async_device *dev);
49 static void can_rx_done(struct _can_async_device *dev);
56 static void can_irq_handler(struct _can_async_device *dev, enum can_async_interrupt_type type);
199 static void can_tx_done(struct _can_async_device *dev) in can_tx_done()
211 static void can_rx_done(struct _can_async_device *dev) in can_rx_done()
223 static void can_irq_handler(struct _can_async_device *dev, enum can_async_interrupt_type type) in can_irq_handler()
/bsp/microchip/same70/bsp/hal/src/
A Dhal_can_async.c43 static void can_tx_done(struct _can_async_device *dev);
49 static void can_rx_done(struct _can_async_device *dev);
56 static void can_irq_handler(struct _can_async_device *dev, enum can_async_interrupt_type type);
199 static void can_tx_done(struct _can_async_device *dev) in can_tx_done()
211 static void can_rx_done(struct _can_async_device *dev) in can_rx_done()
223 static void can_irq_handler(struct _can_async_device *dev, enum can_async_interrupt_type type) in can_irq_handler()
/bsp/microchip/same54/bsp/hal/src/
A Dhal_can_async.c43 static void can_tx_done(struct _can_async_device *dev);
49 static void can_rx_done(struct _can_async_device *dev);
56 static void can_irq_handler(struct _can_async_device *dev, enum can_async_interrupt_type type);
199 static void can_tx_done(struct _can_async_device *dev) in can_tx_done()
211 static void can_rx_done(struct _can_async_device *dev) in can_rx_done()
223 static void can_irq_handler(struct _can_async_device *dev, enum can_async_interrupt_type type) in can_irq_handler()

Completed in 20 milliseconds