Merge branch 'fix/refactor_source_code_and_comments' into 'master'

fix(hal): updated API description and added comments

Closes IDF-12618

See merge request espressif/esp-idf!38415
This commit is contained in:
Aditya Patwardhan
2025-04-30 18:26:57 +08:00
15 changed files with 31 additions and 27 deletions

View File

@@ -151,7 +151,7 @@ static inline esp_aes_state_t aes_ll_get_state(void)
*
* @note Only used for DMA transforms
*
* @param mode
* @param mode Mode of operation to set (e.g., ECB, CBC, CTR, etc.)
*/
static inline void aes_ll_set_block_mode(esp_aes_mode_t mode)
{