Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NucleoL476/
Deeprom-board.c52 if( __HAL_PWR_GET_FLAG( PWR_FLAG_SB ) == RESET ) in EepromMcuInit()
68 if( __HAL_PWR_GET_FLAG( PWR_FLAG_WUF1 ) != RESET ) in EepromMcuInit()
DsysIrqHandlers.c235 while( __HAL_PWR_GET_FLAG( PWR_FLAG_PVDO ) != RESET ) in PVD_PVM_IRQHandler()
/loramac-node-latest/src/boards/NucleoL152/
Dadc-board.c74 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/SKiM980A/
Dadc-board.c74 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/SKiM880B/
Dadc-board.c74 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/NAMote72/
Dadc-board.c74 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/SKiM881AXL/
Dadc-board.c79 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/B-L072Z-LRWAN1/
Dadc-board.c79 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/NucleoL073/
Dadc-board.c79 while( __HAL_PWR_GET_FLAG( PWR_FLAG_VREFINTRDY ) == RESET ) in AdcMcuReadChannel()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pwr.h211 #define __HAL_PWR_GET_FLAG(__FLAG__) ( ((((uint8_t)(__FLAG__)) >> 5U) == 1) ?\ macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_pwr.h290 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_pwr.h244 #define __HAL_PWR_GET_FLAG(__FLAG__) ((PWR->CSR & (__FLAG__)) == (__FLAG__)) macro