Searched refs:compare (Results 1 – 3 of 3) sorted by relevance
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
HD | portmacro.h | 284 uint32_t compare, in uxPortCompareSet() argument 292 : "r" ( addr ), "r" ( compare ), "0" ( *set ) in uxPortCompareSet() 300 : "r" ( addr ), "r" ( compare ), "0" ( *set ) in uxPortCompareSet() 310 if( old_value == compare ) in uxPortCompareSet() 326 uint32_t compare, 330 uint32_t compare, in uxPortCompareSetExtram() argument 334 compare_and_set_extram( addr, compare, set ); in uxPortCompareSetExtram()
|
/Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/ |
HD | port.c | 511 uint32_t compare, in uxPortCompareSetExtram() argument 525 if( prev == compare ) in uxPortCompareSetExtram()
|
/Kernel-v11.0.1/ |
HD | History.txt | 560 + The RISC-V machine timer compare register can now be for any HART, whereas 563 compare register on 32-bit cores to match that suggested in RISC-V 936 from the task's name. xTaskGetTaskHandle() uses multiple string compare 1308 ensure the alarm value (compare match value) cannot be set to zero when a 2611 + The compare match load value on LPC2000 ports now has 1 added to correct
|