Home
last modified time | relevance | path

Searched refs:runs (Results 1 – 25 of 158) sorted by relevance

1234567

/Zephyr-latest/dts/arm/nuvoton/npcm/
Dnpcm4.dtsi27 clock-frequency = <DT_FREQ_M(96)>; /* OFMCLK runs at 96MHz */
28 core-prescaler = <1>; /* CORE_CLK runs at 96MHz */
29 apb1-prescaler = <8>; /* APB1_CLK runs at 12MHz */
30 apb2-prescaler = <1>; /* APB2_CLK runs at 96MHz */
31 apb3-prescaler = <1>; /* APB3_CLK runs at 96MHz */
32 ahb6-prescaler = <1>; /* APB6_CLK runs at 96MHz */
33 fiu-prescaler = <1>; /* FIU_CLK runs at 96MHz */
34 i3c-prescaler = <1>; /* I3C_CLK runs at 96MHz */
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c134 uint32_t runs = 0U; in main() local
158 if (++runs > N_SETTLE) { in main()
165 avg = tot / (runs - 10); in main()
/Zephyr-latest/samples/application_development/code_relocation_nocopy/
DCMakeLists.txt17 # sram_code instead runs entirely from SRAM after being copied there.
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig52 The CPU runs with the default, hardware-selected frequency.
67 The CPU runs with the default state of glitch detector.
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx9.dtsi153 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */
154 core-prescaler = <6>; /* CORE_CLK runs at 15MHz */
155 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */
156 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */
157 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */
158 apb4-prescaler = <6>; /* APB4_CLK runs at 15MHz */
Dnpcx7.dtsi122 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */
123 core-prescaler = <6>; /* CORE_CLK runs at 15MHz */
124 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */
125 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */
126 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */
Dnpcx4.dtsi153 clock-frequency = <DT_FREQ_M(120)>; /* OFMCLK runs at 120MHz */
154 core-prescaler = <8>; /* CORE_CLK runs at 15MHz */
155 apb1-prescaler = <8>; /* APB1_CLK runs at 15MHz */
156 apb2-prescaler = <8>; /* APB2_CLK runs at 15MHz */
157 apb3-prescaler = <8>; /* APB3_CLK runs at 15MHz */
158 apb4-prescaler = <8>; /* APB4_CLK runs at 15MHz */
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DKconfig16 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/samples/bluetooth/hci_usb/
DREADME.rst11 board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both Bluetooth LE and USB).
/Zephyr-latest/tests/benchmarks/sched_userspace/
DREADME.rst7 abstractions. Contrary to the non-userspace version, it runs threads
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DKconfig18 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/tests/benchmarks/sched/
DREADME.rst15 4. The partner thread then runs and calls _pend_curr_irqlock() again
/Zephyr-latest/samples/drivers/w1/scanner/
DREADME.rst10 This sample demonstrates how to scan for 1-Wire devices. It runs the 1-Wire
/Zephyr-latest/samples/subsys/sensing/simple/
DREADME.rst14 The program runs in the following sequence:
/Zephyr-latest/samples/bluetooth/eddystone/
DREADME.rst11 The Eddystone Configuration Service runs as a GATT service on the beacon while
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst11 functionality of STM32. Without adaptions this example runs on STM32F3 discovery
/Zephyr-latest/boards/native/native_posix/
DKconfig31 interact with some other driver/device which runs at real time.
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/
DREADME.txt13 can be indicated for twister runs by setting the fixture "dac_adc_loop".
/Zephyr-latest/boards/phytec/phyboard_nash/doc/
Dindex.rst97 Core runs up to 1.7 GHz. Cortex-M33 Core runs up to 200MHz in which SYSTICK runs
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/
DREADME.rst28 This sample runs with the LMP90100 EVB connected to any development
/Zephyr-latest/samples/boards/st/backup_sram/
DREADME.rst13 application runs the current value is displayed and then incremented by one. If
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst20 When the application runs, it issues an SNTP request to the host and waits
/Zephyr-latest/drivers/timer/
DKconfig.nrf_xrtc23 systems, clock initially runs from less accurate source which has faster
/Zephyr-latest/subsys/modem/backends/
DKconfig33 The backend will anyway send the event before this delay if buffer space runs out.
/Zephyr-latest/drivers/mspi/
DKconfig26 support depends on the driver and the hardware it runs on.

1234567