mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
feat(twai): c5 twaifd low level support and deprecate old types header
This commit is contained in:
@@ -252,7 +252,7 @@ static inline void twai_ll_set_cmd_tx(twai_dev_t *hw)
|
||||
__attribute__((always_inline))
|
||||
static inline void twai_ll_set_cmd_tx_single_shot(twai_dev_t *hw)
|
||||
{
|
||||
hw->command_reg.val = 0x03; //Set command_reg.tr and command_reg.at simultaneously for single shot transmittion request
|
||||
hw->command_reg.val = 0x03; //Set command_reg.tr and command_reg.at simultaneously for single shot transmission request
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user