Searched refs:tec (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | twai_hal_iram.c | 29 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/ |
D | twai_ll.h | 533 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/ |
D | twai_ll.h | 533 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/ |
D | twai_ll.h | 533 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/ |
D | twai_ll.h | 540 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/ |
D | twai_ll.h | 554 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/ |
D | twai_ll.h | 631 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()
|