Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Interfaces/
Dhw_aes.c31 #define HW_AES_CLOCK_IS_ENABLE( ) LL_AHB2_GRP1_IsEnabledClock( LL_AHB2_GRP1_PERIPH_AES ) macro
52 if ( HW_AES_CLOCK_IS_ENABLE() ) in HW_AES_Enable()