Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 78) sorted by relevance

1234

/Zephyr-latest/cmake/sca/eclair/
Dsca_options.cmake7 by analysing the single translation units independently." OFF)
10 require a significant amount of time" OFF)
12 parlance)." OFF)
13 option(ECLAIR_RULESET_STD_LIB "Project coding guidelines about the C Standard Library" OFF)
14 option(ECLAIR_RULESET_USER "User defined ruleset" OFF)
16 option(ECLAIR_METRICS_TAB "Metrics in a spreadsheet format" OFF)
17 option(ECLAIR_REPORTS_TAB "Findings in a spreadsheet format" OFF)
19 option(ECLAIR_SUMMARY_TXT "Plain textual summary format" OFF)
20 option(ECLAIR_SUMMARY_DOC "DOC summary format" OFF)
21 option(ECLAIR_SUMMARY_ODT "ODT summary format" OFF)
[all …]
/Zephyr-latest/boards/st/nucleo_h563zi/
Dst_morpho_connector.dtsi26 <ST_MORPHO_L_25 0 &gpioc 14 0>, /* SB45=ON, R34=OFF */
27 <ST_MORPHO_L_27 0 &gpioc 15 0>, /* SB44=ON, R35=OFF */
30 <ST_MORPHO_L_30 0 &gpioa 1 0>, /* SB58=OFF */
32 <ST_MORPHO_L_32 0 &gpioa 4 0>, /* SB56=OFF */
35 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB62=OFF */
63 <ST_MORPHO_L_68 0 &gpiog 13 0>, /* SB37=OFF */
64 <ST_MORPHO_L_69 0 &gpiod 9 0>, /* SB75=ON, SB18=OFF, SB65=OFF */
65 <ST_MORPHO_L_70 0 &gpiog 11 0>, /* SB34=OFF */
72 <ST_MORPHO_R_6 0 &gpioc 5 0>, /* SB36=OFF */
75 <ST_MORPHO_R_12 0 &gpioa 12 0>, /* SB22=ON, SB28=OFF */
[all …]
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/doc/
Dindex.rst48 …| OFF | OFF | OFF | OFF | OFF | ON | ON | …
/Zephyr-latest/soc/altr/zephyr_nios2f/cpu/
Dghrd_10m50da.qsf63 set_global_assignment -name MUX_RESTRUCTURE OFF
70 set_global_assignment -name ENABLE_OCT_DONE OFF
71 set_global_assignment -name USE_CONFIGURATION_DEVICE OFF
72 set_global_assignment -name CRC_ERROR_OPEN_DRAIN OFF
290 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[0] -tag __ghrd_10m50daf484c6…
291 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[1] -tag __ghrd_10m50daf484c6…
292 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[2] -tag __ghrd_10m50daf484c6…
293 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[3] -tag __ghrd_10m50daf484c6…
294 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[4] -tag __ghrd_10m50daf484c6…
295 set_instance_assignment -name PACKAGE_SKEW_COMPENSATION OFF -to mem_dq[5] -tag __ghrd_10m50daf484c6…
[all …]
/Zephyr-latest/boards/st/nucleo_wl55jc/
Dst_morpho_connector.dtsi53 <ST_MORPHO_R_35 0 &gpiob 6 0>, /* SB7=ON, SB2=OFF, SB6=OFF */
55 <ST_MORPHO_R_37 0 &gpiob 7 0>, /* SB9=ON, SB4=OFF, SB10=OFF */
/Zephyr-latest/boards/renesas/ek_ra8d1/doc/
Dindex.rst134 | OFF | OFF | OFF | OFF | ON | OFF | OFF | …
142 | OFF | OFF | OFF | OFF | OFF | OFF | OFF | …
/Zephyr-latest/boards/st/nucleo_g070rb/
Dst_morpho_connector.dtsi28 <ST_MORPHO_L_25 0 &gpioc 14 0>, /* SB23=ON, R31=OFF */
30 <ST_MORPHO_L_27 0 &gpioc 15 0>, /* SB24=ON, R32=OFF */
38 <ST_MORPHO_L_36 0 &gpiob 11 0>, /* SB4=ON, SB2=OFF */
40 <ST_MORPHO_L_38 0 &gpiob 12 0>, /* SB3=ON, SB5=OFF */
/Zephyr-latest/boards/st/nucleo_g071rb/
Dst_morpho_connector.dtsi28 <ST_MORPHO_L_25 0 &gpioc 14 0>, /* SB23=ON, R31=OFF */
30 <ST_MORPHO_L_27 0 &gpioc 15 0>, /* SB24=ON, R32=OFF */
38 <ST_MORPHO_L_36 0 &gpiob 11 0>, /* SB4=ON, SB2=OFF */
40 <ST_MORPHO_L_38 0 &gpiob 12 0>, /* SB3=ON, SB5=OFF */
/Zephyr-latest/boards/st/nucleo_g0b1re/
Dst_morpho_connector.dtsi28 <ST_MORPHO_L_25 0 &gpioc 14 0>, /* SB23=ON, R31=OFF */
30 <ST_MORPHO_L_27 0 &gpioc 15 0>, /* SB24=ON, R32=OFF */
38 <ST_MORPHO_L_36 0 &gpiob 11 0>, /* SB4=ON, SB2=OFF */
40 <ST_MORPHO_L_38 0 &gpiob 12 0>, /* SB3=ON, SB5=OFF */
/Zephyr-latest/drivers/sensor/meas/ms5837/
Dms5837.c54 int64_t OFF; in ms5837_compensate_30() local
68 OFF = ((int64_t)(data->off_t1) << 16) + (dT * data->tco) / (1ll << 7); in ms5837_compensate_30()
93 OFF -= OFFi; in ms5837_compensate_30()
98 (((SENS * adc_pressure) / (1ll << 21)) - OFF) / (1ll << 13); in ms5837_compensate_30()
111 int64_t OFF; in ms5837_compensate_02() local
120 OFF = ((int64_t)(data->off_t1) << 17) + (dT * data->tco) / (1ll << 6); in ms5837_compensate_02()
134 OFF -= OFFi; in ms5837_compensate_02()
138 data->pressure = (((SENS * adc_pressure) / (1ll << 21)) - OFF) / (1ll << 15); in ms5837_compensate_02()
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet_mgmt.rst16 * raise ``carrier ON`` or ``carrier OFF`` management events
19 Typically the ``carrier OFF`` event would be generated by the Ethernet
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/
Dindex.rst113 …t SCIF download (SW_MODE[1:4] = OFF, ON, OFF, ON) and Cortex-A55 cold boot (SW_CONFIG[1:6] = OFF,
208 …mmand, the board must be set to Cortex-M33 cold boot (SW_CONFIG[1:6] = OFF, OFF, ON, OFF, OFF, ON).
/Zephyr-latest/subsys/logging/
DKconfig.filtering22 - 0 OFF, do not write by default
39 - 0 OFF, do not override
56 - 0 OFF, logging is turned off
/Zephyr-latest/cmake/toolchain/host/
Dgeneric.cmake7 set(TOOLCHAIN_HAS_NEWLIB OFF CACHE BOOL "True if toolchain supports newlib")
/Zephyr-latest/boards/st/nucleo_f401re/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f410rb/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f030r8/
Dst_morpho_connector.dtsi35 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
37 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f070rb/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f091rc/
Dst_morpho_connector.dtsi34 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
36 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f103rb/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f302r8/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f303re/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f334r8/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f411re/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */
/Zephyr-latest/boards/st/nucleo_f446re/
Dst_morpho_connector.dtsi33 <ST_MORPHO_L_36 0 &gpioc 1 0>, /* SB56=ON, SB46=OFF */
35 <ST_MORPHO_L_38 0 &gpioc 0 0>, /* SB51=ON, SB52=OFF */

1234