text
stringlengths
9
39.2M
dir
stringlengths
25
226
lang
stringclasses
163 values
created_date
timestamp[s]
updated_date
timestamp[s]
repo_name
stringclasses
751 values
repo_full_name
stringclasses
752 values
star
int64
1.01k
183k
len_tokens
int64
1
18.5M
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_GD32L23X_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_GD32L23X_H_ #include "gd32-common.h" /** * @name Register offsets * @{ */ #define GD32_AHB1RST_OFFSET 0x28U #define GD32_APB1RST_OFFSET 0x10U #define GD32_APB2RST_OFFSET 0x0CU ...
/content/code_sandbox/include/zephyr/dt-bindings/reset/gd32l23x.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
887
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NXP_SYSCON_RESET_COMMON_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NXP_SYSCON_RESET_COMMON_H_ #define NXP_SYSCON_RESET(offset, bit) ((offset << 16) | bit) #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NXP_SYSCON_RESET_COMMON_H_ */ ```
/content/code_sandbox/include/zephyr/dt-bindings/reset/nxp_syscon_reset_common.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
83
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NPCX7_RESET_H #define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NPCX7_RESET_H #define NPCX_RESET_SWRST_CTL1_OFFSET 0 #define NPCX_RESET_SWRST_CTL2_OFFSET 32 #define NPCX_RESET_SWRST_CTL3_OFFSET 64 #define NPCX_RESET_GPIO0 (NPCX_RESET_SWRST_CTL1_OFFSET + 0) ...
/content/code_sandbox/include/zephyr/dt-bindings/reset/npcx7_reset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,721
```objective-c /* * * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_INTEL_SOCFPGA_RESET_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_INTEL_SOCFPGA_RESET_H_ /* The Reset line value will be used by the reset controller driver to * derive the register offset and the associated device bit to perform * device assert and...
/content/code_sandbox/include/zephyr/dt-bindings/reset/intel_socfpga_reset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,751
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32L1_RESET_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32L1_RESET_H_ #include "stm32-common.h" /* RCC bus reset register offset */ #define STM32_RESET_BUS_AHB1 0x10 #define STM32_RESET_BUS_APB1 0x18 #define STM32_RESET_BUS_APB2 0x14 #endif /* Z...
/content/code_sandbox/include/zephyr/dt-bindings/reset/stm32l1_reset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
110
```objective-c /* * */ #ifndef ZEPHYR_SAMPLES_DRIVERS_LED_B1414_H_ #define ZEPHYR_SAMPLES_DRIVERS_LED_B1414_H_ /* * At 6 MHz: 1 bit in 166.666 ns * 1200 ns -> 7.2 bits * 300 ns -> 1.8 bits * 900 ns -> 5.4 bits */ #define SPI_FREQ 6000000 #define ZERO_FRAME 0x60 #define ONE_FRAME 0x7C #endif ```
/content/code_sandbox/include/zephyr/dt-bindings/led/seagate_legend_b1414.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
119
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NUMAKER_M46X_RESET_H #define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_NUMAKER_M46X_RESET_H /* Beginning of M460 BSP sys_reg.h reset module copy */ #define NUMAKER_SYS_IPRST0_PDMA0RST_Pos (2) #define NUMAKER_SYS_IPRST0_EBIRST_Pos (3) #define NUMAKER_SYS_IPRS...
/content/code_sandbox/include/zephyr/dt-bindings/reset/numaker_m46x_reset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,821
```objective-c /* * */ #ifndef ZEPHYR_DT_LED_WS2812C_H_ #define ZEPHYR_DT_LED_WS2812C_H_ /* * At 7 MHz: 1 bit in 142.86 ns * 1090 ns -> 7.6 bits * 300 ns -> 2.1 bits * 790 ns -> 5.5 bits */ #define WS2812C_SPI_FREQ (7000000U) #define WS2812C_ZERO_FRAME (0xC0U) #define WS2812C_ONE_FRAME (0xFCU) #end...
/content/code_sandbox/include/zephyr/dt-bindings/led/worldsemi_ws2812c.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
132
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_LED_LED_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_LED_LED_H_ /* Standard LED colors */ #define LED_COLOR_ID_WHITE 0 #define LED_COLOR_ID_RED 1 #define LED_COLOR_ID_GREEN 2 #define LED_COLOR_ID_BLUE 3 #define LED_COLOR_ID_AMBER 4 #defin...
/content/code_sandbox/include/zephyr/dt-bindings/led/led.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
134
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_NXP_FLEXRAM_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_NXP_FLEXRAM_H_ #define FLEXRAM_NONE 0 #define FLEXRAM_OCRAM 1 #define FLEXRAM_DTCM 2 #define FLEXRAM_ITCM 3 #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_NXP_FLEX...
/content/code_sandbox/include/zephyr/dt-bindings/memory-controller/nxp,flexram.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
97
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_STM32_FMC_SDRAM_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_STM32_FMC_SDRAM_H_ /* Number of column address bits */ #define STM32_FMC_SDRAM_NC_8 0x00000000UL #define STM32_FMC_SDRAM_NC_9 0x00000001UL #define STM32_FMC_SDRAM_NC_10...
/content/code_sandbox/include/zephyr/dt-bindings/memory-controller/stm32-fmc-sdram.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
525
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_STM32_FMC_SRAM_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_MEMORY_CONTROLLER_STM32_FMC_SRAM_H_ /* Data Address Bus Multiplexing */ #define STM32_FMC_DATA_ADDRESS_MUX_DISABLE 0x00000000UL #define STM32_FMC_DATA_ADDRESS_MUX_ENABLE ...
/content/code_sandbox/include/zephyr/dt-bindings/memory-controller/stm32-fmc-nor-psram.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
843
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_KEYMAP_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_KEYMAP_H_ #define MATRIX_KEY(row, col, code) \ ((((row) & 0xff) << 24) | (((col) & 0xff) << 16) | ((code) & 0xffff)) #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_KEYMAP_H_ */ ```
/content/code_sandbox/include/zephyr/dt-bindings/input/keymap.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
93
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_ESP32_TOUCH_SENSOR_INPUT_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_ESP32_TOUCH_SENSOR_INPUT_H_ #include <zephyr/dt-bindings/dt-util.h> /* Touch sensor IIR filter mode */ #define ESP32_TOUCH_FILTER_MODE_IIR_4 0 #define ESP32_TOUCH_FILTER_MODE_IIR_8 ...
/content/code_sandbox/include/zephyr/dt-bindings/input/esp32-touch-sensor-input.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
339
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_CST816S_GESTURE_CODES_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_CST816S_GESTURE_CODES_H_ #define CST816S_GESTURE_CODE_NONE 0x00 #define CST816S_GESTURE_CODE_SWIPE_UP 0x01 #define CST816S_GESTURE_CODE_SWIPE_DOWN 0x02 #define CST816S_GESTU...
/content/code_sandbox/include/zephyr/dt-bindings/input/cst816s-gesture-codes.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
181
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DBI_MIPI_DBI_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_MIPI_DBI_MIPI_DBI_H_ /** * @brief MIPI-DBI driver APIs * @defgroup mipi_dbi_interface MIPI-DBI driver APIs * @ingroup io_interfaces * @{ */ /** * SPI 3 wire (Type C1). Uses 9 write clocks to send...
/content/code_sandbox/include/zephyr/dt-bindings/mipi_dbi/mipi_dbi.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,146
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_AXP192_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_AXP192_H_ /** * @defgroup regulator_axp192 AXP192 Devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name AXP192 Regulator modes * @{ */ /* DCDCs */ #define AXP192_DCDC_M...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/axp192.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
134
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM6001_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM6001_H_ /** * @defgroup regulator_npm6001 NPM6001 Devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name NPM6001 Regulator modes * @{ */ /** Hysteretic mode */ #defi...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/npm6001.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
137
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NXP_VREF_H #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NXP_VREF_H /** * @defgroup regulator_nxp_vref Devicetree helpers * @ingroup regulator_interface * @{ */ /** * @name NXP VREF Regulator API Modes * @{ */ #define NXP_VREF_MODE_STANDBY 0...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/nxp_vref.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
149
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF5X_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NRF_H_ /** * @defgroup regulator_nrf5x nRF5X regulator devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name nRF5X regulator modes * @{ */ /** LDO mode */ #define NRF5X_REG...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/nrf5x.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
136
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM1100_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM1100_H_ /** * @defgroup regulator_npm1100 NPM1100 Devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name NPM1100 Regulator modes * @{ */ /** Automatic mode */ #defin...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/npm1100.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
134
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_RPI_PICO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_RPI_PICO_H_ #define REGULATOR_RPI_PICO_MODE_NORMAL 0x0 #define REGULATOR_RPI_PICO_MODE_HI_Z 0x2 #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_RPI_PICO_H_ */ ```
/content/code_sandbox/include/zephyr/dt-bindings/regulator/rpi_pico.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
85
```objective-c /* * * * Input event codes, for codes available in Linux, use the same values as in * path_to_url */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_INPUT_EVENT_CODES_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INPUT_INPUT_EVENT_CODES_H_ /** * @defgroup input_events Input Event Definitions * @ingroup input_i...
/content/code_sandbox/include/zephyr/dt-bindings/input/input-event-codes.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,138
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_ADP5360_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_ADP5360_H_ /** * @defgroup regulator_adp5360 ADP5360 Devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name ADP5360 Regulator modes * @{ */ /** Hysteresis mode */ #defi...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/adp5360.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
138
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_MAX20335_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_MAX20335_H_ /** * @defgroup regulator_max20335 MAX20335 Devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name MAX20335 Regulator modes * @{ */ /** LDO mode */ #define...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/max20335.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
130
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM1300_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NPM1300_H_ /** * @defgroup regulator_npm1300 NPM1300 Devicetree helpers. * @ingroup regulator_interface * @{ */ /** * @name NPM1300 Regulator modes * @{ */ /* Buck modes */ #define NPM...
/content/code_sandbox/include/zephyr/dt-bindings/regulator/npm1300.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
301
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_I2C_I2C_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_I2C_I2C_H_ #define I2C_BITRATE_STANDARD 100000 /* 100 Kbit/s */ #define I2C_BITRATE_FAST 400000 /* 400 Kbit/s */ #define I2C_BITRATE_FAST_PLUS 1000000 /* 1 Mbit/s */ #define I2C_BITRATE_HIGH 3400000 /* 3.4 Mbit/s ...
/content/code_sandbox/include/zephyr/dt-bindings/i2c/i2c.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
200
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_I2C_IT8XXX2_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_I2C_IT8XXX2_H_ #define IT8XXX2_ECPM_CGCTRL4R_OFF 0x09 /* * The clock gate offsets combine the register offset from ECPM_BASE and the * mask within that register into one value. These are used for * clock_e...
/content/code_sandbox/include/zephyr/dt-bindings/i2c/it8xxx2-i2c.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
402
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NRF_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NRF_GPIO_H_ /** * @brief nRF-specific GPIO Flags * @defgroup gpio_interface_nrf nRF-specific GPIO Flags * @ingroup gpio_interface * @{ */ /** * @name nRF GPIO drive flags * @brief ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/nordic-nrf-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
617
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_GPIO_H_ /** * @brief GPIO Driver APIs * @defgroup gpio_interface GPIO Driver APIs * @ingroup io_interfaces * @{ */ /** Mask for DT GPIO flags. */ #define GPIO_DT_FLAGS_MASK 0x3F /** * @name GPIO pin...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
559
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_SEMTECH_SX1509B_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_SEMTECH_SX1509B_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. Only applicabl...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/semtech-sx1509b.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
136
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_TI_CC13XX_CC26XX_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_TI_CC13XX_CC26XX_GPIO_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. On...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/ti-cc13xx-cc26xx-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
352
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_SNPS_DESIGNWARE_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_SNPS_DESIGNWARE_GPIO_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. Only...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/snps-designware-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
122
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_STM32_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_STM32_GPIO_H_ /** * @brief STM32 GPIO specific flags * * The driver flags are encoded in the 8 upper bits of @ref gpio_dt_flags_t as * follows: * * - Bit 8: Configure a GPIO pin to power on the...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/stm32-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
191
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ATMEL_SAM0_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ATMEL_SAM0_GPIO_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. Only applicabl...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/atmel-sam0-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
124
```objective-c /* */ #ifndef INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_ST_MORPHO_HEADER_H_ #define INCLUDE_ZEPHYR_DT_BINDINGS_GPIO_ST_MORPHO_HEADER_H_ /** ST Morpho pin mask (0...143). */ #define ST_MORPHO_PIN_MASK 0xFF /** * @name ST Morpho pin identifiers * @{ */ #define ST_MORPHO_L_1 0 #define ST_MORPHO_L_2 1 #define ST...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/st-morpho-header.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,827
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ADI_MAX32_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ADI_MAX32_GPIO_H_ /** * @brief MAX32-specific GPIO Flags * @defgroup gpio_interface_max32 MAX32-specific GPIO Flags * @ingroup gpio_interface * @{ */ /** * @name MAX32 GPIO drive flags * @...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/adi-max32-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
667
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_S32_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_S32_GPIO_H_ /** * @brief NXP S32 GPIO specific flags * * The driver flags are encoded in the 8 upper bits of @ref gpio_dt_flags_t as * follows: * * - Bit 8: Interrupt controller to which t...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/nxp-s32-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
242
```objective-c /* */ /** * @file * @brief Pmod GPIO nexus signal index definitions * * Defines meant to be used in conjunction with the "digilent,pmod" * GPIO nexus mapping. * * Example usage: * * @code{.dts} * &spi1 { * cs-gpios = <&pmod0 PMOD_SPI_CS GPIO_ACTIVE_LOW>; * * example_device:...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/digilent-pmod.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,651
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_INFINEON_XMC4XXX_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_INFINEON_XMC4XXX_GPIO_H_ #define XMC4XXX_GPIO_DS_POS 9 #define XMC4XXX_GPIO_DS_MASK 0xf /* GPIO driver will use XMC_GPIO_OUTPUT_STRENGTH_STRONG_MEDIUM_ED...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/infineon-xmc4xxx-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
306
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RA_GPIO_IOPORT_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RA_GPIO_IOPORT_H_ #define RENESAS_GPIO_DS_POS (8) #define RENESAS_GPIO_DS_MSK (0x3U << RENESAS_GPIO_DS_POS) /* GPIO Drive strength */ #define ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/renesas-ra-gpio-ioport.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
198
```objective-c /** * * * @file * @brief SDP-120 GPIO index definitions * * Defines meant to be used in conjunction with the "adi,sdp-120" * ADI SDP-120 mapping. * * Example usage: * * @code{.dts} * &spi1 { * cs-gpios = <&sdp_120 SDP_120_SPI_SS_N GPIO_ACTIVE_LOW>; * * example_device: examp...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/adi-sdp-120.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
975
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ATMEL_SAM_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ATMEL_SAM_GPIO_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. Only applicable ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/atmel-sam-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
119
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NUVOTON_NUMICRO_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NUVOTON_NUMICRO_GPIO_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. Only...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/numicro-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
200
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM1300_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM1300_GPIO_H_ /** * @brief nPM1300-specific GPIO Flags * @defgroup gpio_interface_npm1300 nPM1300-specific GPIO Flags * * The drive flags are encoded in the 8 upper bits of @ref ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/nordic-npm1300-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
650
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NUVOTON_NPCX_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NUVOTON_NPCX_GPIO_H_ /** * @name GPIO pin voltage flags * * The voltage flags are a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding for use with t...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/nuvoton-npcx-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
225
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM6001_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM6001_GPIO_H_ /** * @brief nPM6001-specific GPIO Flags * @defgroup gpio_interface_npm6001 nPM6001-specific GPIO Flags * * The drive flags are encoded in the 8 upper bits of @ref ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/nordic-npm6001-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
395
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ANDESTECH_ATCGPIO100_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ANDESTECH_ATCGPIO100_H_ /** * @brief Enable GPIO pin debounce. * * The debounce flag is a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding. Only...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/andestech-atcgpio100.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
136
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ESPRESSIF_ESP32_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ESPRESSIF_ESP32_GPIO_H_ /** * @name GPIO drive strength flags * * The drive strength flags are a Zephyr specific extension of the standard GPIO * flags specified by the Linux GPIO bindin...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/espressif-esp32-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
245
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ITE_IT8XXX2_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ITE_IT8XXX2_GPIO_H_ /** * @name GPIO pin voltage flags * * The voltage flags are a Zephyr specific extension of the standard GPIO flags * specified by the Linux GPIO binding for use with the...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/ite-it8xxx2-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
308
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZT2M_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZT2M_H_ #include <zephyr/sys/util.h> #define RZT2M_GPIO_DRIVE_OFFSET 8 #define RZT2M_GPIO_DRIVE_MASK GENMASK(RZT2M_GPIO_DRIVE_OFFSET + 2, RZT2M_GPIO_DRIVE_OFFSET) /** * @brief Select ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/renesas-rzt2m-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
400
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_KINETIS_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_KINETIS_GPIO_H_ /** * @name GPIO drive strength flags * * The drive strength flags are a Zephyr specific extension of the standard GPIO * flags specified by the Linux GPIO binding. Only ...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/nxp-kinetis-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
249
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TIMER_STM32_TIMER_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_TIMER_STM32_TIMER_H_ /* Timer countermode values */ #define STM32_TIM_COUNTERMODE_UP 0x00000000U #define STM32_TIM_COUNTERMODE_DOWN 0x00000010U #define STM32_TIM_COUNTERMODE_CENTER...
/content/code_sandbox/include/zephyr/dt-bindings/timer/stm32-timer.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
144
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TIMER_NUCLEI_SYSTIMER_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_TIMER_NUCLEI_SYSTIMER_H_ /* Clock divider values */ #define NUCLEI_SYSTIMER_DIVIDER_1 0 #define NUCLEI_SYSTIMER_DIVIDER_2 1 #define NUCLEI_SYSTIMER_DIVIDER_4 2 #define NUCLEI...
/content/code_sandbox/include/zephyr/dt-bindings/timer/nuclei-systimer.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
244
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ESPI_NPCX_ESPI_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ESPI_NPCX_ESPI_H_ /* eSPI VW Master to Slave Register Index */ #define NPCX_VWEVMS0 0 #define NPCX_VWEVMS1 1 #define NPCX_VWEVMS2 2 #define NPCX_VWEVMS3 3 #define NPCX_VWEVMS4 4 #define NPCX_VWEVMS5 5 #defi...
/content/code_sandbox/include/zephyr/dt-bindings/espi/npcx_espi.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
506
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_U_BLOX_M10_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_U_BLOX_M10_H_ #include <zephyr/dt-bindings/dt-util.h> /* UART Baudrate. */ #define UBX_M10_UART_BAUDRATE_4800 0x00 #define UBX_M10_UART_BAUDRATE_9600 0x01 #define UBX_M10_UART_BAUDRATE_19200 0x02 #define UBX_...
/content/code_sandbox/include/zephyr/dt-bindings/gnss/u_blox_m10.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
231
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PCIE_PCIE_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_PCIE_PCIE_H_ /* * Set the device's IRQ (in devicetree, or whatever) to PCIE_IRQ_DETECT * if the device doesn't support MSI and we don't/can't know the wired IRQ * allocated by the firmware ahead of time. Use...
/content/code_sandbox/include/zephyr/dt-bindings/pcie/pcie.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
714
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INPUTMUX_TRIGGER_PORTS_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INPUTMUX_TRIGGER_PORTS_H_ #define LPC55S69_DMA0_OTRIG_BASE 0x16000000 #define LPC55S69_DMA0_ITRIG_BASE 0x0E00000F #define LPC55S69_DMA1_OTRIG_BASE 0x24000002 #define LPC55S69_DMA1_ITRIG_BASE 0x20000...
/content/code_sandbox/include/zephyr/dt-bindings/inputmux/inputmux_trigger_ports.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
249
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_MICROCHIP_XEC_GPIO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_MICROCHIP_XEC_GPIO_H_ /** * @brief Microchip XEC GPIO bank and bit position convenience defines * * Microchip XEC documentation uses octal GPIO pin * numbering. These macros do not require...
/content/code_sandbox/include/zephyr/dt-bindings/gpio/microchip-xec-gpio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,478
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DU12_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DU12_H_ /* Accel range */ #define LIS2DU12_DT_FS_2G 0 #define LIS2DU12_DT_FS_4G 1 #define LIS2DU12_DT_FS_8G 2 #define LIS2DU12_DT_FS_16G 3 /* Accel rates */ #define LIS2DU12_DT_ODR_OFF 0x00 /...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lis2du12.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
492
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM9DS1_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM9DS1_H_ /* Accel range */ #define LSM9DS1_DT_FS_2G 0 #define LSM9DS1_DT_FS_16G 1 #define LSM9DS1_DT_FS_4G 2 #define LSM9DS1_DT_FS_8G 3 #define LSM9DS1_DT_FS_245DPS 0 #define LSM9DS1_DT_FS_500DPS 1 ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lsm9ds1.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
616
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2ICLX_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2ICLX_H_ /* Accel range */ #define IIS2ICLX_DT_FS_500mG 0 #define IIS2ICLX_DT_FS_3G 1 #define IIS2ICLX_DT_FS_1G 2 #define IIS2ICLX_DT_FS_2G 3 /* Accel Data rates */ #define IIS2ICLX_DT_ODR_OFF ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/iis2iclx.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
287
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSO_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSO_H_ /* Accel power-modes */ #define LSM6DSO_DT_XL_HP_MODE 0 #define LSM6DSO_DT_XL_LP_NORMAL_MODE 1 #define LSM6DSO_DT_XL_ULP_MODE 2 /* Gyro power-modes */ #define LSM6DSO_DT_GY_HP_MODE 0 #defi...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lsm6dso.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
500
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS22HH_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS22HH_H_ /* Data rate */ #define LPS22HH_DT_ODR_POWER_DOWN 0 #define LPS22HH_DT_ODR_1HZ 1 #define LPS22HH_DT_ODR_10HZ 2 #define LPS22HH_DT_ODR_25HZ 3 #define LPS22HH_DT_ODR_50HZ 4 #define LPS22HH_...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lps22hh.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
177
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TMAG5273_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_TMAG5273_H_ #include <zephyr/dt-bindings/dt-util.h> /* Operating Mode */ #define TMAG5273_DT_OPER_MODE_CONTINUOUS 0 #define TMAG5273_DT_OPER_MODE_STANDBY 1 /* Axis */ #define TMAG5273_DT_AXIS_NONE 0x0 #defin...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/tmag5273.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,019
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSO16IS_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSO16IS_H_ /* Accel range */ #define LSM6DSO16IS_DT_FS_2G 0 #define LSM6DSO16IS_DT_FS_16G 1 #define LSM6DSO16IS_DT_FS_4G 2 #define LSM6DSO16IS_DT_FS_8G 3 /* Gyro range */ #define LSM6DSO16IS...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lsm6dso16is.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
708
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_TDK_ICM42688P_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_TDK_ICM42688P_H_ /** * @defgroup ICM42688 Invensense (TDK) ICM42688 DT Options * @ingroup sensor_interface * @{ */ /** * @defgroup ICM42688_ACCEL_POWER_MODES Accelerometer power modes * @{ */ #define...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/icm42688.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
958
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INA237_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INA237_H_ #include <zephyr/dt-bindings/dt-util.h> /* Operating Mode */ #define INA237_CFG_HIGH_PRECISION BIT(4) #define INA237_OPER_MODE_SHUTDOWN 0x00 #define INA237_OPER_MODE_BUS_VOLTAGE_TRIG 0x01 #define IN...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/ina237.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
936
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS2xDF_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LPS2xDF_H_ /* Data rate */ #define LPS2xDF_DT_ODR_POWER_DOWN 0 #define LPS2xDF_DT_ODR_1HZ 1 #define LPS2xDF_DT_ODR_4HZ 2 #define LPS2xDF_DT_ODR_10HZ 3 #define LPS2xDF_DT_ODR_25HZ 4 #define LPS2xDF_D...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lps2xdf.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
413
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ITE_TACH_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_ITE_TACH_H_ /** * @name Tachometer channels * @{ */ /** Tachometer channel A */ #define IT8XXX2_TACH_CHANNEL_A 0 /** Tachometer channel B */ #define IT8XXX2_TACH_CHANNEL_B 1 /** @} */ #endif ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/it8xxx2_tach.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
109
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_IT8XXX2_VCMP_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_IT8XXX2_VCMP_H_ /** * @name it8xxx2 voltage comparator channel references * @{ */ #define VCMP_CHANNEL_0 0 #define VCMP_CHANNEL_1 1 #define VCMP_CHANNEL_2 2 #define VCMP_CHANNEL_3 ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/it8xxx2_vcmp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
452
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INA226_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INA226_H_ #include <zephyr/dt-bindings/dt-util.h> /* Reset Mode. */ #define INA226_RST_NORMAL_OPERATION 0x00 #define INA226_RST_SYSTEM_RESET 0x01 /* Averaging Mode. */ #define INA226_AVG_MODE_1 0x00 #define IN...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/ina226.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
450
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DS12_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DS12_H_ /* power-modes */ #define LIS2DS12_DT_POWER_DOWN 0 #define LIS2DS12_DT_LOW_POWER 1 #define LIS2DS12_DT_HIGH_RESOLUTION 2 #define LIS2DS12_DT_HIGH_FREQUENCY 3 /* Data rate */ #define LIS2D...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lis2ds12.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
383
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DW12_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DW12_H_ /* power-modes */ #define LIS2DW12_DT_LP_M1 0 #define LIS2DW12_DT_LP_M2 1 #define LIS2DW12_DT_LP_M3 2 #define LIS2DW12_DT_LP_M4 3 #define LIS2DW12_DT_HP_MODE 4 /* Filter bandwidth */ ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lis2dw12.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
433
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_STTS22H_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_STTS22H_H_ /* Output Data Rates */ #define STTS22H_POWER_DOWN 0x00 #define STTS22H_ONE_SHOT 0x01 #define STTS22H_1Hz 0x04 #define STTS22H_25Hz 0x02 #define STTS22H_50Hz 0x12 #define STTS22H_100Hz 0x22 #d...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/stts22h.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
154
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM330DHCX_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_ISM330DHCX_H_ /* Accel and Gyro Data rates */ #define ISM330DHCX_DT_ODR_OFF 0x0 #define ISM330DHCX_DT_ODR_12Hz5 0x1 #define ISM330DHCX_DT_ODR_26H 0x2 #define ISM330DHCX_DT_ODR_52Hz 0x3 #define ISM...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/ism330dhcx.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
298
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_NPCX_TACH_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_NPCX_TACH_H_ /* NPCX tachometer port type */ #define NPCX_TACH_PORT_A 0 #define NPCX_TACH_PORT_B 1 /* NPCX tachometer specific operate frequency */ #define NPCX_TACH_FREQ_LFCLK 32768 #end...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/npcx_tach.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
108
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_LIS2DUX12_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_LIS2DUX12_H_ #include <zephyr/dt-bindings/dt-util.h> /* Operating Mode */ #define LIS2DUX12_OPER_MODE_POWER_DOWN 0 #define LIS2DUX12_OPER_MODE_LOW_POWER 1 #define LIS2DUX12_OPER_MODE_HIGH_RESOLUTION ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lis2dux12.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
550
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSV16X_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LSM6DSV16X_H_ /* Accel range */ #define LSM6DSV16X_DT_FS_2G 0 #define LSM6DSV16X_DT_FS_4G 1 #define LSM6DSV16X_DT_FS_8G 2 #define LSM6DSV16X_DT_FS_16G 3 /* Gyro range */ #define LSM6DSV16X_DT_FS_...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lsm6dsv16x.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,009
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DH_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DH_H_ /* GPIO interrupt configuration */ #define LIS2DH_DT_GPIO_INT_EDGE_BOTH 0 #define LIS2DH_DT_GPIO_INT_EDGE_RISING 1 #define LIS2DH_DT_GPIO_INT_EDGE_FALLING 2 #define LIS2DH_DT_GPIO_INT_LEVEL_HI...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lis2dh.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
192
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INA230_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_INA230_H_ #include <zephyr/dt-bindings/dt-util.h> /* Mask/Enable bits that asserts the ALERT pin */ #define INA230_SHUNT_VOLTAGE_OVER BIT(15) #define INA230_SHUNT_VOLTAGE_UNDER BIT(14) #define INA230_BUS_VOLT...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/ina230.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
661
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DE12_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_LIS2DE12_H_ /* Accel range */ #define LIS2DE12_DT_FS_2G 0 #define LIS2DE12_DT_FS_4G 1 #define LIS2DE12_DT_FS_8G 2 #define LIS2DE12_DT_FS_16G 3 /* Accel rates */ #define LIS2DE12_DT_ODR_OFF 0x00 /...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/lis2de12.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
377
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_STM32_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_QDEC_STM32_H_ #define NO_FILTER 0 #define FDIV1_N2 1 #define FDIV1_N4 2 #define FDIV1_N8 3 #define FDIV2_N6 4 #define FDIV2_N8 5 #define FDIV4_N6 6 #define FDIV4_N8 7 #define FDIV8_N6 8 #define FDIV8_N8 9 #defi...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/qdec_stm32.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
195
```objective-c /* * * * Relevant documents: * - BQ27421 * Datasheet: path_to_url * Technical reference manual: path_to_url * - BQ27427 * Datasheet: path_to_url * Technical reference manual: path_to_url */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_BQ274XX_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_SENSOR_BQ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/bq274xx.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
234
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2DLPC_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_ST_IIS2DLPC_H_ /* power-modes */ #define IIS2DLPC_DT_LP_M1 0 #define IIS2DLPC_DT_LP_M2 1 #define IIS2DLPC_DT_LP_M3 2 #define IIS2DLPC_DT_LP_M4 3 #define IIS2DLPC_DT_HP_MODE 4 /* Filter bandwidth */ ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/iis2dlpc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
456
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_LVGL_LVGL_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_LVGL_LVGL_H_ /* Predefined keys to control the focused object. * Values taken from enum _lv_key_t in lv_group.h */ #define LV_KEY_UP 17 #define LV_KEY_DOWN 18 #define LV_KEY_RIGHT 19 #define LV...
/content/code_sandbox/include/zephyr/dt-bindings/lvgl/lvgl.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
180
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DISPLAY_ILI9XXX_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_DISPLAY_ILI9XXX_H_ /* Pixel formats */ #define ILI9XXX_PIXEL_FORMAT_RGB565 0U #define ILI9XXX_PIXEL_FORMAT_RGB888 1U #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_DISPLAY_ILI9XXX_H_ */ ```
/content/code_sandbox/include/zephyr/dt-bindings/display/ili9xxx.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
84
```objective-c /* * */ /* Logic Trigger Numbers. See Trgmux_Ip_Init_PBcfg.h */ #define TRGMUX_LOGIC_GROUP_0_TRIGGER_0 (0) /* Logic Trigger 0 */ #define TRGMUX_LOGIC_GROUP_0_TRIGGER_1 (1) /* Logic Trigger 1 */ #define TRGMUX_LOGIC_GROUP_1_TRIGGER_0 (2) /* Logic Trigger 2 */ #define TRGMUX_LOGIC_GROUP_1_TRIGGER_1 (3) ...
/content/code_sandbox/include/zephyr/dt-bindings/sensor/qdec_nxp_s32.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,395
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DISPLAY_PANEL_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_DISPLAY_PANEL_H_ /** * @brief LCD Interface * @defgroup lcd_interface LCD Interface * @ingroup display_interface * @{ */ /** * @brief Display pixel formats * * Display pixel format enumeration. * ...
/content/code_sandbox/include/zephyr/dt-bindings/display/panel.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
260
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32_PWR_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_STM32_PWR_H_ /** * @brief STM32 power controller * @{ */ /** * @name flags for wake-up pins sources * @{ */ #define STM32_PWR_WKUP_PIN_SRC_0 0 #define STM32_PWR_WKUP_PIN_SRC_1 1 #define STM3...
/content/code_sandbox/include/zephyr/dt-bindings/power/stm32_pwr.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
132
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_ATMEL_SAM_SUPC_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_ATMEL_SAM_SUPC_H_ #define SUPC_WAKEUP_SOURCE_FWUP 0 #define SUPC_WAKEUP_SOURCE_SM 1 #define SUPC_WAKEUP_SOURCE_RTT 2 #define SUPC_WAKEUP_SOURCE_RTC 3 #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_P...
/content/code_sandbox/include/zephyr/dt-bindings/power/atmel_sam_supc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
108
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NXP_RW_PMU_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_POWER_NXP_RW_PMU_H_ #define PMU_RESET_CM33_SOFT_RESET 0x1 #define PMU_RESET_CM33_LOCKUP 0x2 #define PMU_RESET_WATCHDOG 0x4 #define PMU_RESET_AP_RESET 0x8 #define PMU_RESET_CODE_WATCHDOG 0x10 #define PMU_...
/content/code_sandbox/include/zephyr/dt-bindings/power/nxp_rw_pmu.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
150
```objective-c /* * */ /* * Setpoint definitions for IMX Set point controller. The SPC uses a series * of set points to determine the clock speeds and states of cores, as well * as which peripherals to gate clocks to. Higher values correspond to more * power saving. See your SOC's datasheet for specifics of wha...
/content/code_sandbox/include/zephyr/dt-bindings/power/imx_spc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,085
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_USB_AUDIO_H #define ZEPHYR_INCLUDE_DT_BINDINGS_USB_AUDIO_H /* USB Device Class Definition for Audio Devices Release 2.0 May 31, 2006 * A.7 Audio Function Category Codes */ #define AUDIO_FUNCTION_SUBCLASS_UNDEFINED 0x00 #define AUDIO_FUNCTION_DESKTOP_SPEAKE...
/content/code_sandbox/include/zephyr/dt-bindings/usb/audio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,377
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_DAC_DACX0508_H_ #define DACX0508_REF_INTERNAL_1 0x00 #define DACX0508_REF_INTERNAL_1_2 0x01 #define DACX0508_REF_EXTERNAL_1 0x02 #define DACX0508_REF_EXTERNAL_1_2 0x03 #define DACX0508_CHANNEL_GAIN_1 0x00...
/content/code_sandbox/include/zephyr/dt-bindings/dac/dacx0508.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
146
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_USB_USB_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_USB_USB_H_ /* Ideally we'd generate this enum to match what's coming out of the YAML, * however, we dont have a good way to know how to name such an enum from * the generation point of view, so for now we just h...
/content/code_sandbox/include/zephyr/dt-bindings/usb/usb.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
163
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PWM_IT8XXX2_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_PWM_IT8XXX2_H_ #include <zephyr/dt-bindings/dt-util.h> /* PWM prescaler references */ #define PWM_PRESCALER_C4 1 #define PWM_PRESCALER_C6 2 #define PWM_PRESCALER_C7 3 /* PWM channel references */ #define PWM...
/content/code_sandbox/include/zephyr/dt-bindings/pwm/it8xxx2_pwm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
234
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_PWM_PWM_H_ /** * @brief PWM Interface * @defgroup pwm_interface PWM Interface * @ingroup io_interfaces * @{ */ /** * @name PWM period set helpers * The period cell in the PWM specifier needs to be provided...
/content/code_sandbox/include/zephyr/dt-bindings/pwm/pwm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
405
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_STM32_PWM_H_ #define ZEPHYR_INCLUDE_DT_BINDINGS_STM32_PWM_H_ /** * @name custom PWM complementary flags for output pins * This flag can be used with any of the `pwm_pin_set_*` API calls to indicate * that the PWM signal has to be routed to the complementar...
/content/code_sandbox/include/zephyr/dt-bindings/pwm/stm32_pwm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
230
```objective-c /* * */ #ifndef DMA_SMARTBOND_H_ #define DMA_SMARTBOND_H_ /** * @brief Vendror-specific DMA peripheral triggering sources. * * A valid triggering source should be provided when DMA * is configured for peripheral to peripheral or memory to peripheral * transactions. */ #define DMA_SMARTBOND_TRIG...
/content/code_sandbox/include/zephyr/dt-bindings/dma/dma_smartbond.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
285