Home
last modified time | relevance | path

Searched refs:Dev (Results 1 – 25 of 28) sorted by relevance

12

/Zephyr-latest/drivers/sensor/st/vl53l0x/
Dvl53l0x_platform.c22 VL53L0X_Error VL53L0X_WriteMulti(VL53L0X_DEV Dev, uint8_t index, uint8_t *pdata, in VL53L0X_WriteMulti() argument
33 status_int = i2c_write(Dev->i2c, I2CBuffer, count+1, Dev->I2cDevAddr); in VL53L0X_WriteMulti()
43 VL53L0X_Error VL53L0X_ReadMulti(VL53L0X_DEV Dev, uint8_t index, uint8_t *pdata, in VL53L0X_ReadMulti() argument
49 status_int = i2c_burst_read(Dev->i2c, Dev->I2cDevAddr, index, pdata, in VL53L0X_ReadMulti()
60 VL53L0X_Error VL53L0X_WrByte(VL53L0X_DEV Dev, uint8_t index, uint8_t data) in VL53L0X_WrByte() argument
65 status_int = i2c_reg_write_byte(Dev->i2c, Dev->I2cDevAddr, index, data); in VL53L0X_WrByte()
75 VL53L0X_Error VL53L0X_WrWord(VL53L0X_DEV Dev, uint8_t index, uint16_t data) in VL53L0X_WrWord() argument
85 status_int = i2c_write(Dev->i2c, I2CBuffer, 3, Dev->I2cDevAddr); in VL53L0X_WrWord()
94 VL53L0X_Error VL53L0X_WrDWord(VL53L0X_DEV Dev, uint8_t index, uint32_t data) in VL53L0X_WrDWord() argument
106 status_int = i2c_write(Dev->i2c, I2CBuffer, 5, Dev->I2cDevAddr); in VL53L0X_WrDWord()
[all …]
Dvl53l0x_platform.h52 #define PALDevDataGet(Dev, field) (Dev->Data.field) argument
60 #define PALDevDataSet(Dev, field, data) ((Dev->Data.field) = (data)) argument
78 VL53L0X_Error VL53L0X_WriteMulti(VL53L0X_DEV Dev, uint8_t index, uint8_t *pdata,
90 VL53L0X_Error VL53L0X_ReadMulti(VL53L0X_DEV Dev, uint8_t index, uint8_t *pdata,
101 VL53L0X_Error VL53L0X_WrByte(VL53L0X_DEV Dev, uint8_t index, uint8_t data);
111 VL53L0X_Error VL53L0X_WrWord(VL53L0X_DEV Dev, uint8_t index, uint16_t data);
121 VL53L0X_Error VL53L0X_WrDWord(VL53L0X_DEV Dev, uint8_t index, uint32_t data);
131 VL53L0X_Error VL53L0X_RdByte(VL53L0X_DEV Dev, uint8_t index, uint8_t *data);
141 VL53L0X_Error VL53L0X_RdWord(VL53L0X_DEV Dev, uint8_t index, uint16_t *data);
151 VL53L0X_Error VL53L0X_RdDWord(VL53L0X_DEV Dev, uint8_t index, uint32_t *data);
[all …]
/Zephyr-latest/drivers/sensor/st/vl53l1x/
Dvl53l1_platform_user_data.h50 #define VL53L1DevDataGet(Dev, field) (Dev->Data.field) argument
60 #define VL53L1DevDataSet(Dev, field, data) ((Dev->Data.field) = (data)) argument
69 #define VL53L1DevStructGetLLDriverHandle(Dev) (&Dev->Data.LLData) argument
77 #define VL53L1DevStructGetLLResultsHandle(Dev) (&Dev->Data.llresults) argument
/Zephyr-latest/boards/silabs/dev_kits/
Dindex.rst3 Dev Kits and Thunderboards
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/doc/
Dindex.rst3 Silicon Labs xG27-DK2602A is a Dev Kit using the EFR32BG27 SoC. The kit
4 consists of the EFR32BG27 +8 dBm Dev Kit Board (BRD2602A).
30 - `xG27 Dev Kit User's Guide`_
56 The xG27 Dev Kit includes an embedded `J-Link`_ adapter built around
134 .. _xG27 Dev Kit User's Guide:
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/
Dlora_e5_dev_board.rst6 The LoRa-E5 Dev Board is a compact board for the evaluation of the
56 More information about the board can be found at the `LoRa-E5 Dev Board Wiki`_.
69 The Zephyr LoRa-E5 Dev Board configuration supports the following hardware
116 LoRa-E5 Dev Board has 4 GPIO controllers. These controllers are responsible
124 :alt: LoRa-E5 Dev Board Pinout
218 The LoRa-E5 Dev Board does not include a on-board debug probe.
233 Flashing an application to LoRa-E5 Dev board
267 .. _LoRa-E5 Dev Board Wiki:
/Zephyr-latest/boards/silabs/
Dindex.rst22 OPN. For instance, the kit ``xg24_dk2601b``, which is a Dev Kit for the
/Zephyr-latest/doc/contribute/
Dcontributor_expectations.rst173 The `Zephyr Dev Meeting`_ performs a triage of PRs missing reviewer approval,
179 #. For PRs that have otherwise stalled, the Zephyr Dev Meeting pings the
182 Contributors may request PRs to be reviewed outside of the Zephyr Dev Meeting
192 explicitly adds the PR to the agenda for the next `Zephyr Dev Meeting`_
198 Zephyr Dev Meeting before making a request themselves.
217 - Optionally resolve in the next `Zephyr Dev Meeting`_ meeting with more
257 .. _Zephyr Dev Meeting: https://github.com/zephyrproject-rtos/zephyr/wiki/Zephyr-Committee-and-Work…
/Zephyr-latest/boards/silabs/dev_kits/xg27_dk2602a/
Dxg27_dk2602a.dts14 model = "Silicon Labs xG27-DK2602A Dev Kit";
/Zephyr-latest/boards/innblue/innblue21/
Dinnblue21_common.dtsi10 model = "innblue v21 Dev Kit";
/Zephyr-latest/boards/innblue/innblue22/
Dinnblue22_common.dtsi10 model = "innblue v22 Dev Kit";
/Zephyr-latest/boards/makerdiary/nrf52832_mdk/
Dnrf52832_mdk.dts14 model = "nRF52832-MDK Micro Dev Kit";
/Zephyr-latest/boards/actinius/icarus/
Dactinius_icarus_common.dtsi10 model = "Actinius Icarus IoT Dev Board";
/Zephyr-latest/boards/silabs/dev_kits/xg24_dk2601b/
Dxg24_dk2601b.dts14 model = "Silicon Labs BRD2601B (xG24 Dev Kit)";
/Zephyr-latest/boards/makerdiary/nrf52840_mdk/
Dnrf52840_mdk.dts14 model = "nRF52840-MDK Dev Kit";
/Zephyr-latest/boards/ezurio/bl653_dvk/
Dbl653_dvk.dts15 model = "Ezurio BL653 Dev Kit";
/Zephyr-latest/boards/ezurio/bl654_dvk/
Dbl654_dvk.dts16 model = "Ezurio BL654 Dev Kit";
/Zephyr-latest/boards/actinius/icarus/doc/
Dindex.rst37 :alt: Icarus IoT Dev Board w/ Pinouts
39 Icarus IoT Dev Board w/ Pinouts
/Zephyr-latest/boards/seeed/lora_e5_dev_board/
Dlora_e5_dev_board.dts12 model = "Seeed Studio LoRa-E5 Dev Board";
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/
Dpinnacle_100_dvk.dts14 model = "Pinnacle 100 Dev Kit";
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/doc/
Dolimex_lora_stm32wl_devkit.rst37 The Zephyr Olimex LoRa STM32WL Dev Kit configuration supports the following
/Zephyr-latest/boards/pine64/pinetime_devkit0/doc/
Dindex.rst113 The PineTime Dev Kit comes with the back not glued down to allow it to be
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst189 # Dev Flags ID Size Data bytes
199 * Dev
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst28 `CC3220SF LaunchPad Dev Kit Hardware User's Guide`_.
287 .. _CC3220SF LaunchPad Dev Kit Hardware User's Guide:
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst28 `CC3235SF LaunchPad Dev Kit Hardware User's Guide`_.
289 .. _CC3235SF LaunchPad Dev Kit Hardware User's Guide:

12