Searched refs:tx_error_counter_reg (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.6.0/components/hal/esp32/include/hal/ |
D | twai_ll.h | 105 uint8_t tx_error_counter_reg; member 550 return hw->tx_error_counter_reg.val; in twai_ll_get_tec() 563 HAL_FORCE_MODIFY_U32_REG_FIELD(hw->tx_error_counter_reg, txerr, tec); in twai_ll_set_tec() 802 reg_save->tx_error_counter_reg = (uint8_t) hw->tx_error_counter_reg.val; in twai_ll_save_reg() 829 hw->tx_error_counter_reg.val = reg_save->tx_error_counter_reg; in twai_ll_restore_reg()
|
/hal_espressif-3.6.0/components/hal/esp32h2/include/hal/ |
D | twai_ll.h | 458 return hw->tx_error_counter_reg.val; in twai_ll_get_tec() 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 | 458 return hw->tx_error_counter_reg.val; in twai_ll_get_tec() 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 | 458 return hw->tx_error_counter_reg.val; in twai_ll_get_tec() 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 | 458 return hw->tx_error_counter_reg.val; in twai_ll_get_tec() 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/soc/esp32c3/include/soc/ |
D | twai_struct.h | 156 } tx_error_counter_reg; /* Address 0x003C */ member
|
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/ |
D | twai_struct.h | 157 } tx_error_counter_reg; /* Address 0x003C */ member
|
/hal_espressif-3.6.0/components/soc/esp32h2/include/soc/ |
D | twai_struct.h | 156 } tx_error_counter_reg; /* Address 0x003C */ member
|
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/ |
D | twai_struct.h | 155 } tx_error_counter_reg; /* Address 0x003C */ member
|
/hal_espressif-3.6.0/components/soc/esp32/include/soc/ |
D | twai_struct.h | 154 } tx_error_counter_reg; /* Address 0x003C */ member
|