Home
last modified time | relevance | path

Searched full:grtc (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-Core-3.7.0/drivers/timer/
DKconfig.nrf_grtc5 bool "nRF GRTC Timer"
22 This feature allows GRTC SYSCOUNTER to go to sleep state.
25 bool "Application defines GRTC initialization"
27 Application defines the initialization procedure and time of the GRTC
34 Start the SYSCOUNTER when initializing the GRTC. This should only be
41 the GRTC. Usually this is only needed by the processor that is starting
Dnrf_grtc_timer.c18 #define GRTC_NODE DT_NODELABEL(grtc)
20 /* Ensure that GRTC properties in devicetree are defined correctly. */
22 #error GRTC owned-channels DT property is not defined
27 #error GRTC child-owned-channels DT property must be a subset of owned-channels
156 /* protection is not needed because we are in the GRTC interrupt in sys_clock_timeout_handler()
411 /* Clear all GRTC channels except the systemoff_channel. */ in z_nrf_grtc_wakeup_prepare()
/Zephyr-Core-3.7.0/include/zephyr/drivers/timer/
Dnrf_grtc_timer.h16 /** @brief GRTC timer compare event handler.
18 * Called from GRTC ISR context when processing a compare event.
32 /** @brief Allocate GRTC capture/compare channel.
39 /** @brief Free GRTC capture/compare channel.
116 * @param target_time Absolute target time in GRTC ticks.
118 * @param handler User function called in the context of the GRTC interrupt.
140 /** @brief Convert system clock time to GRTC ticks.
144 * @retval >=0 Positive value represents @p t in GRTC tick value.
155 * used simultaneously on the same GRTC channel.
178 /** @brief Prepare GRTC as a source of wake up event and set the wake up time.
[all …]
/Zephyr-Core-3.7.0/dts/bindings/timer/
Dnordic,nrf-grtc.yaml7 description: Nordic GRTC (Global RTC)
9 compatible: "nordic,nrf-grtc"
/Zephyr-Core-3.7.0/tests/drivers/uart/uart_mix_fifo_poll/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay9 &grtc {
Dnrf54h20dk_nrf54h20_cpurad.overlay14 &grtc {
Dnrf54l15pdk_nrf54l15_cpuapp.overlay41 &grtc {
/Zephyr-Core-3.7.0/dts/riscv/nordic/
Dnrf54h20_cpuppr.dtsi51 &grtc {
Dnrf54l15_cpuflpr.dtsi57 &grtc {
/Zephyr-Core-3.7.0/dts/arm/nordic/
Dnrf54h20_cpuapp.dtsi52 &grtc {
Dnrf54l15_cpuapp.dtsi65 &grtc {
Dnrf54h20_cpurad.dtsi52 &grtc {
/Zephyr-Core-3.7.0/boards/nordic/nrf54l15pdk/
Dnrf54l15pdk_nrf54l15_cpuflpr.dts44 &grtc {
Dnrf54l15_cpuapp_common.dtsi39 &grtc {
/Zephyr-Core-3.7.0/boards/nordic/nrf54h20dk/
Dnrf54h20dk_nrf54h20_cpuppr.dts41 &grtc {
Dnrf54h20dk_nrf54h20_cpurad.dts92 &grtc {
/Zephyr-Core-3.7.0/dts/bindings/misc/
Dnordic,split-channels.yaml12 Global Real Time Counter (GRTC) is shown below:
/Zephyr-Core-3.7.0/soc/nordic/nrf54l/
DKconfig72 This feature allows using ELV mode when GRTC operates with the LFXO as
/Zephyr-Core-3.7.0/modules/hal_nordic/nrfx/
DKconfig.logging32 bool "GRTC driver logging"
/Zephyr-Core-3.7.0/tests/drivers/timer/nrf_grtc_timer/src/
Dmain.c22 /* Relative 1ms from now timeout converted to GRTC */ in ZTEST()
/Zephyr-Core-3.7.0/boards/nordic/nrf54h20dk/doc/
Dindex.rst40 * :abbr:`GRTC (Global real-time counter)`
69 | GRTC | on-chip | system clock |
88 | GRTC | on-chip | system clock |
/Zephyr-Core-3.7.0/boards/nordic/nrf54l15pdk/doc/
Dindex.rst26 * :abbr:`GRTC (Global real-time counter)`
74 | GRTC | on-chip | counter |
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/
Dnrf54l15bsim_nrf54l15_cpuapp.dts74 &grtc {
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/doc/
Dnrf54l15bsim.rst44 * GRTC (Global Real-time Counter)
/Zephyr-Core-3.7.0/dts/common/nordic/
Dnrf54l15.dtsi488 grtc: grtc@e2000 { label
489 compatible = "nordic,nrf-grtc";

12