Home
last modified time | relevance | path

Searched refs:txerr (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dtwai_struct.h144 uint32_t txerr: 8; /* TXERR[7:0] Receive Error Counter */ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dtwai_struct.h145 uint32_t txerr: 8; /* TXERR[7:0] Receive Error Counter */ member
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtwai_struct.h142 uint32_t txerr: 8; /* TXERR[7:0] Receive Error Counter */ member
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dtwai_struct.h143 uint32_t txerr: 8; /* TXERR[7:0] Receive Error Counter */ member
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtwai_ll.h535 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.h535 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.h535 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h633 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec()