Home
last modified time | relevance | path

Searched refs:SysTick_NS (Results 1 - 6 of 6) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_cm23.h1264 #define SysTick_NS ((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */ macro
2121 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
2123 SysTick_NS->VAL = 0UL; /* Load the SysTick Counter Value */ in TZ_SysTick_Config_NS()
2124 SysTick_NS->CTRL = SysTick_CTRL_CLKSOURCE_Msk | in TZ_SysTick_Config_NS()
H A Dcore_cm35p.h2081 #define SysTick_NS ((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */ macro
3011 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
3013 SysTick_NS->VAL = 0UL; /* Load the SysTick Counter Value */ in TZ_SysTick_Config_NS()
3014 SysTick_NS->CTRL = SysTick_CTRL_CLKSOURCE_Msk | in TZ_SysTick_Config_NS()
H A Dcore_cm33.h2081 #define SysTick_NS ((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */ macro
3011 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
3013 SysTick_NS->VAL = 0UL; /* Load the SysTick Counter Value */ in TZ_SysTick_Config_NS()
3014 SysTick_NS->CTRL = SysTick_CTRL_CLKSOURCE_Msk | in TZ_SysTick_Config_NS()
H A Dcore_starmc1.h2178 #define SysTick_NS ((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */ macro
3506 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
3508 SysTick_NS->VAL = 0UL; /* Load the SysTick Counter Value */ in TZ_SysTick_Config_NS()
3509 SysTick_NS->CTRL = SysTick_CTRL_CLKSOURCE_Msk | in TZ_SysTick_Config_NS()
H A Dcore_cm85.h3614 #define SysTick_NS ((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */ macro
4664 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
4666 SysTick_NS->VAL = 0UL; /* Load the SysTick Counter Value */ in TZ_SysTick_Config_NS()
4667 SysTick_NS->CTRL = SysTick_CTRL_CLKSOURCE_Msk | in TZ_SysTick_Config_NS()
H A Dcore_cm55.h3590 #define SysTick_NS ((SysTick_Type *) SysTick_BASE_NS ) /*!< SysTick configuration struct (non-secure address space) */ macro
4623 SysTick_NS->LOAD = (uint32_t)(ticks - 1UL); /* set reload register */ in TZ_SysTick_Config_NS()
4625 SysTick_NS->VAL = 0UL; /* Load the SysTick Counter Value */ in TZ_SysTick_Config_NS()
4626 SysTick_NS->CTRL = SysTick_CTRL_CLKSOURCE_Msk | in TZ_SysTick_Config_NS()

Completed in 56 milliseconds