Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/hal/include/hal/
Dtwai_hal.h65 typedef twai_ll_frame_buffer_t twai_hal_frame_t; typedef
71 twai_hal_frame_t tx_frame_save;
237 static inline void twai_hal_format_frame(const twai_message_t *message, twai_hal_frame_t *frame) in twai_hal_format_frame()
253 static inline void twai_hal_parse_frame(twai_hal_frame_t *frame, twai_message_t *message) in twai_hal_parse_frame()
270 void twai_hal_set_tx_buffer_and_transmit(twai_hal_context_t *hal_ctx, twai_hal_frame_t *tx_frame);
286 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-3.6.0/components/driver/
Dtwai.c128 twai_hal_frame_t frame; in twai_handle_rx_buffer_frames()
148 twai_hal_frame_t frame; in twai_handle_rx_buffer_frames()
187 twai_hal_frame_t frame; in twai_handle_tx_buffer_frame()
348 … p_obj->tx_queue_buff = heap_caps_calloc(tx_queue_len, sizeof(twai_hal_frame_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj()
354 … p_obj->rx_queue_buff = heap_caps_calloc(rx_queue_len, sizeof(twai_hal_frame_t), TWAI_MALLOC_CAPS); in twai_alloc_driver_obj()
362 …p_obj->tx_queue = xQueueCreateStatic(tx_queue_len, sizeof(twai_hal_frame_t), p_obj->tx_queue_buff,… in twai_alloc_driver_obj()
367 …p_obj->rx_queue = xQueueCreateStatic(rx_queue_len, sizeof(twai_hal_frame_t), p_obj->rx_queue_buff,… in twai_alloc_driver_obj()
374 p_obj->tx_queue = xQueueCreate(tx_queue_len, sizeof(twai_hal_frame_t)); in twai_alloc_driver_obj()
376 p_obj->rx_queue = xQueueCreate(rx_queue_len, sizeof(twai_hal_frame_t)); in twai_alloc_driver_obj()
540 twai_hal_frame_t tx_frame; in twai_transmit()
[all …]
/hal_espressif-3.6.0/components/hal/
Dtwai_hal_iram.c183 void twai_hal_set_tx_buffer_and_transmit(twai_hal_context_t *hal_ctx, twai_hal_frame_t *tx_frame)
202 memcpy(&hal_ctx->tx_frame_save, tx_frame, sizeof(twai_hal_frame_t));
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_hal.h49 typedef twai_hal_frame_t can_hal_frame_t;