Searched refs:twai_ll_set_mode (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/hal/ |
D | twai_hal.c | 40 twai_ll_set_mode(hal_ctx->dev, TWAI_MODE_LISTEN_ONLY); //Freeze REC by changing to LOM mode in twai_hal_init() 72 twai_ll_set_mode(hal_ctx->dev, mode); //Set operating mode in twai_hal_start() 82 twai_ll_set_mode(hal_ctx->dev, TWAI_MODE_LISTEN_ONLY); //Freeze REC by changing to LOM mode in twai_hal_stop()
|
D | twai_hal_iram.c | 108 twai_ll_set_mode(hal_ctx->dev, TWAI_MODE_LISTEN_ONLY); //Freeze TEC/REC by entering LOM
|
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | can_ll.h | 74 twai_ll_set_mode(hw, mode); in can_ll_set_mode()
|
D | twai_ll.h | 206 static inline void twai_ll_set_mode(twai_dev_t *hw, twai_mode_t mode) in twai_ll_set_mode() function
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 142 static inline void twai_ll_set_mode(twai_dev_t *hw, twai_mode_t mode) in twai_ll_set_mode() function
|
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/ |
D | twai_ll.h | 142 static inline void twai_ll_set_mode(twai_dev_t *hw, twai_mode_t mode) in twai_ll_set_mode() function
|
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/ |
D | twai_ll.h | 142 static inline void twai_ll_set_mode(twai_dev_t *hw, twai_mode_t mode) in twai_ll_set_mode() function
|
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/ |
D | twai_ll.h | 142 static inline void twai_ll_set_mode(twai_dev_t *hw, twai_mode_t mode) in twai_ll_set_mode() function
|