Home
last modified time | relevance | path

Searched defs:IS_FUNCTIONAL_STATE (Results 1 – 4 of 4) sorted by relevance

/device/soc/st/common/platform/stm32mp1xx_hal/STM32MP1xx_HAL_Driver/Inc/
Dstm32mp1xx.h50 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/device/soc/goodix/gr551x/sdk_liteos/gr551x_sdk/toolchain/gr551x/include/
Dgr55xx.h94 static inline uint32_t IS_FUNCTIONAL_STATE(uint32_t STATE) in IS_FUNCTIONAL_STATE() function
/device/soc/st/stm32f4xx/sdk/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
Dstm32f4xx.h196 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro
/device/soc/st/stm32f407zg/uniproton/board/common/
Dstm32f4xx.h515 #define IS_FUNCTIONAL_STATE(STATE) (((STATE) == DISABLE) || ((STATE) == ENABLE)) macro