Searched refs:__SYSTEM_CLOCK (Results 1 – 5 of 5) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/startup_system_files/ |
| D | system_msp432p4111.c | 72 #define __SYSTEM_CLOCK DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency) macro 91 uint32_t SystemCoreClock = __SYSTEM_CLOCK; /*!< System Clock Frequency (Core Clock)*/ 291 #if (__SYSTEM_CLOCK == 1500000) // 1.5 MHz in SystemInit() 313 #elif (__SYSTEM_CLOCK == 3000000) // 3 MHz in SystemInit() 335 #elif (__SYSTEM_CLOCK == 12000000) // 12 MHz in SystemInit() 357 #elif (__SYSTEM_CLOCK == 24000000) // 24 MHz in SystemInit() 381 #elif (__SYSTEM_CLOCK == 48000000) // 48 MHz in SystemInit()
|
| D | system_msp432p411v.c | 72 #define __SYSTEM_CLOCK DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency) macro 91 uint32_t SystemCoreClock = __SYSTEM_CLOCK; /*!< System Clock Frequency (Core Clock)*/ 291 #if (__SYSTEM_CLOCK == 1500000) // 1.5 MHz in SystemInit() 313 #elif (__SYSTEM_CLOCK == 3000000) // 3 MHz in SystemInit() 335 #elif (__SYSTEM_CLOCK == 12000000) // 12 MHz in SystemInit() 357 #elif (__SYSTEM_CLOCK == 24000000) // 24 MHz in SystemInit() 381 #elif (__SYSTEM_CLOCK == 48000000) // 48 MHz in SystemInit()
|
| D | system_msp432p411y.c | 72 #define __SYSTEM_CLOCK DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency) macro 91 uint32_t SystemCoreClock = __SYSTEM_CLOCK; /*!< System Clock Frequency (Core Clock)*/ 291 #if (__SYSTEM_CLOCK == 1500000) // 1.5 MHz in SystemInit() 313 #elif (__SYSTEM_CLOCK == 3000000) // 3 MHz in SystemInit() 335 #elif (__SYSTEM_CLOCK == 12000000) // 12 MHz in SystemInit() 357 #elif (__SYSTEM_CLOCK == 24000000) // 24 MHz in SystemInit() 381 #elif (__SYSTEM_CLOCK == 48000000) // 48 MHz in SystemInit()
|
| D | system_msp432p401m.c | 72 #define __SYSTEM_CLOCK DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency) macro 91 uint32_t SystemCoreClock = __SYSTEM_CLOCK; /*!< System Clock Frequency (Core Clock)*/ 281 #if (__SYSTEM_CLOCK == 1500000) // 1.5 MHz in SystemInit() 304 #elif (__SYSTEM_CLOCK == 3000000) // 3 MHz in SystemInit() 327 #elif (__SYSTEM_CLOCK == 12000000) // 12 MHz in SystemInit() 350 #elif (__SYSTEM_CLOCK == 24000000) // 24 MHz in SystemInit() 375 #elif (__SYSTEM_CLOCK == 48000000) // 48 MHz in SystemInit()
|
| D | system_msp432p401r.c | 72 #define __SYSTEM_CLOCK DT_PROP(DT_PATH(cpus, cpu_0), clock_frequency) macro 91 uint32_t SystemCoreClock = __SYSTEM_CLOCK; /*!< System Clock Frequency (Core Clock)*/ 281 #if (__SYSTEM_CLOCK == 1500000) // 1.5 MHz in SystemInit() 304 #elif (__SYSTEM_CLOCK == 3000000) // 3 MHz in SystemInit() 327 #elif (__SYSTEM_CLOCK == 12000000) // 12 MHz in SystemInit() 350 #elif (__SYSTEM_CLOCK == 24000000) // 24 MHz in SystemInit() 375 #elif (__SYSTEM_CLOCK == 48000000) // 48 MHz in SystemInit()
|