Home
last modified time | relevance | path

Searched refs:portUSE_WDTO (Results 1 – 2 of 2) sorted by relevance

/Kernel-v11.0.1/portable/ThirdParty/GCC/ATmega/
Dportmacro.h105 #define portUSE_WDTO WDTO_15MS /* use the Watchdog Timer for xTaskIncrementTick */ macro
130 #if defined( portUSE_WDTO )
131 #define portTICK_PERIOD_MS ( ( TickType_t ) _BV( portUSE_WDTO + 4 ) )
Dport.c46 #if defined( portUSE_WDTO )
93 #if defined( portUSE_WDTO )
160 #if defined( portUSE_WDTO )
688 #if defined( portUSE_WDTO )
699 wdt_interrupt_enable( portUSE_WDTO ); in prvSetupTimerInterrupt()