Home
last modified time | relevance | path

Searched full:scl (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/Zephyr-latest/scripts/tests/twister/
Dtest_scl.py6 Tests for scl.py functions
18 import scl
74 reload(scl)
76 assert sys.modules['scl'].Loader == loader_mock if fail_c else \
79 assert sys.modules['scl'].SafeLoader == safeloader_mock if fail_c else \
82 assert sys.modules['scl'].Dumper == dumper_mock if fail_c else \
114 reload(scl)
122 assert scl._yaml_validate(None, None) is None
123 assert scl._yaml_validate(mock.Mock(), mock.Mock()) is None
125 reload(scl)
[all …]
Dtest_twister.py20 import scl
28 scl.yaml_load(filename)
37 schema = scl.yaml_load(ZEPHYR_BASE +'/scripts/schemas/twister//' + schema)
49 schema = scl.yaml_load(ZEPHYR_BASE +'/scripts/schemas/twister//' + schema)
51 scl.yaml_load_verify(filename, schema)
57 schema = scl.yaml_load(Path(ZEPHYR_BASE) / "scripts/schemas/twister/testsuite-schema.yaml")
Dtest_config_parser.py13 import scl
63 loaded_schema = scl.yaml_load(
89 loaded_schema = scl.yaml_load(
151 loaded_schema = scl.yaml_load(
172 loaded_schema = scl.yaml_load(
191 loaded_schema = scl.yaml_load(
/Zephyr-latest/dts/bindings/i3c/
Di3c-controller.yaml20 i3c-scl-hz:
23 Frequency of the SCL signal used for I3C transfers. When undefined,
26 i2c-scl-hz:
29 Frequency of the SCL signal used for I2C transfers. When undefined
/Zephyr-latest/dts/bindings/i2c/
Dite,enhance-i2c.yaml11 prescale-scl-low:
15 the SCL low period. When set to >= 1, it will increase the
16 low period of the SCL clock and so reduce the signal frequency.
17 The resulting SCL cycle time is given by the following formula:
18 SCL cycle = 2 * (psr + prescale_tweak + 2) *
Despressif,esp32-i2c.yaml21 scl-gpios:
24 GPIO to which the I2C SCL signal is routed. This is only required
43 scl-timeout-us:
46 Timeout for unchanged SCL during clock stretching of the I2C target in
Dgpio-i2c.yaml11 scl-gpios:
14 description: GPIO to which the SCL pin of the I2C bus is connected.
Dsnps,designware-i2c.yaml17 A fixed offset to apply to the SCL lcnt setting.
22 A fixed offset to apply to the SCL hcnt setting.
Dnxp,lpc-i2c.yaml11 scl-gpios:
14 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery
Dnxp,lpi2c.yaml18 scl-gpios:
21 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery
Dite,common-i2c.yaml63 scl-gpios = <&gpiof 6 0>;
73 scl-gpios = <&gpiob 3 0>;
81 scl-gpios:
85 The SCL pin for the selected port.
Dst,stm32-i2c-v1.yaml23 scl-gpios:
26 GPIO to which the I2C SCL signal is routed. This is only needed for
Dambiq,i2c.yaml20 scl-gpios:
23 GPIO to which the I2C SCL signal is routed. This is only needed for I2C bus recovery
Drenesas,rz-riic.yaml25 Number of nanoseconds the SCL signal takes to rise; t(r) in the I2C specification.
31 Number of nanoseconds the SCL signal takes to fall; t(f) in the I2C specification.
/Zephyr-latest/tests/drivers/build_all/i3c/boards/
Dqemu_cortex_m3.overlay22 i3c-scl-hz = <12500000>;
23 i2c-scl-hz = <400000>;
34 i3c-scl-hz = <12500000>;
35 i2c-scl-hz = <400000>;
/Zephyr-latest/samples/sensor/thermometer/boards/
Dfrdm_mcxn947_mcxn947_cpu0.overlay18 i2c-scl-hz = <DT_FREQ_K(400)>;
19 i3c-scl-hz = <DT_FREQ_M(4)>;
20 i3c-od-scl-hz = <DT_FREQ_K(1500)>;
Dfrdm_mcxn947_mcxn947_cpu0_qspi.overlay18 i2c-scl-hz = <DT_FREQ_K(400)>;
19 i3c-scl-hz = <DT_FREQ_M(4)>;
20 i3c-od-scl-hz = <DT_FREQ_K(1500)>;
/Zephyr-latest/samples/sensor/lps22hh_i3c/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay10 i2c-scl-hz = <400000>;
11 i3c-scl-hz = <400000>;
12 i3c-od-scl-hz = <400000>;
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/boards/
Dmimxrt685_evk_mimxrt685s_cm33.overlay10 i2c-scl-hz = <400000>;
11 i3c-scl-hz = <400000>;
12 i3c-od-scl-hz = <400000>;
/Zephyr-latest/boards/shields/p3t1755dp_ard_i3c/boards/
Dfrdm_mcxn236.overlay24 i2c-scl-hz = <DT_FREQ_K(400)>;
25 i3c-scl-hz = <DT_FREQ_K(400)>;
26 i3c-od-scl-hz = <DT_FREQ_K(100)>;
Dmimxrt1180_evk_mimxrt1189_cm7.overlay24 i2c-scl-hz = <DT_FREQ_K(400)>;
25 i3c-scl-hz = <DT_FREQ_K(400)>;
26 i3c-od-scl-hz = <DT_FREQ_K(100)>;
Dmimxrt1180_evk_mimxrt1189_cm33.overlay24 i2c-scl-hz = <DT_FREQ_K(400)>;
25 i3c-scl-hz = <DT_FREQ_K(400)>;
26 i3c-od-scl-hz = <DT_FREQ_K(100)>;
/Zephyr-latest/samples/sensor/sht3xd/boards/
Dnucleo_l476rg.overlay7 &i2c1 { /* SDA CN5.9=PB9, SCL CN5.10=PB8, ALERT CN5.1=D8=PA9 */
8 /* &i2c3 { * SDA CN7.36=PC1, SCL CN7.38=PC0, ALERT CN7.34=PB0 */
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dfrdm_ke17z512.overlay8 * LPI2C0 SCL(J2-20) --> LPI2C1 SCL(J2-10)
Dfrdm_mcxa156.overlay8 * LPI2C0 SCL(J2-20) --> LPI2C3 SCL(J5-5)

12345678910>>...17