Home
last modified time | relevance | path

Searched full:div (Results 1 – 25 of 343) sorted by relevance

12345678910>>...14

/Zephyr-Core-3.5.0/drivers/adc/
Dadc_common.c14 uint8_t div; in adc_gain_invert() member
17 [ADC_GAIN_1_6] = {.mul = 6, .div = 1}, in adc_gain_invert()
18 [ADC_GAIN_1_5] = {.mul = 5, .div = 1}, in adc_gain_invert()
19 [ADC_GAIN_1_4] = {.mul = 4, .div = 1}, in adc_gain_invert()
20 [ADC_GAIN_1_3] = {.mul = 3, .div = 1}, in adc_gain_invert()
21 [ADC_GAIN_2_5] = {.mul = 5, .div = 2}, in adc_gain_invert()
22 [ADC_GAIN_1_2] = {.mul = 2, .div = 1}, in adc_gain_invert()
23 [ADC_GAIN_2_3] = {.mul = 3, .div = 2}, in adc_gain_invert()
24 [ADC_GAIN_4_5] = {.mul = 5, .div = 4}, in adc_gain_invert()
25 [ADC_GAIN_1] = {.mul = 1, .div = 1}, in adc_gain_invert()
[all …]
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/figures/
Dintegration_diagram_detailed.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
Dintegration_diagram_simplified.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
Dintegration_diagram_detailed.drawio13 …b8zi3n4dXzB52SZQf6J-10" value="<div>network</div><div>readiness</div><d…
16 …<mxCell id="Db8zi3n4dXzB52SZQf6J-11" value="&lt;div&gt;Application&lt;/div&gt;" style="rounded=0;w…
19div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt…
31 …ue="&lt;div&gt;Zephyr ifaces (unbound)&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;…
46 …<mxCell id="Db8zi3n4dXzB52SZQf6J-32" value="&lt;div&gt;binding&lt;/div&gt;" style="rounded=0;white…
57 …<mxCell id="Db8zi3n4dXzB52SZQf6J-33" value="&lt;div&gt;binding&lt;/div&gt;" style="rounded=0;white…
60 …<mxCell id="Db8zi3n4dXzB52SZQf6J-34" value="&lt;div&gt;binding&lt;/div&gt;" style="rounded=0;white…
70 …n4dXzB52SZQf6J-45" value="&lt;div&gt;Connectivity&lt;/div&gt;&lt;div&gt;Implementation&lt;/div&gt;…
80 …4dXzB52SZQf6J-46" value="&lt;div&gt;Connectivity&lt;/div&gt;&lt;div&gt;Implementation&lt;/div&gt;&…
83 …l id="Db8zi3n4dXzB52SZQf6J-55" value="&lt;div&gt;Connectivity&lt;/div&gt;&lt;div&gt;Bindings&lt;br…
[all …]
/Zephyr-Core-3.5.0/doc/develop/test/
Dfixtures.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
Dtwister_and_pytest.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_devices/boards/
Dcore_init.overlay25 /delete-property/ hsi-div;
41 /delete-property/ div-m;
43 /delete-property/ div-p;
44 /delete-property/ div-q;
45 /delete-property/ div-r;
51 /delete-property/ div-m;
53 /delete-property/ div-p;
54 /delete-property/ div-q;
55 /delete-property/ div-r;
61 /delete-property/ div-m;
[all …]
/Zephyr-Core-3.5.0/doc/services/pm/images/
Dcentral_method.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
Dsystem-pm.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/img/
Dcap_proc.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-end; justi…
Dgaf.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
Dzephyr_gaf.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
Dble_audio_arch.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/doc/build/dts/
Dzephyr_dt_inputs_outputs.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/images/
Dblob_srv.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
Ddfu_srv.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/soc/arc/snps_arc_iot/
Dsysconf.c106 void arc_iot_ahb_clk_divisor(uint8_t div) in arc_iot_ahb_clk_divisor() argument
108 sysconf_reg_ptr->AHBCLKDIV = div; in arc_iot_ahb_clk_divisor()
129 void arc_iot_apb_clk_divisor(uint8_t div) in arc_iot_apb_clk_divisor() argument
131 sysconf_reg_ptr->APBCLKDIV = div; in arc_iot_apb_clk_divisor()
152 void arc_iot_dio_clk_divisor(uint8_t div) in arc_iot_dio_clk_divisor() argument
157 void arc_iot_spi_master_clk_divisor(uint8_t id, uint8_t div) in arc_iot_spi_master_clk_divisor() argument
161 (sysconf_reg_ptr->SPI_MST_CLKDIV & 0xffffff00) | div; in arc_iot_spi_master_clk_divisor()
164 (sysconf_reg_ptr->SPI_MST_CLKDIV & 0xffff00ff) | (div << 8); in arc_iot_spi_master_clk_divisor()
167 (sysconf_reg_ptr->SPI_MST_CLKDIV & 0xff00ffff) | (div << 16); in arc_iot_spi_master_clk_divisor()
171 void arc_iot_gpio8b_dbclk_div(uint8_t bank, uint8_t div) in arc_iot_gpio8b_dbclk_div() argument
[all …]
/Zephyr-Core-3.5.0/doc/contribute/media/
Dext-src-flowchart.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/samples/bluetooth/mtu_update/img/
Dmtu.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h7_core/boards/
Dclear_clocks.overlay20 /delete-property/ hsi-div;
36 /delete-property/ div-m;
38 /delete-property/ div-p;
39 /delete-property/ div-q;
40 /delete-property/ div-r;
46 /delete-property/ div-m;
48 /delete-property/ div-p;
49 /delete-property/ div-q;
50 /delete-property/ div-r;
/Zephyr-Core-3.5.0/doc/kernel/drivers/
Ddevice_driver_model.svg3div xmlns="http://www.w3.org/1999/xhtml" style="display: inline-block; font-size: 16px; font-famil…
/Zephyr-Core-3.5.0/tests/drivers/clock_control/stm32_clock_configuration/stm32h5_core/boards/
Dclear_clocks.overlay31 /delete-property/ hsi-div;
39 /delete-property/ div-m;
41 /delete-property/ div-p;
42 /delete-property/ div-q;
43 /delete-property/ div-r;
50 /delete-property/ div-m;
52 /delete-property/ div-p;
53 /delete-property/ div-q;
54 /delete-property/ div-r;
/Zephyr-Core-3.5.0/doc/project/
Drelease_cycle.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
Dlts.svg4div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
/Zephyr-Core-3.5.0/doc/services/portability/
Dposix.svg2div xmlns="http://www.w3.org/1999/xhtml" style="display: inline-block; font-size: 12px; font-famil…

12345678910>>...14