Home
last modified time | relevance | path

Searched full:timebase (Results 1 – 20 of 20) sorted by relevance

/Zephyr-Core-3.5.0/drivers/watchdog/
DKconfig.xlnx7 bool "Xilinx AXI Timebase WDT driver"
11 Enable the Xilinx AXI Timebase WDT driver.
16 bool "Expose HWINFO API in Xilinx AXI Timebase WDT driver"
20 Controls whether the Xilinx AXI Timebase WDT driver exposes a HWINFO
Dwdt_xilinx_axi.c2 * Driver for Xilinx AXI Timebase WDT core, as described in
25 REG_TBR = 0x08, /* Timebase Register */
/Zephyr-Core-3.5.0/dts/bindings/pwm/
Dnxp,s32-emios-pwm.yaml8 require to use a reference timebase from a master bus.
14 - Channel 3 for mode SAIC, use internal timebase with input filter = 2 eMIOS clock
52 OPWMB and OPWMCB modes use reference timebase, the master bus is chosen over
91 A phandle to master-bus node that will be used as external timebase
94 is used as a timebase for a channel in SAIC mode, do not use that
95 master bus as a timebase for generate PWM pulse.
108 at runtime will impact to all channels share the same timebase.
114 at runtime will impact to all channels share the same timebase,
/Zephyr-Core-3.5.0/dts/bindings/misc/
Dnxp,s32-emios.yaml8 as a reference timebase (master bus) for other channels.
47 For example, to enable bus A of eMIOS instance 0 that can be used as timebase
74 as timebase for the operation, lsb is channel 0. The mask bit for this master bus
112 for channels use this bus as reference timebase. Could be in range [2 ... 65535]
/Zephyr-Core-3.5.0/dts/bindings/watchdog/
Dxlnx,xps-timebase-wdt-1.00.a.yaml4 description: Xilinx AXI timebase WDT core
6 compatible: "xlnx,xps-timebase-wdt-1.00.a"
/Zephyr-Core-3.5.0/tests/drivers/build_all/watchdog/boards/
Dqemu_cortex_m3.overlay9 compatible = "xlnx,xps-timebase-wdt-1.00.a";
/Zephyr-Core-3.5.0/dts/riscv/lowrisc/
Dopentitan_earlgrey.dtsi15 timebase-frequency = <10000000>;
/Zephyr-Core-3.5.0/dts/riscv/efinix/
Dsapphire_soc.dtsi35 timebase-frequency = <100000000>;
/Zephyr-Core-3.5.0/dts/riscv/
Dvirt.dtsi39 timebase-frequency = < 10000000 >;
Driscv32-litex-vexriscv.dtsi28 timebase-frequency = <32768>;
/Zephyr-Core-3.5.0/boards/arm/mr_canhubk3/
Dmr_canhubk3.dts425 * Timebase for PWM led, setting clock 50KHz for internal counter,
530 * Timebase for PWM led, setting clock 50KHz for internal counter,
/Zephyr-Core-3.5.0/dts/riscv/starfive/
Dstarfive_jh7100_beagle_v.dtsi19 timebase-frequency = <6250000>;
/Zephyr-Core-3.5.0/drivers/adc/
Dadc_gecko.c59 init.timebase = ADC_TimebaseCalc(0); in adc_gecko_set_config()
/Zephyr-Core-3.5.0/dts/riscv/andes/
Dandes_v5_ae350.dtsi18 timebase-frequency = <60000000>;
/Zephyr-Core-3.5.0/drivers/pwm/
Dpwm_nxp_s32_emios.c565 * If timebase is configured in MCB up/down count mode: pwm period = (2 * master bus's period - 2)
721 .Timebase = COND_CODE_1(DT_NODE_HAS_PROP(node_id, master_bus), \
/Zephyr-Core-3.5.0/drivers/timer/
Dstm32_lptim_timer.c236 /* maximise to TIMEBASE */ in sys_clock_set_timeout()
/Zephyr-Core-3.5.0/drivers/ieee802154/
Dieee802154_dw1000_regs.h862 /* External timebase reset mode enable */
866 * external timebase reset
Dieee802154_kw41z.c1000 /* Set prescaler to obtain 1 symbol (16us) timebase */ in kw41z_init()
Dieee802154_mcr20a.c350 LOG_DBG("done, timebase %d", tb); in mcr20a_timer_init()
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-3.2.rst1498 * Used consistent timebase in ``sem_timedwait()``.
2309 * :github:`46807` - lib: posix: semaphore: use consistent timebase in sem_timedwait