Searched refs:sysreg (Results 1 – 1 of 1) sorted by relevance
48 #define rt_hw_sysreg_write(sysreg, val) \ argument49 __asm__ volatile ("msr "RT_STRINGIFY(sysreg)", %0"::"r"((rt_uint64_t)(val)))51 #define rt_hw_sysreg_read(sysreg, val) \ argument52 __asm__ volatile ("mrs %0, "RT_STRINGIFY(sysreg)"":"=r"((val)))
Completed in 16 milliseconds