Home
last modified time | relevance | path

Searched full:ds (Results 1 – 25 of 72) sorted by relevance

123

/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Ddebug-with-arm-ds.rst3 Debug with Arm DS
6 Install Arm DS
14 :alt: Arm DS Version
22 Use DS perspective
29 :alt: Arm DS Perspective choose Other...
33 .. image:: images/perspective-choose-ds.jpg
35 :alt: Arm DS Perspective choose DS
44 :alt: Arm DS create new configuration database
50 :alt: Arm DS create new configuration database: choose database name
56 :alt: Arm DS create new configuration database: shown in project explorer
[all …]
/Zephyr-latest/samples/drivers/led/lp50xx/
DREADME.rst45 - LP5009/LP5012: https://www.ti.com/lit/ds/symlink/lp5012.pdf
46 - LP5018/LP5024: https://www.ti.com/lit/ds/symlink/lp5024.pdf
47 - LP5030/LP5036: https://www.ti.com/lit/ds/symlink/lp5036.pdf
/Zephyr-latest/drivers/gpio/
Dgpio_xmc4xxx.c38 int ds; in gpio_xmc4xxx_convert_flags() local
59 ds = XMC4XXX_GPIO_GET_DS(flags); in gpio_xmc4xxx_convert_flags()
60 if ((!is_output && ds) || ds > XMC4XXX_GPIO_DS_WEAK) { in gpio_xmc4xxx_convert_flags()
77 if (ds > 0) { in gpio_xmc4xxx_convert_flags()
78 pin_config->output_strength = ds - 1; in gpio_xmc4xxx_convert_flags()
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/
Dboard.yml3 full_name: Debug with Arm DS
Dboard.cmake18 -C gic_distributor.GICD_CTLR-DS-1-means-secure-only=1
52 -C gic_distributor.GICD_CTLR-DS-1-means-secure-only=1
/Zephyr-latest/subsys/net/lib/ptp/
Dclock.c602 struct ptp_dataset *ds = &ptp_clk.dataset; in ptp_clock_ds() local
604 ds->priority1 = ptp_clk.default_ds.priority1; in ptp_clock_ds()
605 ds->clk_quality = ptp_clk.default_ds.clk_quality; in ptp_clock_ds()
606 ds->priority2 = ptp_clk.default_ds.priority2; in ptp_clock_ds()
607 ds->steps_rm = 0; in ptp_clock_ds()
608 ds->sender.port_number = 0; in ptp_clock_ds()
609 ds->receiver.port_number = 0; in ptp_clock_ds()
610 memcpy(&ds->clk_id, &ptp_clk.default_ds.clk_id, sizeof(ptp_clk_id)); in ptp_clock_ds()
611 memcpy(&ds->sender.clk_id, &ptp_clk.default_ds.clk_id, sizeof(ptp_clk_id)); in ptp_clock_ds()
612 memcpy(&ds->receiver.clk_id, &ptp_clk.default_ds.clk_id, sizeof(ptp_clk_id)); in ptp_clock_ds()
[all …]
Dbtca.h17 #include "ds.h"
/Zephyr-latest/dts/bindings/sensor/
Dmaxim,max44009.yaml6 https://datasheets.maximintegrated.com/en/ds/MAX44009.pdf
Dti,tmag3001.yaml9 https://www.ti.com/lit/ds/symlink/tmag3001.pdf
Dmaxim,max31865.yaml8 https://datasheets.maximintegrated.com/en/ds/MAX31865.pdf
Dmaxim,max31875.yaml10 https://datasheets.maximintegrated.com/en/ds/MAX31875.pdf
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Dinfineon-xmc4xxx-gpio.h12 /* GPIO driver will use XMC_GPIO_OUTPUT_STRENGTH_STRONG_MEDIUM_EDGE if DS is unset */
/Zephyr-latest/samples/sensor/bq274xx/
DREADME.rst47 .. _BQ274XX Sensor: http://www.ti.com/lit/ds/symlink/bq27421-g1.pdf
/Zephyr-latest/samples/drivers/haptics/drv2605/
DREADME.rst36 - DRV2605 Datasheet: https://www.ti.com/lit/ds/symlink/drv2605.pdf
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dgdbstub.h38 uint32_t ds; member
Dexception.h36 unsigned int ds; member
Dsegmentation.h83 uint16_t ds; member
522 uint16_t ds = 0U; in _get_ds() local
524 __asm__ __volatile__ ("mov %%ds, %0" : "=r" (ds)); in _get_ds()
525 return ds; in _get_ds()
/Zephyr-latest/samples/sensor/max6675/
DREADME.rst23 - MAX6675: https://datasheets.maximintegrated.com/en/ds/MAX6675.pdf
/Zephyr-latest/samples/drivers/led/lp5562/
DREADME.rst45 .. _LP5562 Manual: http://www.ti.com/lit/ds/symlink/lp5562.pdf
/Zephyr-latest/samples/boards/st/power_mgmt/wkup_pins/src/
Dmain.c37 printk("Will wait %ds before powering the system off\n", (WAIT_TIME_US / 1000000)); in main()
/Zephyr-latest/samples/drivers/led/lp3943/
DREADME.rst48 - LP3943: http://www.ti.com/lit/ds/snvs256d/snvs256d.pdf
/Zephyr-latest/cmake/bintools/armclang/
Delfconvert_command.cmake17 # Unknown support of --srec-len in arm-ds
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dx86_64.py39 DS = 20 variable in RegNum
102 RegNum.DS,
/Zephyr-latest/doc/develop/toolchains/
Ddesignware_arc_mwdt.rst6 #. You need to have `ARC MWDT <https://www.synopsys.com/dw/ipdir.php?ds=sw_metaware>`_ installed on
/Zephyr-latest/samples/sensor/max17262/
DREADME.rst60 .. _max17262 datasheet: https://datasheets.maximintegrated.com/en/ds/MAX17262.pdf

123