Searched refs:compare (Results 1 – 3 of 3) sorted by relevance
| /Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
| D | portmacro.h | 282 uint32_t compare, in uxPortCompareSet() argument 290 : "r" ( addr ), "r" ( compare ), "0" ( *set ) in uxPortCompareSet() 298 : "r" ( addr ), "r" ( compare ), "0" ( *set ) in uxPortCompareSet() 308 if( old_value == compare ) in uxPortCompareSet() 324 uint32_t compare, 327 …static inline void uxPortCompareSetExtram(volatile uint32_t *addr, uint32_t compare, uint32_t *set) in uxPortCompareSetExtram() argument 330 compare_and_set_extram(addr, compare, set); in uxPortCompareSetExtram()
|
| /Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/ |
| D | port.c | 507 uint32_t compare, in uxPortCompareSetExtram() argument 521 if( prev == compare ) in uxPortCompareSetExtram()
|
| /Kernel-v10.6.2/ |
| D | History.txt | 468 + The RISC-V machine timer compare register can now be for any HART, whereas 471 compare register on 32-bit cores to match that suggested in RISC-V 844 from the task's name. xTaskGetTaskHandle() uses multiple string compare 1216 ensure the alarm value (compare match value) cannot be set to zero when a 2519 + The compare match load value on LPC2000 ports now has 1 added to correct
|