Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dtwai_hal_iram.c29 uint32_t tec = twai_ll_get_tec(hal_ctx->dev); local
74 if (tec >= TWAI_ERR_PASS_THRESH || rec >= TWAI_ERR_PASS_THRESH) {
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h533 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
535 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtwai_ll.h533 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
535 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Dtwai_ll.h533 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
535 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dtwai_ll.h540 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
542 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_err_cnt, tx_err_cnt, tec); in twai_ll_set_tec()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dtwai_ll.h554 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
556 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_err_cnt, tx_err_cnt, tec); in twai_ll_set_tec()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h631 static inline void twai_ll_set_tec(twai_dev_t *hw, uint32_t tec) in twai_ll_set_tec() argument
633 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()