/Zephyr-latest/dts/bindings/clock/ |
D | nordic,nrf-lfclk.yaml | 5 nRF LFCLK (Low Frequency CLocK) 7 The LFCLK can use the following clocks as clock sources: 10 LFCLK SYNTH mode is selected and the LFXO clock is not 15 LFCLK SYNTH mode is selected and the LFXO clock is 21 lfclk { 28 compatible: "nordic,nrf-lfclk"
|
/Zephyr-latest/samples/boards/nordic/clock_control/ |
D | sample.yaml | 17 sample.boards.nrf.clock_control.lfclk: 18 filter: dt_nodelabel_enabled("lfclk") 20 - CONF_FILE="configs/lfclk.conf" 21 - DTC_OVERLAY_FILE="configs/lfclk.overlay"
|
/Zephyr-latest/drivers/clock_control/ |
D | Kconfig.npcx | 16 bool "Generate LFCLK by on-chip Crystal Oscillator" 18 When this option is enabled, the internal 32.768 KHz clock (LFCLK)
|
D | nrf_clock_calibration.h | 16 * @brief Initialize LFCLK RC calibration.
|
D | clock_control_npcm.c | 108 #define LFCLK 32768 macro 283 *rate = LFCLK; in npcm_clock_control_get_subsys_rate()
|
D | clock_control_nrf2_lfclk.c | 58 STRUCT_CLOCK_CONFIG(lfclk, ARRAY_SIZE(clock_options)) clk_cfg;
|
D | clock_control_nrf.c | 493 * It can be determined by checking current LFCLK source. If it in lfclk_spinwait() 714 IF_ENABLED(CONFIG_LOG, (.name = "lfclk",))
|
D | clock_control_npcx.c | 103 *rate = LFCLK; in npcx_clock_control_get_subsys_rate()
|
/Zephyr-latest/samples/boards/nordic/clock_control/configs/ |
D | lfclk.overlay | 9 sample-clock = &lfclk;
|
/Zephyr-latest/samples/boards/nordic/clock_skew/ |
D | README.rst | 10 skew between HFCLK (used for the CPU) and LFCLK (used for system time). 12 LFCLK domain to durations in the HFCLK domain. 44 Power-up clocks: LFCLK[ON]: Running LFXO ; HFCLK[OFF]: Running HFINT 46 Timer-running clocks: LFCLK[ON]: Running LFXO ; HFCLK[OFF]: Running HFINT
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_npcx.c | 19 * LFCLK --->| T0 Prescale Counter |-+->| 16-Bit T0 Timer |--------> T0 Timer 45 /* Watchdog operating frequency is fixed to LFCLK (32.768) kHz */ 46 #define NPCX_WDT_CLK LFCLK 363 * - T0 Timer freq is LFCLK/32 Hz in wdt_npcx_init() 364 * - Watchdog freq is T0CLK/32 Hz (ie. LFCLK/1024 Hz) in wdt_npcx_init()
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54h20.dtsi | 195 lfclk: lfclk { label 196 compatible = "nordic,nrf-lfclk"; 298 clocks = <&lfclk>; 306 clocks = <&lfclk>; 343 clocks = <&lfclk>; 351 clocks = <&lfclk>; 424 clocks = <&lfclk>; 740 clocks = <&lfclk>; 752 clocks = <&lfclk>; 761 clocks = <&lfclk>; [all …]
|
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/ |
D | tach_nuvoton_npcx.c | 25 * LFCLK--------------------->| | +-----------+ TB Pin 112 SET_FIELD(inst->TCKC, NPCX_TCKC_C1CSEL_FIELD, data->input_clk == LFCLK in tach_npcx_start_port_a() 136 SET_FIELD(inst->TCKC, NPCX_TCKC_C2CSEL_FIELD, data->input_clk == LFCLK in tach_npcx_start_port_b() 229 } else if (data->input_clk == LFCLK) { in tach_npcx_configure()
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_npcx.c | 68 /* Select APB CLK/LFCLK clock sources to PWM module by default */ in pwm_npcx_configure() 72 /* Select clock source to LFCLK by flag, otherwise APB clock source */ in pwm_npcx_configure()
|
D | pwm_nrf_sw.c | 223 * task event is generated always one LFCLK cycle after period in pwm_nrf_sw_set_cycles()
|
/Zephyr-latest/drivers/timer/ |
D | npcx_itim_timer.c | 27 * by LFCLK which frequency is 32KHz and still activated when ec entered 51 #define EVT_CYCLES_PER_SEC LFCLK /* 32768 Hz */ 117 * asynchronization between core and itim32's source clock (LFCLK). in npcx_itim_evt_enable()
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_control/src/ |
D | main.c | 150 .clk_dev = DEVICE_DT_GET(DT_NODELABEL(lfclk)), 273 TC_PRINT("LFCLK test\n"); in ZTEST()
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/ |
D | npcx7m6fb_evb.dts | 89 sample-clk = <NPCX_TACH_FREQ_LFCLK>; /* Use LFCLK as sampling clock */
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/ |
D | npcx9m6f_evb.dts | 101 sample-clk = <NPCX_TACH_FREQ_LFCLK>; /* Use LFCLK as sampling clock */
|
/Zephyr-latest/soc/nuvoton/npcx/common/ |
D | power.c | 18 * | Power State | LFCLK | HFCLK | APB/AHB | Core | RAM/Regs | VCC | VSBY | 27 * LFCLK - Low-Frequency Clock. Its frequency is fixed to 32kHz.
|
D | soc_clock.h | 74 #define LFCLK 32768 macro
|
/Zephyr-latest/tests/drivers/clock_control/nrf_clock_calibration/src/ |
D | test_nrf_clock_calibration.c | 15 #error "LFCLK must use RC source"
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 106 printk("%s: LFCLK[%s]: %s %s ; ", tag, clkstat_s[clkstat], in show_clocks()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 1427 * :github:`29762` - nRF53 Network core cannot start LFClk when using empty_app_core
|