Home
last modified time | relevance | path

Searched defs:rx_frame (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dcan_ll.h216 static inline void can_ll_get_rx_buffer(can_dev_t *hw, can_ll_frame_buffer_t *rx_frame) in can_ll_get_rx_buffer()
227 static inline void can_ll_prase_frame_buffer(can_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8_t… in can_ll_prase_frame_buffer()
Dcan_hal.h132 …inline void can_hal_read_rx_buffer_and_clear(can_hal_context_t *hal_ctx, can_hal_frame_t *rx_frame) in can_hal_read_rx_buffer_and_clear()
Dtwai_ll.h612 static inline void twai_ll_get_rx_buffer(twai_dev_t *hw, twai_ll_frame_buffer_t *rx_frame) in twai_ll_get_rx_buffer()
678 static inline void twai_ll_prase_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_prase_frame_buffer()
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/
Dhpm_mcan_drv.c1453 hpm_stat_t mcan_read_rxbuf(MCAN_Type *ptr, uint32_t index, mcan_rx_message_t *rx_frame) in mcan_read_rxbuf()
1483 hpm_stat_t mcan_read_rxfifo(MCAN_Type *ptr, uint32_t fifo_index, mcan_rx_message_t *rx_frame) in mcan_read_rxfifo()
1656 …_stat_t mcan_receive_from_buf_blocking(MCAN_Type *ptr, uint32_t index, mcan_rx_message_t *rx_frame) in mcan_receive_from_buf_blocking()
1681 …t mcan_receive_from_fifo_blocking(MCAN_Type *ptr, uint32_t fifo_index, mcan_rx_message_t *rx_frame) in mcan_receive_from_fifo_blocking()
/device/soc/esp/esp32/components/hal/include/hal/
Dtwai_hal.h286 …ine bool twai_hal_read_rx_buffer_and_clear(twai_hal_context_t *hal_ctx, twai_hal_frame_t *rx_frame) in twai_hal_read_rx_buffer_and_clear()
/device/soc/esp/esp32/components/driver/
Dtwai.c600 twai_hal_frame_t rx_frame; in twai_receive() local
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/include/
Drfc_int.h211 MX_FRAME rx_frame; member