Home
last modified time | relevance | path

Searched refs:IS_DBGMCU_APB2PERIPH (Results 1 – 4 of 4) sorted by relevance

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_debug.h55 #define IS_DBGMCU_APB2PERIPH(PERIPH) ((((PERIPH) & 0xFFF8F7FF) == 0x00) && ((PERIPH) != 0x00)) macro
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_dbgmcu.h55 #define IS_DBGMCU_APB2PERIPH(PERIPH) ((((PERIPH) & 0xFFF8F7FF) == 0x00) && ((PERIPH) != 0x00)) macro
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Src/
A Dft32f0xx_debug.c123 assert_param(IS_DBGMCU_APB2PERIPH(DBGMCU_Periph)); in DBGMCU_APB2PeriphConfig()
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/src/
A Dhk32f0xx_dbgmcu.c160 assert_param(IS_DBGMCU_APB2PERIPH(DBGMCU_Periph)); in DBGMCU_APB2PeriphConfig()

Completed in 6 milliseconds