/Zephyr-Core-3.5.0/drivers/adc/ |
D | adc_common.c | 14 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/ |
D | integration_diagram_detailed.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
D | integration_diagram_simplified.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
D | integration_diagram_detailed.drawio | 13 …b8zi3n4dXzB52SZQf6J-10" value="<div>network</div><div>readiness</div><d… 16 …<mxCell id="Db8zi3n4dXzB52SZQf6J-11" value="<div>Application</div>" style="rounded=0;w… 19 …div><br></div><div><br></div><div><br></div><… 31 …ue="<div>Zephyr ifaces (unbound)</div><div><br></div><div><… 46 …<mxCell id="Db8zi3n4dXzB52SZQf6J-32" value="<div>binding</div>" style="rounded=0;white… 57 …<mxCell id="Db8zi3n4dXzB52SZQf6J-33" value="<div>binding</div>" style="rounded=0;white… 60 …<mxCell id="Db8zi3n4dXzB52SZQf6J-34" value="<div>binding</div>" style="rounded=0;white… 70 …n4dXzB52SZQf6J-45" value="<div>Connectivity</div><div>Implementation</div>… 80 …4dXzB52SZQf6J-46" value="<div>Connectivity</div><div>Implementation</div>&… 83 …l id="Db8zi3n4dXzB52SZQf6J-55" value="<div>Connectivity</div><div>Bindings<br… [all …]
|
/Zephyr-Core-3.5.0/doc/develop/test/ |
D | fixtures.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
|
D | twister_and_pytest.svg | 4 …div 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/ |
D | core_init.overlay | 25 /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/ |
D | central_method.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
D | system-pm.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/img/ |
D | cap_proc.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-end; justi…
|
D | gaf.svg | 4 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
|
D | zephyr_gaf.svg | 4 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe flex-start; jus…
|
D | ble_audio_arch.svg | 4 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
/Zephyr-Core-3.5.0/doc/build/dts/ |
D | zephyr_dt_inputs_outputs.svg | 4 …div 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/ |
D | blob_srv.svg | 3 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
D | dfu_srv.svg | 3 …div 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/ |
D | sysconf.c | 106 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/ |
D | ext-src-flowchart.svg | 3 …div 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/ |
D | mtu.svg | 3 …div 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/ |
D | clear_clocks.overlay | 20 /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/ |
D | device_driver_model.svg | 3 …div 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/ |
D | clear_clocks.overlay | 31 /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/ |
D | release_cycle.svg | 4 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
D | lts.svg | 4 …div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify…
|
/Zephyr-Core-3.5.0/doc/services/portability/ |
D | posix.svg | 2 …div xmlns="http://www.w3.org/1999/xhtml" style="display: inline-block; font-size: 12px; font-famil…
|