Searched defs:tx_frame (Results 1 – 6 of 6) sorted by relevance
| /device/soc/esp/esp32/components/hal/ |
| D | twai_hal_iram.c | 183 void twai_hal_set_tx_buffer_and_transmit(twai_hal_context_t *hal_ctx, twai_hal_frame_t *tx_frame)
|
| /device/soc/esp/esp32/components/hal/esp32/include/hal/ |
| D | can_ll.h | 211 static inline void can_ll_set_tx_buffer(can_dev_t *hw, can_ll_frame_buffer_t *tx_frame) in can_ll_set_tx_buffer() 222 uint32_t flags, can_ll_frame_buffer_t *tx_frame) in can_ll_format_frame_buffer()
|
| D | can_hal.h | 127 …line void can_hal_set_tx_buffer_and_transmit(can_hal_context_t *hal_ctx, can_hal_frame_t *tx_frame) in can_hal_set_tx_buffer_and_transmit()
|
| D | twai_ll.h | 596 static inline void twai_ll_set_tx_buffer(twai_dev_t *hw, twai_ll_frame_buffer_t *tx_frame) in twai_ll_set_tx_buffer() 636 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer()
|
| /device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
| D | hpm_mcan_drv.c | 1388 hpm_stat_t mcan_write_txbuf(MCAN_Type *ptr, uint32_t index, mcan_tx_frame_t *tx_frame) in mcan_write_txbuf() 1424 hpm_stat_t mcan_write_txfifo(MCAN_Type *ptr, mcan_tx_frame_t *tx_frame) in mcan_write_txfifo() 1583 …at_t mcan_transmit_via_txbuf_nonblocking(MCAN_Type *ptr, uint32_t index, mcan_tx_frame_t *tx_frame) in mcan_transmit_via_txbuf_nonblocking() 1601 hpm_stat_t mcan_transmit_blocking(MCAN_Type *ptr, mcan_tx_frame_t *tx_frame) in mcan_transmit_blocking() 1627 hpm_stat_t mcan_transmit_via_txfifo_nonblocking(MCAN_Type *ptr, mcan_tx_frame_t *tx_frame, uint32_t… in mcan_transmit_via_txfifo_nonblocking()
|
| /device/soc/esp/esp32/components/driver/ |
| D | twai.c | 547 twai_hal_frame_t tx_frame; in twai_transmit() local
|