Check if AHB1 peripheral clock is enabled or not.
- Reference Manual to LL API cross reference:
- AHBENR CRCEN LL_AHB1_GRP1_IsEnabledClock
AHBENR DMA1EN LL_AHB1_GRP1_IsEnabledClock
AHBENR DMA2EN LL_AHB1_GRP1_IsEnabledClock
AHBENR ETHMACEN LL_AHB1_GRP1_IsEnabledClock
AHBENR ETHMACRXEN LL_AHB1_GRP1_IsEnabledClock
AHBENR ETHMACTXEN LL_AHB1_GRP1_IsEnabledClock
AHBENR FLITFEN LL_AHB1_GRP1_IsEnabledClock
AHBENR FSMCEN LL_AHB1_GRP1_IsEnabledClock
AHBENR OTGFSEN LL_AHB1_GRP1_IsEnabledClock
AHBENR SDIOEN LL_AHB1_GRP1_IsEnabledClock
AHBENR SRAMEN LL_AHB1_GRP1_IsEnabledClock
- Parameters:
-
Periphs | This parameter can be a combination of the following values:
(*) value not defined in all devices. |
- Return values:
-
State | of Periphs (1 or 0). |
Definition at line 307 of file stm32f1xx_ll_bus.h.