Home
last modified time | relevance | path

Searched refs:tec (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/hal/
Dtwai_hal_iram.c37 uint32_t tec = twai_ll_get_tec(hal_ctx->dev); local
82 if (tec >= TWAI_ERR_PASS_THRESH || rec >= TWAI_ERR_PASS_THRESH) {
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dcan_ll.h197 static inline void can_ll_set_tec(can_dev_t *hw, uint32_t tec) in can_ll_set_tec() argument
199 twai_ll_set_tec(hw, tec); in can_ll_set_tec()
Dtwai_ll.h561 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
563 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/
Dtwai_ll.h469 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
471 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-3.6.0/components/hal/esp32s2/include/hal/
Dtwai_ll.h469 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
471 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dtwai_ll.h469 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
471 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-3.6.0/components/hal/esp32c3/include/hal/
Dtwai_ll.h469 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
471 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()