| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32_cm0plus_misc.h | 94 #define IS_SYSTICK_COUNTER(COUNTER) ((COUNTER == SYSTICK_COUNTER_DISABLE) || \ argument 95 (COUNTER == SYSTICK_COUNTER_ENABLE) || \ 96 (COUNTER == SYSTICK_COUNTER_CLEAR))
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32_cm3_misc.h | 94 #define IS_SYSTICK_COUNTER(COUNTER) ((COUNTER == SYSTICK_COUNTER_DISABLE) || \ argument 95 (COUNTER == SYSTICK_COUNTER_ENABLE) || \ 96 (COUNTER == SYSTICK_COUNTER_CLEAR))
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_wwdg.h | 62 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_wwdg.h | 62 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_wwdg.h | 62 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_wwdg.h | 62 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_wwdg.h | 45 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_wwdg.h | 49 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | ft32f0xx_usart.h | 457 #define IS_USART_AUTO_RETRY_COUNTER(COUNTER) ((COUNTER) <= 0x7) argument
|
| /bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/ |
| A D | n32l43x_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | n32l43x_rtc.h | 371 #define IS_RTC_WKUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF) argument
|
| /bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/inc/ |
| A D | n32wb452_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | n32wb452_rtc.h | 371 #define IS_RTC_WKUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF) argument
|
| /bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/ |
| A D | n32l40x_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/inc/ |
| A D | n32g4fr_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | n32g4fr_rtc.h | 371 #define IS_RTC_WKUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF) argument
|
| /bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/inc/ |
| A D | n32g43x_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| /bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | n32g45x_rtc.h | 371 #define IS_RTC_WKUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF) argument
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_wwdg.h | 47 #define IS_WWDG_COUNTER(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | hk32f0xx_rtc.h | 355 #define IS_RTC_WAKEUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF) argument
|
| A D | hk32f0xx_usart.h | 481 #define IS_USART_AUTO_RETRY_COUNTER(COUNTER) ((COUNTER) <= 0x7) argument
|
| /bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/inc/ |
| A D | n32g45x_wwdg.h | 76 #define IS_WWDG_CNT(COUNTER) (((COUNTER) >= 0x40) && ((COUNTER) <= 0x7F)) argument
|
| A D | n32g45x_rtc.h | 371 #define IS_RTC_WKUP_COUNTER(COUNTER) ((COUNTER) <= 0xFFFF) argument
|
| /bsp/nxp/lpc/lpc43xx/M0/applications/ |
| A D | board.c | 50 LPC_RITIMER->COUNTER = 0; in rt_hw_board_init()
|