Stima V4 Slave RAIN  4.2
STM32FreeRTOSConfig_extra.h File Reference

Go to the source code of this file.

Macros

#define configUSE_CMSIS_RTOS_V2   0
 
#define configCHECK_FOR_STACK_OVERFLOW   1
 
#define _USE_FREERTOS_LOW_POWER   1
 
#define SLEEP_NONE   0
 
#define SLEEP_IDLE   1
 
#define SLEEP_LOWPOWER   2
 
#define SLEEP_STOP2   3
 
#define LOWPOWER_MODE   SLEEP_STOP2
 
#define LOW_POWER_NONE   0
 
#define LOW_POWER_DEFAULT   1
 
#define LOW_POWER_PRIVATE_LPTIMx_TICK   2
 
#define configUSE_TICKLESS_IDLE   LOW_POWER_PRIVATE_LPTIMx_TICK
 
#define configTICK_USES_LSE
 
#define configLPTIM_REF_CLOCK_HZ   32768UL
 
#define configLPTIM_ENABLE_PRECISION   1
 
#define configLPTIM_SRC_LPTIM1
 
#define configTICK_ENABLE_UWTICK_PRECISION   1
 
#define configEXPECTED_IDLE_TIME_BEFORE_SLEEP   50
 
#define configPRE_SLEEP_PROCESSING(x)   xTaskSleepPrivate ( &x )
 
#define configPOST_SLEEP_PROCESSING(x)   xTaskWakeUpPrivate ( x )
 

Macro Definition Documentation

◆ _USE_FREERTOS_LOW_POWER

#define _USE_FREERTOS_LOW_POWER   1

Definition at line 5 of file STM32FreeRTOSConfig_extra.h.

◆ configCHECK_FOR_STACK_OVERFLOW

#define configCHECK_FOR_STACK_OVERFLOW   1

Definition at line 2 of file STM32FreeRTOSConfig_extra.h.

◆ configEXPECTED_IDLE_TIME_BEFORE_SLEEP

#define configEXPECTED_IDLE_TIME_BEFORE_SLEEP   50

Definition at line 46 of file STM32FreeRTOSConfig_extra.h.

◆ configLPTIM_ENABLE_PRECISION

#define configLPTIM_ENABLE_PRECISION   1

Definition at line 37 of file STM32FreeRTOSConfig_extra.h.

◆ configLPTIM_REF_CLOCK_HZ

#define configLPTIM_REF_CLOCK_HZ   32768UL

Definition at line 36 of file STM32FreeRTOSConfig_extra.h.

◆ configLPTIM_SRC_LPTIM1

#define configLPTIM_SRC_LPTIM1

Definition at line 38 of file STM32FreeRTOSConfig_extra.h.

◆ configPOST_SLEEP_PROCESSING

#define configPOST_SLEEP_PROCESSING (   x)    xTaskWakeUpPrivate ( x )

Definition at line 51 of file STM32FreeRTOSConfig_extra.h.

◆ configPRE_SLEEP_PROCESSING

#define configPRE_SLEEP_PROCESSING (   x)    xTaskSleepPrivate ( &x )

Definition at line 50 of file STM32FreeRTOSConfig_extra.h.

◆ configTICK_ENABLE_UWTICK_PRECISION

#define configTICK_ENABLE_UWTICK_PRECISION   1

Definition at line 39 of file STM32FreeRTOSConfig_extra.h.

◆ configTICK_USES_LSE

#define configTICK_USES_LSE

Definition at line 35 of file STM32FreeRTOSConfig_extra.h.

◆ configUSE_CMSIS_RTOS_V2

#define configUSE_CMSIS_RTOS_V2   0

Definition at line 1 of file STM32FreeRTOSConfig_extra.h.

◆ configUSE_TICKLESS_IDLE

#define configUSE_TICKLESS_IDLE   LOW_POWER_PRIVATE_LPTIMx_TICK

Definition at line 31 of file STM32FreeRTOSConfig_extra.h.

◆ LOW_POWER_DEFAULT

#define LOW_POWER_DEFAULT   1

Definition at line 27 of file STM32FreeRTOSConfig_extra.h.

◆ LOW_POWER_NONE

#define LOW_POWER_NONE   0

Definition at line 26 of file STM32FreeRTOSConfig_extra.h.

◆ LOW_POWER_PRIVATE_LPTIMx_TICK

#define LOW_POWER_PRIVATE_LPTIMx_TICK   2

Definition at line 28 of file STM32FreeRTOSConfig_extra.h.

◆ LOWPOWER_MODE

#define LOWPOWER_MODE   SLEEP_STOP2

Definition at line 23 of file STM32FreeRTOSConfig_extra.h.

◆ SLEEP_IDLE

#define SLEEP_IDLE   1

Definition at line 13 of file STM32FreeRTOSConfig_extra.h.

◆ SLEEP_LOWPOWER

#define SLEEP_LOWPOWER   2

Definition at line 14 of file STM32FreeRTOSConfig_extra.h.

◆ SLEEP_NONE

#define SLEEP_NONE   0

Definition at line 12 of file STM32FreeRTOSConfig_extra.h.

◆ SLEEP_STOP2

#define SLEEP_STOP2   3

Definition at line 15 of file STM32FreeRTOSConfig_extra.h.