Home
last modified time | relevance | path

Searched full:15000000 (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/samples/drivers/clock_control_litex/
DREADME.rst121 [00:00:00.510,000] <inf> CLK_CTRL_LITEX: CLKOUT0: set rate: 15000000 HZ
124 [00:00:00.630,000] <inf> CLK_CTRL_LITEX: CLKOUT1: set rate: 15000000 HZ
127 CLKOUT0: get_status: rate:15000000 phase:90 duty:25
128 CLKOUT0: get_rate:15000000
129 CLKOUT1: get_status: rate:15000000 phase:0 duty:75
130 CLKOUT1: get_rate:15000000
/Zephyr-latest/samples/drivers/spi_flash_at45/boards/
Dnrf9160dk_nrf9160.overlay36 spi-max-frequency = <15000000>;
50 spi-max-frequency = <15000000>;
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/
Dnpcx4m8f_evb_defconfig20 CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=15000000
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/
Dnpcx9m6f_evb_defconfig20 CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=15000000
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/
Dnpcx7m6fb_evb_defconfig17 CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=15000000
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dnpcx4m8f_evb.overlay19 spi-max-frequency = <15000000>;
Dnpcx7m6fb_evb.overlay19 spi-max-frequency = <15000000>;
Dnpcx9m6f_evb.overlay19 spi-max-frequency = <15000000>;
/Zephyr-latest/dts/bindings/sensor/
Dti,ina226.yaml65 then, current-lsb [μA] = 15000000 [μA] / 2^15 ~= 457.763 [μA].
/Zephyr-latest/samples/drivers/clock_control_litex/src/
Dmain.c42 #define LITEX_TEST_SINGLE_FREQ_VAL 15000000 /* [Hz] */
45 #define LITEX_TEST_SINGLE_FREQ_VAL2 15000000 /* [Hz] */
/Zephyr-latest/drivers/i2c/
Di2c_sc18im704.c112 /* CLK value is calculated as 15000000 / (8 * freq), see datasheet */ in i2c_sc18im_configure()
Di2c_npcx_controller.c1276 if (i2c_rate == 15000000) { in i2c_ctrl_init()
/Zephyr-latest/tests/drivers/pwm/pwm_loopback/src/
Dtest_pwm_loopback.c14 #define TEST_PWM_PULSE_NSEC 15000000
/Zephyr-latest/drivers/adc/
Dadc_sam_afec.c37 #define CONF_ADC_PRESCALER ((SOC_ATMEL_SAM_MCK_FREQ_HZ / 15000000) - 1)