Home
last modified time | relevance | path

Searched defs:HAL_IS_BIT_SET (Results 1 – 3 of 3) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_def.h62 #define HAL_IS_BIT_SET(REG, BIT) (((REG) & (BIT)) == (BIT)) macro
/bsp/xuantie/libraries/xuantie_libraries/csi/csi2/include/drv/
A Dio.h67 #define HAL_IS_BIT_SET(reg, pos) (((reg) & (1U << (pos))) != 0x0U) macro
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_def.h55 #define HAL_IS_BIT_SET(REG, MASK) (((*(volatile uint32_t *)&(REG)) & (MASK)) != RESET) /**< Check … macro

Completed in 5 milliseconds