Home
last modified time | relevance | path

Searched refs:SYSTICK (Results 1 – 25 of 213) sorted by relevance

123456789

/Zephyr-latest/drivers/timer/
Dwch_systick_ch32v00x.c28 #define SYSTICK ((SysTick_Type *)(DT_INST_REG_ADDR(0))) macro
36 SYSTICK->SR = 0; in ch32v00x_systick_irq()
43 return ch32v00x_systick_count + SYSTICK->CNT; in sys_clock_cycle_get_32()
55 SYSTICK->SR = 0; in ch32v00x_systick_init()
56 SYSTICK->CMP = CYCLES_PER_TICK; in ch32v00x_systick_init()
57 SYSTICK->CNT = 0; in ch32v00x_systick_init()
58 SYSTICK->CTLR = STK_STRE | STK_STCLK | STK_STIE | STK_STE; in ch32v00x_systick_init()
DKconfig.cortex_m_systick9 bool "Cortex-M SYSTICK timer"
21 SYSTICK timer and provides the standard "system clock driver" interfaces.
31 bool "Cortex-M SYSTICK timer with sys_clock_cycle_get_64() support"
/Zephyr-latest/boards/microchip/mec15xxevb_assy6853/
DKconfig.defconfig30 # SYSTICK. SYSTICK frequency is 48MHz divided by
/Zephyr-latest/boards/microchip/mec1501modular_assy6885/
DKconfig.defconfig31 # SYSTICK. SYSTICK frequency is 48MHz divided by
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/
DKconfig.defconfig26 # SYSTICK. SYSTICK frequency is 96 MHz divided down by the MEC172x PCR
/Zephyr-latest/boards/microchip/mec172xmodular_assy6930/
DKconfig.defconfig26 # SYSTICK. SYSTICK frequency is 96 MHz divided down by the MEC172x PCR
/Zephyr-latest/boards/arduino/due/doc/
Dindex.rst15 * System Tick System Clock (SYSTICK)
43 | SYSTICK | on-chip | system clock |
68 (SYSTICK) that behave more as interrupts than exceptions. In addition, there can
106 | 15 | SYSTICK | | system clock |
/Zephyr-latest/boards/arm/v2m_beetle/doc/
Dindex.rst14 - System Tick System Clock (SYSTICK)
59 | SYSTICK | on-chip | systick |
122 | 15 | SYSTICK | | system clock |
/Zephyr-latest/boards/arm/mps2/doc/
Dmps2_an385.rst14 - System Tick System Clock (SYSTICK)
72 | SYSTICK | on-chip | systick |
132 | 15 | SYSTICK | | system clock |
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/
Dindex.rst52 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/microchip/ev11l78a/doc/
Dindex.rst39 * - SYSTICK
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst11 - System Tick System Clock (SYSTICK)
43 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/phytec/phyboard_electra/doc/
Dindex.rst14 - System Tick System Clock (SYSTICK)
53 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/phytec/phyboard_nash/doc/
Dindex.rst82 | SYSTICK | on-chip | systick |
97 Core runs up to 1.7 GHz. Cortex-M33 Core runs up to 200MHz in which SYSTICK runs
/Zephyr-latest/boards/ambiq/apollo4p_evb/doc/
Dindex.rst34 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/ambiq/apollo3_evb/doc/
Dindex.rst33 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/ambiq/apollo3p_evb/doc/
Dindex.rst33 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/doc/
Dindex.rst46 | SYSTICK | on-chip | system clock |
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dfrdm_mcxn236.dtsi101 * In case we need to switch to SYSTICK timer, then
/Zephyr-latest/boards/seeed/wio_terminal/doc/
Dindex.rst50 * - SYSTICK
89 Zephyr can use the default Cortex-M SYSTICK timer or the SAM0 specific RTC.
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_m4.rst14 - System Tick System Clock (SYSTICK)
53 | SYSTICK | on-chip | systick |
/Zephyr-latest/boards/adafruit/feather_m4_express/doc/
Dindex.rst32 | SYSTICK | on-chip | systick |
60 Zephyr can use the default Cortex-M SYSTICK timer or the SAM0 specific RTC.
/Zephyr-latest/boards/adafruit/itsybitsy_m4_express/doc/
Dindex.rst33 | SYSTICK | on-chip | systick |
61 Zephyr can use the default Cortex-M SYSTICK timer or the SAM0 specific RTC.
/Zephyr-latest/modules/hal_nordic/nrfx/
DKconfig.logging112 bool "SYSTICK driver logging"
/Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/
Dindex.rst35 | SYSTICK | on-chip | system clock |

123456789