Searched refs:twai_ll_frame_buffer_t (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 83 } __attribute__((packed)) twai_ll_frame_buffer_t; typedef 85 ESP_STATIC_ASSERT(sizeof(twai_ll_frame_buffer_t) == 13, "TX/RX buffer type should be 13 bytes"); 572 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() 589 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() 614 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer() 657 static inline void twai_ll_parse_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_parse_frame_buffer()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 83 } __attribute__((packed)) twai_ll_frame_buffer_t; typedef 85 ESP_STATIC_ASSERT(sizeof(twai_ll_frame_buffer_t) == 13, "TX/RX buffer type should be 13 bytes"); 572 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() 589 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() 614 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer() 657 static inline void twai_ll_parse_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_parse_frame_buffer()
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 83 } __attribute__((packed)) twai_ll_frame_buffer_t; typedef 85 ESP_STATIC_ASSERT(sizeof(twai_ll_frame_buffer_t) == 13, "TX/RX buffer type should be 13 bytes"); 572 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() 589 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() 614 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer() 657 static inline void twai_ll_parse_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_parse_frame_buffer()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 85 } __attribute__((packed)) twai_ll_frame_buffer_t; typedef 87 ESP_STATIC_ASSERT(sizeof(twai_ll_frame_buffer_t) == 13, "TX/RX buffer type should be 13 bytes"); 579 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() 596 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() 621 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer() 664 static inline void twai_ll_parse_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_parse_frame_buffer()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | twai_ll.h | 83 } __attribute__((packed)) twai_ll_frame_buffer_t; typedef 85 _Static_assert(sizeof(twai_ll_frame_buffer_t) == 13, "TX/RX buffer type should be 13 bytes"); 593 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() 610 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() 635 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer() 678 static inline void twai_ll_parse_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_parse_frame_buffer()
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | twai_ll.h | 85 } __attribute__((packed)) twai_ll_frame_buffer_t; typedef 87 ESP_STATIC_ASSERT(sizeof(twai_ll_frame_buffer_t) == 13, "TX/RX buffer type should be 13 bytes"); 670 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() 687 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() 712 uint32_t flags, twai_ll_frame_buffer_t *tx_frame) in twai_ll_format_frame_buffer() 755 static inline void twai_ll_parse_frame_buffer(twai_ll_frame_buffer_t *rx_frame, uint32_t *id, uint8… in twai_ll_parse_frame_buffer()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | twai_hal.h | 57 typedef twai_ll_frame_buffer_t twai_hal_frame_t;
|