Home
last modified time | relevance | path

Searched full:intensity (Results 1 – 25 of 29) sorted by relevance

12

/Zephyr-latest/include/zephyr/drivers/gpio/
Dgpio_sx1509b.h18 * @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/
DREADME.rst5 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/
Dsample.yaml8 description: Demonstration of the SX1509B LED driver intensity functionality
9 name: SX1509B intensity sample
DREADME.rst10 This sample controls the intensity of the color LEDs in a Thingy:52 lightwell.
/Zephyr-latest/samples/sensor/apds9960/
DREADME.rst32 ambient light intensity without trigger is 387
34 ambient light intensity without trigger is 386
36 ambient light intensity without trigger is 386
Dsample.yaml18 - "ambient light intensity (.*), proximity (.*)"
37 - "ambient light intensity (.*), proximity (.*)"
/Zephyr-latest/samples/sensor/apds9960/src/
Dmain.c30 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/
Dmaxim,max7219.yaml28 intensity:
48 description: Intensity for MAX7219.
/Zephyr-latest/samples/drivers/led/sx1509b_intensity/src/
Dmain.c72 printk("SX1509B intensity sample\n"); in main()
86 printk("Error configuring pin for LED intensity\n"); in main()
/Zephyr-latest/boards/shields/max7219/
Dmax7219_8x8.overlay20 intensity = <0>;
/Zephyr-latest/drivers/display/
Ddisplay_max7219.c64 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/
Dchannels.rst13 enable measuring many readings of perhaps temperature, light intensity, amperage,
/Zephyr-latest/samples/shields/x_nucleo_iks01a1/
DREADME.rst14 - LIS3MDL: 3-axis Magnetic field intensity
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub1/
DREADME.rst18 - LSM6DSV16X (from LIS2MDL) 3-Axis magnetic field intensity
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub2/
DREADME.rst18 - LSM6DSO16IS (from LIS2MDL) 3-Axis magnetic field intensity
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/
DREADME.rst15 - LSM303AGR 3-Axis Acceleration and 3-axis Magnetic field intensity
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/sensorhub/
DREADME.rst21 - LSM6DSL 3-Axis magnetic field intensity (from LSM303AGR mag) - Primary option
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/
DREADME.rst22 - ISM330DHCX (from IIS2MDC) 3-Axis magnetic field intensity
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/standard/
DREADME.rst16 - IIS2MDC 3-Axis magnetic field intensity
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/
DREADME.rst18 - LIS2MDL 3-Axis magnetic field intensity
/Zephyr-latest/dts/bindings/sensor/
Dst,stm32-qdec.yaml54 Intensity of the filter applied to the input signal. This is
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/sensorhub/
DREADME.rst22 - LSM6DSO (from LIS2MDL) 3-Axis magnetic field intensity
/Zephyr-latest/dts/bindings/pwm/
Despressif,esp32-ledc.yaml8 The LEDC controller is primarily designed to control the intensity of LEDs, although it can be
/Zephyr-latest/samples/shields/x_nucleo_iks01a3/standard/
DREADME.rst18 - LIS2MDL 3-Axis magnetic field intensity
/Zephyr-latest/subsys/shell/
Dshell_vt100.h103 /* Turn low intensity mode on */

12