Searched refs:VAL (Results 1 – 4 of 4) sorted by relevance
537 #define VAL 0xf0e1 in ZTEST() macro538 uint8_t tmp[sizeof(uint16_t)] = sys_uint16_to_array(VAL); in ZTEST()546 #undef VAL in ZTEST()558 #define VAL 0xf0e1d2c3 in ZTEST() macro559 uint8_t tmp[sizeof(uint32_t)] = sys_uint32_to_array(VAL); in ZTEST()567 #undef VAL in ZTEST()579 #define VAL 0xf0e1d2c3b4a59687 in ZTEST() macro580 uint8_t tmp[sizeof(uint64_t)] = sys_uint64_to_array(VAL); in ZTEST()588 #undef VAL in ZTEST()
119 uint32_t val1 = SysTick->VAL; /* A */ in elapsed()121 uint32_t val2 = SysTick->VAL; /* C */ in elapsed()280 val1 = SysTick->VAL; in sys_clock_set_timeout()311 val2 = SysTick->VAL; in sys_clock_set_timeout()314 SysTick->VAL = 0; /* resets timer to last_load */ in sys_clock_set_timeout()435 SysTick->VAL = 0; /* resets timer to last_load */ in sys_clock_idle_exit()453 SysTick->VAL = 0; /* resets timer to last_load */ in sys_clock_driver_init()
46 #define GENERATE_VAL(ENUM, VAL) VAL, argument
276 treat the ``-DVAR=VAL`` syntax as a use of its ``-D`` option.)