Home
last modified time | relevance | path

Searched refs:portBIT_0_SET (Results 1 – 3 of 3) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM_AARCH64/
Dport.c134 #define portBIT_0_SET ( ( uint8_t ) 0x01 ) macro
292 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler()
/Kernel-v11.1.0/portable/GCC/ARM_CA9/
Dport.c141 #define portBIT_0_SET ( ( uint8_t ) 0x01 ) macro
354 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler()
/Kernel-v11.1.0/portable/GCC/ARM_CR5/
Dport.c170 #define portBIT_0_SET ( ( uint8_t ) 0x01 ) macro
434 while( ( ucMaxPriorityValue & portBIT_0_SET ) != portBIT_0_SET ) in xPortStartScheduler()