Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_rcc_ex.c141 if(__HAL_RCC_PWR_IS_CLK_DISABLED()) in HAL_RCCEx_PeriphCLKConfig()
Dstm32l1xx_hal_rcc.c583 if(__HAL_RCC_PWR_IS_CLK_DISABLED()) in HAL_RCC_OscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rcc_ex.c153 if(__HAL_RCC_PWR_IS_CLK_DISABLED()) in HAL_RCCEx_PeriphCLKConfig()
Dstm32l0xx_hal_rcc.c614 if(__HAL_RCC_PWR_IS_CLK_DISABLED()) in HAL_RCC_OscConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rcc_ex.c345 if(__HAL_RCC_PWR_IS_CLK_DISABLED() != 0U) in HAL_RCCEx_PeriphCLKConfig()
2414 if(__HAL_RCC_PWR_IS_CLK_DISABLED()) in HAL_RCCEx_EnableLSCO()
2447 if(__HAL_RCC_PWR_IS_CLK_DISABLED()) in HAL_RCCEx_DisableLSCO()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_rcc.h854 #define __HAL_RCC_PWR_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR, RCC_APB1ENR_PWREN) == RESET) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_rcc.h1186 #define __HAL_RCC_PWR_IS_CLK_DISABLED() ((RCC->APB1ENR & (RCC_APB1ENR_PWREN)) == RESET) macro
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2707 #define __PWR_IS_CLK_DISABLED __HAL_RCC_PWR_IS_CLK_DISABLED
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2604 #define __PWR_IS_CLK_DISABLED __HAL_RCC_PWR_IS_CLK_DISABLED
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/Legacy/
Dstm32_hal_legacy.h2596 #define __PWR_IS_CLK_DISABLED __HAL_RCC_PWR_IS_CLK_DISABLED
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rcc.h2009 #define __HAL_RCC_PWR_IS_CLK_DISABLED() (READ_BIT(RCC->APB1ENR1, RCC_APB1ENR1_PWREN) == 0U) macro