mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
Merge branch 'feat/c5_twaifd_lowlevel_support' into 'master'
feat(twai): c5 twaifd basic low level support See merge request espressif/esp-idf!34081
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