Searched refs:CONF_CPU_FREQUENCY (Results 1 – 17 of 17) sorted by relevance
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hpl/core/ |
| A D | hpl_core_m4.c | 42 #ifndef CONF_CPU_FREQUENCY 43 #define CONF_CPU_FREQUENCY 1000000 macro 46 #if CONF_CPU_FREQUENCY < 1000 48 #elif CONF_CPU_FREQUENCY < 10000 50 #elif CONF_CPU_FREQUENCY < 100000 52 #elif CONF_CPU_FREQUENCY < 1000000 54 #elif CONF_CPU_FREQUENCY < 10000000 56 #elif CONF_CPU_FREQUENCY < 100000000 58 #elif CONF_CPU_FREQUENCY < 1000000000 171 return _get_cycles_for_us_internal(us, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_us() [all …]
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/hpl/core/ |
| A D | hpl_core_m4.c | 42 #ifndef CONF_CPU_FREQUENCY 43 #define CONF_CPU_FREQUENCY 1000000 macro 46 #if CONF_CPU_FREQUENCY < 1000 48 #elif CONF_CPU_FREQUENCY < 10000 50 #elif CONF_CPU_FREQUENCY < 100000 52 #elif CONF_CPU_FREQUENCY < 1000000 54 #elif CONF_CPU_FREQUENCY < 10000000 56 #elif CONF_CPU_FREQUENCY < 100000000 58 #elif CONF_CPU_FREQUENCY < 1000000000 171 return _get_cycles_for_us_internal(us, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_us() [all …]
|
| /bsp/microchip/same54/bsp/hpl/core/ |
| A D | hpl_core_m4.c | 42 #ifndef CONF_CPU_FREQUENCY 43 #define CONF_CPU_FREQUENCY 1000000 macro 46 #if CONF_CPU_FREQUENCY < 1000 48 #elif CONF_CPU_FREQUENCY < 10000 50 #elif CONF_CPU_FREQUENCY < 100000 52 #elif CONF_CPU_FREQUENCY < 1000000 54 #elif CONF_CPU_FREQUENCY < 10000000 56 #elif CONF_CPU_FREQUENCY < 100000000 58 #elif CONF_CPU_FREQUENCY < 1000000000 171 return _get_cycles_for_us_internal(us, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_us() [all …]
|
| /bsp/microchip/samc21/bsp/hpl/core/ |
| A D | hpl_core_m0plus_base.c | 45 #ifndef CONF_CPU_FREQUENCY 46 #define CONF_CPU_FREQUENCY 1000000 macro 49 #if CONF_CPU_FREQUENCY < 1000 51 #elif CONF_CPU_FREQUENCY < 10000 53 #elif CONF_CPU_FREQUENCY < 100000 55 #elif CONF_CPU_FREQUENCY < 1000000 57 #elif CONF_CPU_FREQUENCY < 10000000 59 #elif CONF_CPU_FREQUENCY < 100000000 170 return _get_cycles_for_us_internal(us, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_us() 199 return _get_cycles_for_ms_internal(ms, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_ms()
|
| /bsp/microchip/saml10/bsp/hpl/core/ |
| A D | hpl_core_m23_base.c | 45 #ifndef CONF_CPU_FREQUENCY 46 #define CONF_CPU_FREQUENCY 1000000 macro 49 #if CONF_CPU_FREQUENCY < 1000 51 #elif CONF_CPU_FREQUENCY < 10000 53 #elif CONF_CPU_FREQUENCY < 100000 55 #elif CONF_CPU_FREQUENCY < 1000000 57 #elif CONF_CPU_FREQUENCY < 10000000 59 #elif CONF_CPU_FREQUENCY < 100000000 170 return _get_cycles_for_us_internal(us, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_us() 199 return _get_cycles_for_ms_internal(ms, CONF_CPU_FREQUENCY, CPU_FREQ_POWER); in _get_cycles_for_ms()
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/config/ |
| A D | peripheral_clk_config.h | 11 #ifndef CONF_CPU_FREQUENCY 12 #define CONF_CPU_FREQUENCY 48000000 macro
|
| /bsp/microchip/samd51-seeed-wio-terminal/bsp/config/ |
| A D | peripheral_clk_config.h | 11 #ifndef CONF_CPU_FREQUENCY 12 #define CONF_CPU_FREQUENCY 48000000 macro
|
| /bsp/microchip/saml10/bsp/config/ |
| A D | peripheral_clk_config.h | 37 #ifndef CONF_CPU_FREQUENCY 38 #define CONF_CPU_FREQUENCY 32000000 macro
|
| /bsp/microchip/samc21/bsp/config/ |
| A D | peripheral_clk_config.h | 43 #ifndef CONF_CPU_FREQUENCY 44 #define CONF_CPU_FREQUENCY 40001536 macro
|
| /bsp/microchip/same54/bsp/config/ |
| A D | peripheral_clk_config.h | 51 #ifndef CONF_CPU_FREQUENCY 52 #define CONF_CPU_FREQUENCY 120000000 macro
|
| /bsp/microchip/same70/bsp/config/ |
| A D | peripheral_clk_config.h | 45 #ifndef CONF_CPU_FREQUENCY 46 #define CONF_CPU_FREQUENCY 300000000 macro
|
| /bsp/microchip/samc21/board/ |
| A D | board.c | 70 SysTick_Config(CONF_CPU_FREQUENCY / RT_TICK_PER_SECOND); in rt_hw_board_init()
|
| /bsp/microchip/saml10/board/ |
| A D | board.c | 70 SysTick_Config(CONF_CPU_FREQUENCY / RT_TICK_PER_SECOND); in rt_hw_board_init()
|
| /bsp/microchip/same70/board/ |
| A D | board.c | 75 SysTick_Config(CONF_CPU_FREQUENCY / RT_TICK_PER_SECOND); in rt_hw_board_init()
|
| /bsp/microchip/samd51-adafruit-metro-m4/board/ |
| A D | board.c | 72 SysTick_Config(CONF_CPU_FREQUENCY / RT_TICK_PER_SECOND); in rt_hw_board_init()
|
| /bsp/microchip/samd51-seeed-wio-terminal/board/ |
| A D | board.c | 72 SysTick_Config(CONF_CPU_FREQUENCY / RT_TICK_PER_SECOND); in rt_hw_board_init()
|
| /bsp/microchip/same54/board/ |
| A D | board.c | 72 SysTick_Config(CONF_CPU_FREQUENCY / RT_TICK_PER_SECOND); in rt_hw_board_init()
|
Completed in 28 milliseconds