Searched refs:controls (Results 1 – 25 of 80) sorted by relevance
1234
| /Zephyr-latest/boards/nxp/vmu_rt1170/ |
| D | vmu_rt1170_mimxrt1176_cm7.dts | 52 /* This regulator controls VDD_5V_PERIPH onboard supply */ 61 /* This regulator controls VDD_5V_HIPOWER onboard supply */ 70 /* This regulator controls the VDD_3V3_SENSORS1 onboard supply. */ 80 /* This regulator controls the VDD_3V3_SENSORS2 onboard supply. */ 90 /* This regulator controls the VDD_3V3_SENSORS3 onboard supply. */ 100 /* This regulator controls the VDD_3V3_SENSORS4 onboard supply. */ 110 /* This regulator controls VDD_3V3_SPEKTRUM onboard supply */ 119 /* This regulator controls ETH_VDD_3V3 supply to power up the TJA1103 PHY */
|
| /Zephyr-latest/samples/boards/bbc/microbit/line_follower_robot/ |
| D | README.rst | 9 This sample controls a stand-alone line-following DFRobot Maqueen 36 The sample program controls the robot to follow a line track and does
|
| /Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
| D | mimxrt1062_fmurt6.dts | 53 /* This regulator controls VDD_3V3_SD_CARD onboard supply */ 62 /* This regulator controls VDD_5V_PERIPH onboard supply */ 71 /* This regulator controls VDD_5V_HIPOWER onboard supply */ 80 /* This regulator controls the 3V3_S line, which powers sensors on-board. */ 90 /* This regulator controls VDD_3V3_SPEKTRUM onboard supply */ 99 /* This regulator controls ETH_VDD_3V3 supply to power up the TJA1103 PHY */
|
| /Zephyr-latest/doc/hardware/peripherals/ |
| D | video.rst | 41 controls available which can be generic, related to a device class or vendor 43 to handle and create controls.
|
| D | haptics.rst | 19 Additionally, haptic driver devices often offer controls for adjusting and
|
| D | i2c.rst | 19 "controller" that initiates transactions and controls the clock, or as a 29 Zephyr's I2C controller API is used when an I2C peripheral controls the bus,
|
| D | smbus.rst | 20 initiates transactions and controls the clock, a Peripheral that 48 Zephyr's SMBus controller API is used when an SMBus device controls the bus,
|
| D | regulators.rst | 7 example is a GPIO that controls a transistor that supplies current to a device
|
| /Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
| D | cfg_srv.rst | 7 specification. The Configuration Server model controls most parameters of the
|
| D | sar_cfg.rst | 121 The SAR Transmitter state is a composite state that controls the number and timing of transmissions 132 The SAR Receiver state is a composite state that controls the number and timing of Segment 145 SAR Segment Interval Step state holds a value that controls the interval between transmissions of 176 The value of this state controls the interval step used for delaying the retransmissions of 191 SAR Unicast Retransmissions Interval Increment holds a value that controls the interval increment 207 The state holds a value that controls the total number of retransmissions of a segmented message to 215 This state holds a value that controls the interval between retransmissions of all segments in a 242 This state holds a value that controls the delay increment of an interval used for delaying the 264 The SAR Acknowledgment Retransmissions Count state controls the number of retransmissions of Segment
|
| D | srpl_cli.rst | 26 :kconfig:option:`CONFIG_BT_MESH_SOL_PDU_RPL_CLI_TIMEOUT` controls how long the Solicitation PDU RPL
|
| /Zephyr-latest/samples/basic/threads/ |
| D | README.rst | 17 - ``blink0()`` controls ``led0`` and has a 100ms sleep cycle 18 - ``blink1()`` controls ``led1`` and has a 1000ms sleep cycle
|
| /Zephyr-latest/subsys/usb/device/class/audio/ |
| D | audio.c | 37 uint8_t *controls[2]; member 163 .controls = {dev##_controls_##i, NULL}, \ 176 .controls = {dev##_controls0_##i, dev##_controls1_##i}, \ 535 uint8_t *controls = audio_dev_data->controls[device]; in handle_fu_mute_req() local 536 uint8_t *control_val = &controls[POS(MUTE, ch, ch_cnt)]; in handle_fu_mute_req() 568 uint8_t *controls = audio_dev_data->controls[device]; in handle_fu_volume_req() local 569 uint8_t *control_val = &controls[POS(VOLUME, ch, ch_cnt)]; in handle_fu_volume_req()
|
| /Zephyr-latest/drivers/cache/ |
| D | Kconfig.andes | 26 This option controls the priority of the cache initialization.
|
| /Zephyr-latest/samples/drivers/led/sx1509b_intensity/ |
| D | README.rst | 10 This sample controls the intensity of the color LEDs in a Thingy:52 lightwell.
|
| /Zephyr-latest/samples/boards/nxp/s32/netc/ |
| D | README.rst | 12 1. Zephyr application controls the Physical Station Interface (PSI) and the 15 2. Zephyr application controls the PSI, Virtual SI 1, and the Ethernet PHY 19 controls PSI) to allow users visualize the networking settings. Telnet shell
|
| /Zephyr-latest/samples/drivers/led/pca9633/ |
| D | README.rst | 10 This sample controls 4 LEDs connected to a PCA9633 driver, using the
|
| /Zephyr-latest/drivers/reset/ |
| D | Kconfig | 23 This option controls the priority of the reset controller device
|
| /Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
| D | README.rst | 12 model which controls one of the 4 sets of buttons and LEDs . 16 FICR. Each button controls the state of its 58 Prior to provisioning, each button controls its corresponding LED as one
|
| /Zephyr-latest/lib/posix/options/ |
| D | Kconfig.timer | 60 This controls the maximum number of times a timer can overrun before 89 This controls how long to wait for resources to come available to create
|
| /Zephyr-latest/drivers/syscon/ |
| D | Kconfig | 36 This option controls the priority of the syscon device
|
| /Zephyr-latest/doc/connectivity/networking/ |
| D | network_tracing.rst | 12 The :kconfig:option:`CONFIG_TRACING_NET_CORE` option controls the core network
|
| /Zephyr-latest/drivers/dma/ |
| D | Kconfig.nxp_sof_host_dma | 32 needs to act as if it controls a DMA engine.
|
| /Zephyr-latest/samples/drivers/led/lp5569/ |
| D | README.rst | 10 This sample controls 9 LEDs connected to an LP5569 driver. The sample turns
|
| /Zephyr-latest/samples/boards/renesas/comparator/ |
| D | README.rst | 33 The comparator's output controls LED0:
|
1234