Searched full:drives (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/scripts/build/ |
D | uf2conv.py | 209 drives = [] 217 drives.append(words[0]) 229 drives.append(os.path.join(rootpath, d)) 238 return list(filter(has_info, drives)) 350 drives = get_drives() 351 if len(drives) == 0: 354 while len(drives) == 0: 356 drives = get_drives() 359 for d in drives:
|
/Zephyr-latest/boards/shields/lcd_par_s035/ |
D | Kconfig.defconfig | 33 # GT911 driver drives reset pin low, so it needs to initialize before
|
/Zephyr-latest/drivers/bluetooth/ |
D | Kconfig | 24 # Insert here any custom (non-HCI) offload drives
|
/Zephyr-latest/samples/drivers/espi/dts/bindings/ |
D | mec15xx-board-power.yaml | 8 build and run samples/drives/espi in Zephyr.
|
D | mec172x-board-power.yaml | 8 build and run samples/drives/espi in Zephyr.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | haptics.rst | 12 During a haptic feedback event the haptic device drives a signal to an
|
/Zephyr-latest/boards/arduino/nicla_vision/ |
D | board_gpio_hse.c | 13 /* The external oscillator that drives the HSE clock should be enabled in board_gpio_hse()
|
/Zephyr-latest/dts/bindings/display/panel/ |
D | panel-timing.yaml | 120 0 drives pixel data on falling edge, and samples on rising edge. 121 1 drives pixel data on rising edge, and samples data on falling edge
|
/Zephyr-latest/boards/shields/rtkmipilcdb00000be/ |
D | Kconfig.defconfig | 23 # GT911 driver drives reset pin low, GT911 and ILI9806E_DSI driver share a reset line,
|
/Zephyr-latest/boards/arduino/opta/ |
D | board_gpio_init.c | 13 /* The external oscillator that drives the HSE clock should be enabled in board_gpio_init()
|
/Zephyr-latest/samples/boards/microchip/mec172xevb_assy6906/qmspi_ldma/ |
D | mec172xevb_assy6906.overlay | 58 /* Controller drives chip select
|
/Zephyr-latest/dts/bindings/spi/ |
D | nordic,nrf-spi-common.yaml | 56 for the transfer and when everything is ready, it drives the WAKE
|
/Zephyr-latest/samples/basic/servo_motor/ |
D | README.rst | 10 This is a sample app which drives a servomotor using the :ref:`PWM API <pwm_api>`.
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 10 This is a sample app which drives an RGB LED using the :ref:`PWM API <pwm_api>`.
|
/Zephyr-latest/boards/adafruit/trinket_m0/ |
D | adafruit_trinket_m0.dts | 75 /* Drives the on-board DotStar LED */
|
/Zephyr-latest/boards/sc/scobc_module1/doc/ |
D | index.rst | 47 selected clock signal is then used by the CMT in the FPGA, and drives the CPU at
|
/Zephyr-latest/boards/firefly/roc_rk3568_pc/doc/ |
D | index.rst | 7 and SATA3.0 interfaces enables expansion with large hard drives.
|
/Zephyr-latest/drivers/led/ |
D | pca9633.c | 25 /* PCA9633 select registers determine the source that drives LED outputs */
|
D | tlc59108.c | 28 /* TLC59108 select registers determine the source that drives LED outputs */
|
D | lp5562.c | 18 * register that drives the PWM of the connected LED.
|
/Zephyr-latest/boards/ronoth/lodev/doc/ |
D | index.rst | 79 18 PA9 USB serial Tx drives this pin (input) for UART1
|
/Zephyr-latest/arch/arc/ |
D | Kconfig | 157 The BSP must provide a valid default. This drives the size of the
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_nrfx.c | 225 * registers and drives its outputs accordingly. in pwm_nrfx_set_cycles()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_stm32_ll_wb0.c | 417 /* Obtain SYSCLK frequency by checking which source drives high-speed clock tree. in stm32_clock_control_get_subsys_rate()
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_msc_scsi.c | 637 * Microsoft Windows issues this command for all USB drives (no idea why)
|
12