Home
last modified time | relevance | path

Searched refs:twai_hal_frame_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/include/hal/
Dtwai_hal.h57 typedef twai_ll_frame_buffer_t twai_hal_frame_t; typedef
64 twai_hal_frame_t tx_frame_save;
238 static inline void twai_hal_format_frame(const twai_message_t *message, twai_hal_frame_t *frame) in twai_hal_format_frame()
254 static inline void twai_hal_parse_frame(twai_hal_frame_t *frame, twai_message_t *message) in twai_hal_parse_frame()
271 void twai_hal_set_tx_buffer_and_transmit(twai_hal_context_t *hal_ctx, twai_hal_frame_t *tx_frame);
288 static inline bool twai_hal_read_rx_buffer_and_clear(twai_hal_context_t *hal_ctx, twai_hal_frame_t in twai_hal_read_rx_buffer_and_clear()
/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c175 void twai_hal_set_tx_buffer_and_transmit(twai_hal_context_t *hal_ctx, twai_hal_frame_t *tx_frame)
194 memcpy(&hal_ctx->tx_frame_save, tx_frame, sizeof(twai_hal_frame_t));