Searched refs:tec (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-3.6.0/components/hal/ |
D | twai_hal_iram.c | 37 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/ |
D | can_ll.h | 197 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()
|
D | twai_ll.h | 561 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/ |
D | twai_ll.h | 469 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/ |
D | twai_ll.h | 469 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/ |
D | twai_ll.h | 469 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/ |
D | twai_ll.h | 469 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()
|