Home
last modified time | relevance | path

Searched refs:portBYTE_ALIGNMENT_MASK (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/components/freertos/include/freertos/
Dportable.h55 #define portBYTE_ALIGNMENT_MASK ( 0x001f ) macro
59 #define portBYTE_ALIGNMENT_MASK ( 0x000f ) macro
63 #define portBYTE_ALIGNMENT_MASK ( 0x0007 ) macro
67 #define portBYTE_ALIGNMENT_MASK ( 0x0003 ) macro
71 #define portBYTE_ALIGNMENT_MASK ( 0x0001 ) macro
75 #define portBYTE_ALIGNMENT_MASK ( 0x0000 ) macro
78 #ifndef portBYTE_ALIGNMENT_MASK
/hal_espressif-3.6.0/components/freertos/port/riscv/
Dport.c118 …Top = &xIsrStack[0] + (configISR_STACK_SIZE & (~((portPOINTER_SIZE_TYPE)portBYTE_ALIGNMENT_MASK)));
/hal_espressif-3.6.0/components/freertos/port/xtensa/
Dport.c435 …_TYPE ) xMPUSettings->coproc_area ) & ( ~( ( portPOINTER_SIZE_TYPE ) portBYTE_ALIGNMENT_MASK ) ) ); in vPortStoreTaskMPUSettings()
/hal_espressif-3.6.0/components/freertos/
Dtasks.c968 …NTER_SIZE_TYPE ) pxTopOfStack ) & ( ~( ( portPOINTER_SIZE_TYPE ) portBYTE_ALIGNMENT_MASK ) ) ); /*… in prvInitialiseNewTask()
971 …portPOINTER_SIZE_TYPE ) pxTopOfStack & ( portPOINTER_SIZE_TYPE ) portBYTE_ALIGNMENT_MASK ) == 0UL … in prvInitialiseNewTask()
986 …OINTER_SIZE_TYPE ) pxNewTCB->pxStack & ( portPOINTER_SIZE_TYPE ) portBYTE_ALIGNMENT_MASK ) == 0UL … in prvInitialiseNewTask()
DHistory.txt1637 + The definition of portBYTE_ALIGNMENT_MASK has been moved out of the