Searched full:intensity (Results 1 – 25 of 29) sorted by relevance
12
/Zephyr-latest/include/zephyr/drivers/gpio/ |
D | gpio_sx1509b.h | 18 * @brief Configure a pin for LED intensity. 21 * the LED intensity functionality. 37 * @brief Set LED intensity of selected pin. 41 * @param intensity_val Intensity value.
|
/Zephyr-latest/samples/sensor/isl29035/ |
D | README.rst | 5 Get light intensity data from an ISL29035 sensor (polling & trigger mode). 10 If trigger is not enabled the sample displays measured light intensity 13 If trigger is enabled the sample displays light intensity from the 15 read sample. If the sensor detects an intensity outside that range the 16 application wakes, displays the intensity, resets the intensity range
|
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/ |
D | sample.yaml | 8 description: Demonstration of the SX1509B LED driver intensity functionality 9 name: SX1509B intensity sample
|
D | README.rst | 10 This sample controls the intensity of the color LEDs in a Thingy:52 lightwell.
|
/Zephyr-latest/samples/sensor/apds9960/ |
D | README.rst | 32 ambient light intensity without trigger is 387 34 ambient light intensity without trigger is 386 36 ambient light intensity without trigger is 386
|
D | sample.yaml | 18 - "ambient light intensity (.*), proximity (.*)" 37 - "ambient light intensity (.*), proximity (.*)"
|
/Zephyr-latest/samples/sensor/apds9960/src/ |
D | main.c | 30 struct sensor_value intensity, pdata; in main() local 73 sensor_channel_get(dev, SENSOR_CHAN_LIGHT, &intensity); in main() 76 printk("ambient light intensity %d, proximity %d\n", in main() 77 intensity.val1, pdata.val1); in main()
|
/Zephyr-latest/dts/bindings/display/ |
D | maxim,max7219.yaml | 28 intensity: 48 description: Intensity for MAX7219.
|
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/src/ |
D | main.c | 72 printk("SX1509B intensity sample\n"); in main() 86 printk("Error configuring pin for LED intensity\n"); in main()
|
/Zephyr-latest/boards/shields/max7219/ |
D | max7219_8x8.overlay | 20 intensity = <0>;
|
/Zephyr-latest/drivers/display/ |
D | display_max7219.c | 64 uint8_t intensity; member 207 * max7219 supports intensity value from 0x0 to 0xF. in max7219_set_brightness() 292 ret = max7219_transmit_all(dev, MAX7219_REG_INTENSITY, dev_config->intensity); in max7219_init() 337 .intensity = DT_INST_PROP(n, intensity), \
|
/Zephyr-latest/doc/hardware/peripherals/sensor/ |
D | channels.rst | 13 enable measuring many readings of perhaps temperature, light intensity, amperage,
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a1/ |
D | README.rst | 14 - LIS3MDL: 3-axis Magnetic field intensity
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub1/ |
D | README.rst | 18 - LSM6DSV16X (from LIS2MDL) 3-Axis magnetic field intensity
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub2/ |
D | README.rst | 18 - LSM6DSO16IS (from LIS2MDL) 3-Axis magnetic field intensity
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/ |
D | README.rst | 15 - LSM303AGR 3-Axis Acceleration and 3-axis Magnetic field intensity
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/sensorhub/ |
D | README.rst | 21 - LSM6DSL 3-Axis magnetic field intensity (from LSM303AGR mag) - Primary option
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/ |
D | README.rst | 22 - ISM330DHCX (from IIS2MDC) 3-Axis magnetic field intensity
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/standard/ |
D | README.rst | 16 - IIS2MDC 3-Axis magnetic field intensity
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/ |
D | README.rst | 18 - LIS2MDL 3-Axis magnetic field intensity
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,stm32-qdec.yaml | 54 Intensity of the filter applied to the input signal. This is
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/sensorhub/ |
D | README.rst | 22 - LSM6DSO (from LIS2MDL) 3-Axis magnetic field intensity
|
/Zephyr-latest/dts/bindings/pwm/ |
D | espressif,esp32-ledc.yaml | 8 The LEDC controller is primarily designed to control the intensity of LEDs, although it can be
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/ |
D | README.rst | 18 - LIS2MDL 3-Axis magnetic field intensity
|
/Zephyr-latest/subsys/shell/ |
D | shell_vt100.h | 103 /* Turn low intensity mode on */
|
12