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_DRIVERS_BATTERY_H_ #define ZEPHYR_INCLUDE_DRIVERS_BATTERY_H_ /** * @brief Fuel Gauge Interface * @defgroup fuel_gauge_interface Fuel Gauge Interface * @since 3.3 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #ifdef __cplusplus extern "C" { #endif /* __cplusp...
/content/code_sandbox/include/zephyr/drivers/fuel_gauge.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,466
```objective-c /** * @file drivers/entropy.h * * @brief Public APIs for the entropy driver. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ENTROPY_H_ #define ZEPHYR_INCLUDE_DRIVERS_ENTROPY_H_ /** * @brief Entropy Interface * @defgroup entropy_interface Entropy Interface * @since 1.10 * @version 1.0.0 * @ingroup...
/content/code_sandbox/include/zephyr/drivers/entropy.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
743
```objective-c /* * */ /** * @file * Public APIs for external cache controller drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CACHE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CACHE_H_ #include <stddef.h> /** * @brief External Cache Controller Interface * @defgroup cache_external_interface External Cache Controller Interfa...
/content/code_sandbox/include/zephyr/drivers/cache.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,944
```objective-c /** * @file * * @brief Public APIs to get device Information. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_HWINFO_H_ #define ZEPHYR_INCLUDE_DRIVERS_HWINFO_H_ /** * @brief Hardware Information Interface * @defgroup hwinfo_interface Hardware Info Interface * @since 1.14 * @version 1.0.0 * @ingro...
/content/code_sandbox/include/zephyr/drivers/hwinfo.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,193
```objective-c /* * */ /** * @file * @brief Public API for counter and timer drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_COUNTER_H_ #define ZEPHYR_INCLUDE_DRIVERS_COUNTER_H_ /** * @brief Counter Interface * @defgroup counter_interface Counter Interface * @since 1.14 * @version 0.8.0 * @ingroup io_interfaces ...
/content/code_sandbox/include/zephyr/drivers/counter.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,774
```objective-c /* * */ /** * @file * @brief DAC public API header file. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_DAC_H_ #define ZEPHYR_INCLUDE_DRIVERS_DAC_H_ #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /** * @brief DAC driver APIs * @defgroup dac_interface DAC driver APIs * @since 2.3 * @ve...
/content/code_sandbox/include/zephyr/drivers/dac.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
768
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_HAPTICS_H_ #define ZEPHYR_INCLUDE_DRIVERS_HAPTICS_H_ /** * @brief Haptics Interface * @defgroup haptics_interface Haptics Interface * @ingroup io_interfaces * @{ */ #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /** * @typedef haptics...
/content/code_sandbox/include/zephyr/drivers/haptics.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
482
```objective-c /* * */ /** * @file * @brief Public API for auxiliary (textual/non-graphical) display drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_AUXDISPLAY_H_ #define ZEPHYR_INCLUDE_DRIVERS_AUXDISPLAY_H_ /** * @brief Auxiliary (Text) Display Interface * @defgroup auxdisplay_interface Text Display Interface * @...
/content/code_sandbox/include/zephyr/drivers/auxdisplay.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,898
```objective-c /* * * Heavily based on drivers/flash.h which is: * */ /** * @file * @brief Public API for EEPROM drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_EEPROM_H_ #define ZEPHYR_INCLUDE_DRIVERS_EEPROM_H_ /** * @brief EEPROM Interface * @defgroup eeprom_interface EEPROM Interface * @since 2.1 * @version ...
/content/code_sandbox/include/zephyr/drivers/eeprom.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
789
```objective-c /* * */ /** * @file * @brief Public APIs for eSPI driver */ #ifndef ZEPHYR_INCLUDE_ESPI_H_ #define ZEPHYR_INCLUDE_ESPI_H_ #include <errno.h> #include <zephyr/sys/__assert.h> #include <zephyr/types.h> #include <zephyr/device.h> #include <zephyr/sys/slist.h> #ifdef __cplusplus extern "C" { #endif...
/content/code_sandbox/include/zephyr/drivers/espi.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
8,651
```objective-c /* * */ /** * @file gnss.h * @brief Public GNSS API. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_GNSS_H_ #define ZEPHYR_INCLUDE_DRIVERS_GNSS_H_ /** * @brief GNSS Interface * @defgroup gnss_interface GNSS Interface * @since 3.6 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #include <zephyr/types...
/content/code_sandbox/include/zephyr/drivers/gnss.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,473
```objective-c /** * @file * * @brief Generic low-level inter-processor mailbox communication API. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_IPM_H_ #define ZEPHYR_INCLUDE_DRIVERS_IPM_H_ /** * @brief IPM Interface * @defgroup ipm_interface IPM Interface * @since 1.0 * @version 1.0.0 * @ingroup io_interface...
/content/code_sandbox/include/zephyr/drivers/ipm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,993
```objective-c /** * @file drivers/sensor.h * * @brief Public APIs for the sensor driver. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_H_ #define ZEPHYR_INCLUDE_DRIVERS_SENSOR_H_ /** * @brief Sensor Interface * @defgroup sensor_interface Sensor Interface * @since 1.2 * @version 1.0.0 * @ingroup io_inte...
/content/code_sandbox/include/zephyr/drivers/sensor.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
12,162
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_HWSPINLOCK_H_ #define ZEPHYR_INCLUDE_DRIVERS_HWSPINLOCK_H_ /** * @brief HW spinlock Interface * @defgroup hwspinlock_interface HW spinlock Interface * @ingroup io_interfaces * @{ */ #include <errno.h> #include <zephyr/types.h> #include <zephyr/sys/util.h> ...
/content/code_sandbox/include/zephyr/drivers/hwspinlock.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,009
```objective-c /* * */ /** * @file * @brief Public APIs for coredump pseudo-device driver */ #ifndef INCLUDE_ZEPHYR_DRIVERS_COREDUMP_H_ #define INCLUDE_ZEPHYR_DRIVERS_COREDUMP_H_ #include <zephyr/device.h> #include <zephyr/sys/slist.h> #ifdef __cplusplus extern "C" { #endif /** * @brief Coredump pseudo-devic...
/content/code_sandbox/include/zephyr/drivers/coredump.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
989
```objective-c /** * @file * @brief ADC public API header file. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ADC_H_ #define ZEPHYR_INCLUDE_DRIVERS_ADC_H_ #include <zephyr/device.h> #include <zephyr/dt-bindings/adc/adc.h> #include <zephyr/kernel.h> #ifdef __cplusplus extern "C" { #endif /** * @brief ADC driver A...
/content/code_sandbox/include/zephyr/drivers/adc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
7,712
```objective-c /* * */ /** * @file * @brief Controller Area Network (CAN) driver API. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CAN_H_ #define ZEPHYR_INCLUDE_DRIVERS_CAN_H_ #include <errno.h> #include <zephyr/types.h> #include <zephyr/device.h> #include <zephyr/kernel.h> #include <string.h> #include <zephyr/sys_clock....
/content/code_sandbox/include/zephyr/drivers/can.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
13,900
```objective-c /* * */ /** * @file * @brief Public API for FLASH drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_FLASH_H_ #define ZEPHYR_INCLUDE_DRIVERS_FLASH_H_ /** * @brief FLASH internal Interface * @defgroup flash_internal_interface FLASH internal Interface * @ingroup io_interfaces * @{ */ #include <errno.h...
/content/code_sandbox/include/zephyr/drivers/flash.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,852
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PM_CPU_OPS_H_ #define ZEPHYR_INCLUDE_DRIVERS_PM_CPU_OPS_H_ /** * @file * @brief Public API for CPU Power Management */ #include <zephyr/types.h> #include <stddef.h> #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /* System reset types. */...
/content/code_sandbox/include/zephyr/drivers/pm_cpu_ops.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
408
```objective-c /* */ #include <zephyr/drivers/emul.h> #include <zephyr/drivers/sensor.h> #include <zephyr/drivers/sensor_attribute_types.h> #include <stdint.h> /** * @brief Sensor emulator backend API * @defgroup sensor_emulator_backend Sensor emulator backend API * @ingroup io_interfaces * @{ */ /** * @cond...
/content/code_sandbox/include/zephyr/drivers/emul_sensor.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,548
```objective-c /* * */ /** * @file * @brief Public APIs for the DAI (Digital Audio Interface) bus drivers. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_DAI_H_ #define ZEPHYR_INCLUDE_DRIVERS_DAI_H_ /** * @defgroup dai_interface DAI Interface * @since 3.1 * @version 0.1.0 * @ingroup io_interfaces * @brief DAI Interface...
/content/code_sandbox/include/zephyr/drivers/dai.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,363
```objective-c /** * @file * * @brief Public APIs for MDIO drivers. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_MDIO_H_ #define ZEPHYR_INCLUDE_DRIVERS_MDIO_H_ /** * @brief MDIO Interface * @defgroup mdio_interface MDIO Interface * @ingroup io_interfaces * @{ */ #include <zephyr/types.h> #include <zephyr/devi...
/content/code_sandbox/include/zephyr/drivers/mdio.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,736
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DRIVERS_MBOX_H_ #define ZEPHYR_INCLUDE_DRIVERS_MBOX_H_ #include <errno.h> #include <stdint.h> #include <stdlib.h> #include <zephyr/device.h> #include <zephyr/devicetree.h> #ifdef __cplusplus extern "C" { #endif /** * @brief MBOX Interface * @defgroup mbox_interface MB...
/content/code_sandbox/include/zephyr/drivers/mbox.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,524
```objective-c /* * */ /** * @file * @brief Public API for PS/2 devices such as keyboard and mouse. * Callers of this API are responsible for setting the typematic rate * and decode keys using their desired scan code tables. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PS2_H_ #define ZEPHYR_INCLUDE_DRIVERS_PS2_H_ #inclu...
/content/code_sandbox/include/zephyr/drivers/ps2.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,061
```objective-c /* * */ /** * @file * @brief Public Platform Environment Control Interface driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PECI_H_ #define ZEPHYR_INCLUDE_DRIVERS_PECI_H_ /** * @brief PECI Interface 3.0 * @defgroup peci_interface PECI Interface * @since 2.1 * @version 1.0.0 * @ingroup io_interf...
/content/code_sandbox/include/zephyr/drivers/peci.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,547
```objective-c /* * */ /** * @file * @brief Public Reset Controller driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_RESET_H_ #define ZEPHYR_INCLUDE_DRIVERS_RESET_H_ /** * @brief Reset Controller Interface * @defgroup reset_controller_interface Reset Controller Interface * @since 3.1 * @version 0.2.0 * @ingro...
/content/code_sandbox/include/zephyr/drivers/reset.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,694
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_DATA_TYPES_H #define ZEPHYR_INCLUDE_DRIVERS_SENSOR_DATA_TYPES_H #include <zephyr/dsp/types.h> #include <zephyr/dsp/print_format.h> #include <inttypes.h> #ifdef __cplusplus extern "C" { #endif struct sensor_data_header { /** * The closest timestamp f...
/content/code_sandbox/include/zephyr/drivers/sensor_data_types.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,426
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_ATTRIBUTE_TYPES_H #define ZEPHYR_INCLUDE_DRIVERS_SENSOR_ATTRIBUTE_TYPES_H #include <zephyr/dsp/types.h> #include <zephyr/dsp/print_format.h> #include <inttypes.h> #ifdef __cplusplus extern "C" { #endif /** * Used by the following channel/attribute pairs:...
/content/code_sandbox/include/zephyr/drivers/sensor_attribute_types.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
196
```objective-c /* * */ /** * @file * @brief Serial Wire Debug Port interface driver API */ #ifndef ZEPHYR_INCLUDE_SWDP_H_ #define ZEPHYR_INCLUDE_SWDP_H_ #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /* SWDP packet request bits */ #define SWDP_REQUEST_APnDP BIT(0) #define SWDP_REQUEST_RnW...
/content/code_sandbox/include/zephyr/drivers/swdp.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,065
```objective-c /** @file * @brief Pipe UART driver header file. * * A pipe UART driver that allows applications to handle all aspects of * received protocol data. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_UART_PIPE_H_ #define ZEPHYR_INCLUDE_DRIVERS_UART_PIPE_H_ #include <stdlib.h> #ifdef __cplusplus exter...
/content/code_sandbox/include/zephyr/drivers/uart_pipe.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_DRIVERS_EMUL_H_ #define ZEPHYR_INCLUDE_DRIVERS_EMUL_H_ /** * @brief Emulators used to test drivers and higher-level code that uses them * @defgroup io_emulators Emulator interface * @ingroup testing * @{ */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ...
/content/code_sandbox/include/zephyr/drivers/emul.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,134
```objective-c /* * */ /** * @file * @brief Disk Driver Interface * * This file contains interface for disk access. Apart from disks, various * other storage media like Flash and RAM disks may implement this interface to * be used by various higher layers(consumers) like USB Mass storage * and Filesystems. *...
/content/code_sandbox/include/zephyr/drivers/disk.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
920
```objective-c /* * */ /** * @file * @brief Public PWM Driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PWM_H_ #define ZEPHYR_INCLUDE_DRIVERS_PWM_H_ /** * @brief PWM Interface * @defgroup pwm_interface PWM Interface * @since 1.0 * @version 1.0.0 * @ingroup io_interfaces * @{ */ #include <errno.h> #include ...
/content/code_sandbox/include/zephyr/drivers/pwm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
7,362
```objective-c /* */ #ifndef INCLUDE_ZEPHYR_DRIVERS_EMUL_BBRAM_H_ #define INCLUDE_ZEPHYR_DRIVERS_EMUL_BBRAM_H_ #include <zephyr/drivers/emul.h> #include <stdint.h> /** * @brief BBRAM emulator backend API * @defgroup bbram_emulator_backend BBRAM emulator backend API * @ingroup io_interfaces * @{ */ /** * @co...
/content/code_sandbox/include/zephyr/drivers/emul_bbram.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
659
```objective-c /* * */ /** * @file * @brief Public SYSCON driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SYSCON_H_ #define ZEPHYR_INCLUDE_DRIVERS_SYSCON_H_ /** * @brief SYSCON Interface * @defgroup syscon_interface SYSCON Interface * @ingroup io_interfaces * @{ */ #include <errno.h> #include <zephyr/types...
/content/code_sandbox/include/zephyr/drivers/syscon.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
976
```objective-c /* * */ /** * @file * @brief Public SMBus Driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SMBUS_H_ #define ZEPHYR_INCLUDE_DRIVERS_SMBUS_H_ /** * @brief SMBus Interface * @defgroup smbus_interface SMBus Interface * @since 3.4 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #include <errno....
/content/code_sandbox/include/zephyr/drivers/smbus.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
8,965
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DRIVERS_REGULATOR_H_ #define ZEPHYR_INCLUDE_DRIVERS_REGULATOR_H_ /** * @brief Regulator Interface * @defgroup regulator_interface Regulator Interface * @since 2.4 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #include <errno.h> #include <stdint.h> #include <ze...
/content/code_sandbox/include/zephyr/drivers/regulator.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,468
```objective-c /* * */ /** * @file drivers/tee.h * * @brief Public APIs for the tee driver. */ /* * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source cod...
/content/code_sandbox/include/zephyr/drivers/tee.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,471
```objective-c /** * @file * * @brief Public APIs for the I2C drivers. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I2C_H_ #define ZEPHYR_INCLUDE_DRIVERS_I2C_H_ /** * @brief I2C Interface * @defgroup i2c_interface I2C Interface * @since 1.0 * @version 1.0.0 * @ingroup io_interfaces * @{ */ #include <errno....
/content/code_sandbox/include/zephyr/drivers/i2c.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
13,619
```objective-c /* * */ /** * @file * @brief EDAC API header file */ #ifndef ZEPHYR_INCLUDE_DRIVERS_EDAC_H_ #define ZEPHYR_INCLUDE_DRIVERS_EDAC_H_ #include <errno.h> #include <sys/types.h> /** * @defgroup edac EDAC API * @since 2.5 * @version 0.8.0 * @ingroup io_interfaces * @{ */ /** * @brief EDAC err...
/content/code_sandbox/include/zephyr/drivers/edac.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,512
```objective-c /* * */ /** * @file * @brief Public LED driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_LED_H_ #define ZEPHYR_INCLUDE_DRIVERS_LED_H_ /** * @brief LED Interface * @defgroup led_interface LED Interface * @since 1.12 * @version 1.0.0 * @ingroup io_interfaces * @{ */ #include <errno.h> #includ...
/content/code_sandbox/include/zephyr/drivers/led.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,214
```objective-c /* * */ /** * @file * @brief Public LoRa driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_LORA_H_ #define ZEPHYR_INCLUDE_DRIVERS_LORA_H_ /** * @file * @brief Public LoRa APIs * @defgroup lora_api LoRa APIs * @since 2.2 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #include <stdint.h> #in...
/content/code_sandbox/include/zephyr/drivers/lora.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,179
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_BBRAM_H #define ZEPHYR_INCLUDE_DRIVERS_BBRAM_H #include <errno.h> #include <zephyr/device.h> /** * @brief BBRAM Interface * @defgroup bbram_interface BBRAM Interface * @ingroup io_interfaces * @{ */ #ifdef __cplusplus extern "C" { #endif /** * @typedef...
/content/code_sandbox/include/zephyr/drivers/bbram.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,877
```objective-c /* */ /** * @file * Public APIs for pin control drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PINCTRL_H_ #define ZEPHYR_INCLUDE_DRIVERS_PINCTRL_H_ /** * @brief Pin Controller Interface * @defgroup pinctrl_interface Pin Controller Interface * @since 3.0 * @version 0.1.0 * @ingroup io_interfaces *...
/content/code_sandbox/include/zephyr/drivers/pinctrl.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,233
```objective-c /** @file * @brief Bluetooth HCI driver API. * * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_BLUETOOTH_H_ #define ZEPHYR_INCLUDE_DRIVERS_BLUETOOTH_H_ /** * @brief Bluetooth HCI APIs * @defgroup bt_hci_api Bluetooth HCI APIs * * @since 3.7 * @version 0.2.0 * * @ingroup bluetooth * @{ */ #include <st...
/content/code_sandbox/include/zephyr/drivers/bluetooth.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,019
```objective-c /** * @file * * @brief Public APIs for the DMA drivers. */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_DMA_H_ #define ZEPHYR_INCLUDE_DRIVERS_DMA_H_ #include <zephyr/kernel.h> #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /** * @brief DMA Interface * @defgroup dma_interface DM...
/content/code_sandbox/include/zephyr/drivers/dma.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,347
```objective-c /** * @file * * @brief Public APIs for Video. */ /* * */ #ifndef ZEPHYR_INCLUDE_VIDEO_CONTROLS_H_ #define ZEPHYR_INCLUDE_VIDEO_CONTROLS_H_ /** * @brief Video controls * @defgroup video_controls Video Controls * @ingroup io_interfaces * @{ */ #include <zephyr/device.h> #include <stddef.h> #i...
/content/code_sandbox/include/zephyr/drivers/video-controls.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
468
```objective-c /* * */ /** * @file * @brief Public API for retained memory drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_RETAINED_MEM_ #define ZEPHYR_INCLUDE_DRIVERS_RETAINED_MEM_ #include <stdint.h> #include <stddef.h> #include <sys/types.h> #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/ty...
/content/code_sandbox/include/zephyr/drivers/retained_mem.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,347
```objective-c /* * */ /** * @file * @brief Public APIs for UART drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_UART_H_ #define ZEPHYR_INCLUDE_DRIVERS_UART_H_ /** * @brief UART Interface * @defgroup uart_interface UART Interface * @since 1.0 * @version 1.0.0 * @ingroup io_interfaces * @{ */ #include <errno.h...
/content/code_sandbox/include/zephyr/drivers/uart.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
11,743
```objective-c /* * */ /** * @file drivers/rtc.h * @brief Public real time clock driver API */ #ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_H_ #define ZEPHYR_INCLUDE_DRIVERS_RTC_H_ /** * @brief RTC Interface * @defgroup rtc_interface RTC Interface * @since 3.4 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #in...
/content/code_sandbox/include/zephyr/drivers/rtc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,968
```objective-c /* * */ /** * @file * @brief Public API for display drivers and applications */ #ifndef ZEPHYR_INCLUDE_DRIVERS_DISPLAY_H_ #define ZEPHYR_INCLUDE_DRIVERS_DISPLAY_H_ /** * @brief Display Interface * @defgroup display_interface Display Interface * @since 1.14 * @version 0.8.0 * @ingroup io_inte...
/content/code_sandbox/include/zephyr/drivers/display.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,075
```objective-c /* * */ /** * @file * @brief Public APIs for MIPI-DSI drivers */ #ifndef ZEPHYR_INCLUDE_DRIVERS_MIPI_DSI_H_ #define ZEPHYR_INCLUDE_DRIVERS_MIPI_DSI_H_ /** * @brief MIPI-DSI driver APIs * @defgroup mipi_dsi_interface MIPI-DSI driver APIs * @since 3.1 * @version 0.1.0 * @ingroup io_interfaces ...
/content/code_sandbox/include/zephyr/drivers/mipi_dsi.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,803
```objective-c /* * */ /** * @file * @brief SD Host Controller public API header file. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SDHC_H_ #define ZEPHYR_INCLUDE_DRIVERS_SDHC_H_ #include <errno.h> #include <zephyr/device.h> #include <zephyr/sd/sd_spec.h> /** * @brief SDHC interface * @defgroup sdhc_interface SDHC inte...
/content/code_sandbox/include/zephyr/drivers/sdhc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
4,316
```objective-c /* * */ /** * @file * @brief Public APIs for the I2S (Inter-IC Sound) bus drivers. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I2S_H_ #define ZEPHYR_INCLUDE_DRIVERS_I2S_H_ /** * @defgroup i2s_interface I2S Interface * @since 1.9 * @version 1.0.0 * @ingroup io_interfaces * @brief I2S (Inter-IC Sound) I...
/content/code_sandbox/include/zephyr/drivers/i2s.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,676
```objective-c /* * */ /** * @file * @brief Public API for Keyboard scan matrix devices. * The scope of this API is simply to report which key event was triggered * and users can later decode keys using their desired scan code tables in * their application. In addition, typematic rate and delay can easily be *...
/content/code_sandbox/include/zephyr/drivers/kscan.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
811
```objective-c /* * */ /** * @file * @brief Public 1-Wire Driver APIs */ #ifndef ZEPHYR_INCLUDE_DRIVERS_W1_H_ #define ZEPHYR_INCLUDE_DRIVERS_W1_H_ #include <zephyr/types.h> #include <zephyr/device.h> #include <zephyr/kernel.h> #include <zephyr/sys/crc.h> #include <zephyr/sys/byteorder.h> #ifdef __cplusplus ext...
/content/code_sandbox/include/zephyr/drivers/w1.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,545
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_H_ /** * @brief I3C Interface * @defgroup i3c_interface I3C Interface * @since 3.2 * @version 0.1.0 * @ingroup io_interfaces * @{ */ #include <errno.h> #include <stdint.h> #include <stddef.h> #include <zephyr/de...
/content/code_sandbox/include/zephyr/drivers/i3c.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
15,374
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_EMUL_STUB_DEVICE_H_ #define ZEPHYR_INCLUDE_EMUL_STUB_DEVICE_H_ #include <zephyr/device.h> #include <zephyr/devicetree.h> /* * Needed for emulators without corresponding DEVICE_DT_DEFINE drivers */ struct emul_stub_dev_data { /* Stub */ }; struct emul_stub_dev_confi...
/content/code_sandbox/include/zephyr/drivers/emul_stub_device.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
278
```objective-c /* * */ /** * @file drivers/cellular.h * @brief Public cellular network API */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CELLULAR_H_ #define ZEPHYR_INCLUDE_DRIVERS_CELLULAR_H_ /** * @brief Cellular interface * @defgroup cellular_interface Cellular Interface * @ingroup io_interfaces * @{ */ #include <z...
/content/code_sandbox/include/zephyr/drivers/cellular.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,790
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_MSPI_EMUL_H_ #define ZEPHYR_INCLUDE_DRIVERS_MSPI_EMUL_H_ #include <zephyr/device.h> #include <zephyr/drivers/emul.h> #include <zephyr/drivers/mspi.h> #include <zephyr/sys/slist.h> #include <zephyr/types.h> /** * @file * * @brief Public APIs for the MSPI emul...
/content/code_sandbox/include/zephyr/drivers/mspi_emul.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
812
```objective-c /* * */ /** * @file * @brief Backend APIs for the fuel gauge emulators. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_EMUL_FUEL_GAUGE_H_ #define ZEPHYR_INCLUDE_DRIVERS_EMUL_FUEL_GAUGE_H_ #include <stdint.h> #include <zephyr/drivers/emul.h> #include <zephyr/drivers/fuel_gauge.h> #ifdef __cplusplus extern "C"...
/content/code_sandbox/include/zephyr/drivers/emul_fuel_gauge.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
699
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_FPGA_H_ #define ZEPHYR_INCLUDE_DRIVERS_FPGA_H_ #include <errno.h> #include <zephyr/types.h> #include <zephyr/sys/util.h> #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif enum FPGA_status { /* Inactive is when the FPGA cannot accept the bitst...
/content/code_sandbox/include/zephyr/drivers/fpga.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
974
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ESPI_SPI_EMUL_H_ #define ZEPHYR_INCLUDE_DRIVERS_ESPI_SPI_EMUL_H_ #include <zephyr/device.h> #include <zephyr/drivers/emul.h> #include <zephyr/drivers/espi.h> #include <zephyr/sys/slist.h> #include <zephyr/types.h> /** * @file * * @brief Public APIs for the e...
/content/code_sandbox/include/zephyr/drivers/espi_emul.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,333
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_LOOPBACK_DISK_ACCESS_H_ #define ZEPHYR_INCLUDE_DRIVERS_LOOPBACK_DISK_ACCESS_H_ #include <zephyr/drivers/disk.h> #include <zephyr/fs/fs_interface.h> /** * @brief Context object for an active loopback disk device */ struct loopback_disk_access { struct disk_in...
/content/code_sandbox/include/zephyr/drivers/loopback_disk.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
412
```objective-c /* * */ /** * @file * @brief Public API for controlling linear strips of LEDs. * * This library abstracts the chipset drivers for individually * addressable strips of LEDs. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_H_ #define ZEPHYR_INCLUDE_DRIVERS_LED_STRIP_H_ /** * @brief LED Strip Interf...
/content/code_sandbox/include/zephyr/drivers/led_strip.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,025
```objective-c /* * * */ #ifndef ZEPHYR_SOC_ARM_RENESAS_RCAR_COMMON_PINCTRL_SOC_H_ #define ZEPHYR_SOC_ARM_RENESAS_RCAR_COMMON_PINCTRL_SOC_H_ #include <zephyr/devicetree.h> #include <zephyr/dt-bindings/pinctrl/renesas/pinctrl-rcar-common.h> #include <stdint.h> #include <zephyr/sys/util_macro.h> struct rcar_pin_fun...
/content/code_sandbox/include/zephyr/drivers/pinctrl/pinctrl_rcar_common.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,207
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PINCTRL_PINCTRL_ESP32_COMMON_H_ #define ZEPHYR_INCLUDE_DRIVERS_PINCTRL_PINCTRL_ESP32_COMMON_H_ #define ESP32_PORT_IDX(_pin) \ (((_pin) < 32) ? 0 : 1) #define ESP32_PIN_NUM(_mux) \ (((_mux) >> ESP32_PIN_NUM_SHIFT) & ESP32_PIN_NUM_MASK) #define ESP32_PIN_SIGI(...
/content/code_sandbox/include/zephyr/drivers/pinctrl/pinctrl_esp32_common.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
294
```objective-c /* * */ /** * @file * Atmel SAM SoC specific helpers for pinctrl driver */ #ifndef ZEPHYR_INCLUDE_DRIVERS_PINCTRL_PINCTRL_SOC_SAM_COMMON_H_ #define ZEPHYR_INCLUDE_DRIVERS_PINCTRL_PINCTRL_SOC_SAM_COMMON_H_ #include <zephyr/devicetree.h> #include <zephyr/types.h> #include <dt-bindings/pinctrl/atmel...
/content/code_sandbox/include/zephyr/drivers/pinctrl/pinctrl_soc_sam_common.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,053
```objective-c /* */ #ifndef ZEPHYR_INCLUDE_DRIVERS_HAPTICS_DRV2605_H_ #define ZEPHYR_INCLUDE_DRIVERS_HAPTICS_DRV2605_H_ #include <zephyr/drivers/haptics.h> #include <zephyr/types.h> #define DRV2605_WAVEFORM_SEQUENCER_MAX 8 enum drv2605_library { DRV2605_LIBRARY_EMPTY = 0, DRV2605_LIBRARY_TS2200_A, DRV2605_LIBR...
/content/code_sandbox/include/zephyr/drivers/haptics/drv2605.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
606
```objective-c /* * */ /** * @file * @brief Real-time clock control based on the MCUX IMX SNVS counter API. * * The core Zephyr API to this device is as a counter. * * Additional implementation details a user should take into account: * * an optional SRTC can be enabled (default) with configuration * optio...
/content/code_sandbox/include/zephyr/drivers/rtc/mcux_snvs_rtc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
295
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_RTC_FAKE_H_ #define ZEPHYR_INCLUDE_DRIVERS_RTC_RTC_FAKE_H_ #include <zephyr/drivers/rtc.h> #include <zephyr/fff.h> #ifdef __cplusplus extern "C" { #endif DECLARE_FAKE_VALUE_FUNC(int, rtc_fake_set_time, const struct device *, const struct rtc_time *); DECLA...
/content/code_sandbox/include/zephyr/drivers/rtc/rtc_fake.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
366
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_RTC_MCP7940N_H_ #define ZEPHYR_INCLUDE_DRIVERS_RTC_MCP7940N_H_ #include <zephyr/sys/timeutil.h> #include <time.h> struct mcp7940n_rtc_sec { uint8_t sec_one : 4; uint8_t sec_ten : 3; uint8_t start_osc : 1; } __packed; struct mcp7940n_rtc_min { uint8_t min_o...
/content/code_sandbox/include/zephyr/drivers/rtc/mcp7940n.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,702
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_CONSOLE_H_ #ifdef __cplusplus extern "C" { #endif #define CONSOLE_MAX_LINE_LEN CONFIG_CONSOLE_INPUT_MAX_LINE_LEN /** @brief Console input representation * * This struct is used to represent an input l...
/content/code_sandbox/include/zephyr/drivers/console/console.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
312
```objective-c /* uart_console.h - uart console driver */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_UART_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_UART_CONSOLE_H_ #include <zephyr/kernel.h> #ifdef __cplusplus extern "C" { #endif /** @brief Register uart input processing * * Input processing is st...
/content/code_sandbox/include/zephyr/drivers/console/uart_console.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
347
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_NATIVE_POSIX_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_NATIVE_POSIX_CONSOLE_H_ /* * This header is left for compatibility with old applications * The console for native_posix is now provided by the posix_arch_console driver */ #include <posix...
/content/code_sandbox/include/zephyr/drivers/console/native_posix_console.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
88
```objective-c /* ipm_console.c - Console messages to/from another processor */ /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_IPM_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_IPM_CONSOLE_H_ #include <zephyr/kernel.h> #include <zephyr/device.h> #include <zephyr/sys/ring_buffer.h> #ifdef __cplusplus extern "C...
/content/code_sandbox/include/zephyr/drivers/console/ipm_console.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
616
```objective-c /* * */ /** @file * @brief A driver for sending and receiving mcumgr packets over UART. * * @see include/mgmt/serial.h */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_UART_MCUMGR_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_UART_MCUMGR_H_ #include <stdlib.h> #include <zephyr/types.h> #ifdef __cplusplus ...
/content/code_sandbox/include/zephyr/drivers/console/uart_mcumgr.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
465
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CONSOLE_POSIX_ARCH_CONSOLE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CONSOLE_POSIX_ARCH_CONSOLE_H_ #include <zephyr/kernel.h> #ifdef __cplusplus extern "C" { #endif void posix_flush_stdout(void); #ifdef __cplusplus } #endif #endif /* ZEPHYR_INCLUDE_DRIVERS_CONSOLE_P...
/content/code_sandbox/include/zephyr/drivers/console/posix_arch_console.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_SIP_SVC_AGILEX_MB_H_ #define ZEPHYR_INCLUDE_SIP_SVC_AGILEX_MB_H_ /** * @file * @brief Intel SoC FPGA Agilex customized SDM Mailbox communication * protocol handler. SDM Mailbox protocol will be embedded in * Arm SiP Services SMC protocol and sent to/fr...
/content/code_sandbox/include/zephyr/drivers/sip_svc/sip_svc_agilex_mailbox.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
364
```objective-c /* * */ /** * @file * @brief Real-time clock control based on the DS3231 counter API. * * The [Maxim * DS3231](path_to_url * is a high-precision real-time clock with temperature-compensated * crystal oscillator and support for configurable alarms. * * The core Zephyr API to this device is as ...
/content/code_sandbox/include/zephyr/drivers/rtc/maxim_ds3231.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
5,051
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_SIP_SVC_DRIVER_H_ #define ZEPHYR_INCLUDE_SIP_SVC_DRIVER_H_ #include <zephyr/device.h> #include <zephyr/kernel.h> #include <zephyr/arch/arm64/arm-smccc.h> #include <zephyr/drivers/sip_svc/sip_svc_proto.h> #include <zephyr/sip_svc/sip_svc_controller.h> #define DEV_API(de...
/content/code_sandbox/include/zephyr/drivers/sip_svc/sip_svc_driver.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,437
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_SIP_SVC_PROTO_H_ #define ZEPHYR_INCLUDE_SIP_SVC_PROTO_H_ /** * @file * @brief Arm SiP services communication protocol * between service provider and client. * * Client to fill in the input data in struct sip_svc_request format * when requesting SMC/HVC serv...
/content/code_sandbox/include/zephyr/drivers/sip_svc/sip_svc_proto.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,446
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ETH_NXP_ENET_H__ #define ZEPHYR_INCLUDE_DRIVERS_ETH_NXP_ENET_H__ /* * This header is for NXP ENET driver development * and has definitions for internal implementations * not to be used by application */ #include <zephyr/device.h> #include <zephyr/kernel.h> ...
/content/code_sandbox/include/zephyr/drivers/ethernet/eth_nxp_enet.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
426
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_SIP_SVC_AGILEX_SMC_H_ #define ZEPHYR_INCLUDE_SIP_SVC_AGILEX_SMC_H_ /** * @file * @brief Intel SoC FPGA Agilex customized Arm SiP Services * SMC protocol. */ /* @brief SMC return status */ #define SMC_STATUS_INVALID 0xFFFFFFFF #define SMC_STATUS_OKAY ...
/content/code_sandbox/include/zephyr/drivers/sip_svc/sip_svc_agilex_smc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
548
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ETH_NXP_ENET_QOS_H__ #define ZEPHYR_INCLUDE_DRIVERS_ETH_NXP_ENET_QOS_H__ #include <fsl_device_registers.h> #include <zephyr/drivers/clock_control.h> /* Different platforms named the peripheral different in the register definitions */ #ifdef CONFIG_SOC_FAMILY_NX...
/content/code_sandbox/include/zephyr/drivers/ethernet/eth_nxp_enet_qos.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
462
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_MIPI_DSI_MCUX_2L_ #define ZEPHYR_INCLUDE_DRIVERS_MIPI_DSI_MCUX_2L_ /* * HW specific flag- indicates to the MIPI DSI 2L peripheral that the * data being sent is framebuffer data, which the DSI peripheral may * byte swap depending on KConfig settings */ #define...
/content/code_sandbox/include/zephyr/drivers/mipi_dsi/mipi_dsi_mcux_2l.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
121
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_ETH_ADIN2111_H__ #define ZEPHYR_INCLUDE_DRIVERS_ETH_ADIN2111_H__ #include <stdint.h> #include <zephyr/kernel.h> #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /** * @brief Locks device access * * @param[in] dev ADIN2111 device. * @param ...
/content/code_sandbox/include/zephyr/drivers/ethernet/eth_adin2111.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,002
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_ADDRESSES_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_ADDRESSES_H_ /** * @brief I3C Address-related Helper Code * @defgroup i3c_addresses I3C Address-related Helper Code * @ingroup i3c_interface * @{ */ #include <stdint.h> #include <zephyr/device.h> #includ...
/content/code_sandbox/include/zephyr/drivers/i3c/addresses.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,155
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_DEVICETREE_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_DEVICETREE_H_ /** * @brief I3C Devicetree related bits * @defgroup i3c_devicetree I3C Devicetree related bits * @ingroup i3c_interface * @{ */ #include <stdint.h> #include <zephyr/device.h> #include <ze...
/content/code_sandbox/include/zephyr/drivers/i3c/devicetree.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,012
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_IBI_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_IBI_H_ /** * @brief I3C In-Band Interrupts * @defgroup i3c_ibi I3C In-Band Interrupts * @ingroup i3c_interface * @{ */ #include <stdint.h> #include <zephyr/device.h> #include <zephyr/kernel.h> #include <zephyr...
/content/code_sandbox/include/zephyr/drivers/i3c/ibi.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
1,359
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_TARGET_DEVICE_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_TARGET_DEVICE_H_ /** * @brief I3C Target Device API * @defgroup i3c_target_device I3C Target Device API * @ingroup i3c_interface * @{ */ #include <errno.h> #include <stddef.h> #include <stdint.h> #in...
/content/code_sandbox/include/zephyr/drivers/i3c/target_device.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,419
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_HDR_DDR_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_HDR_DDR_H_ /** * @brief I3C HDR DDR API * @defgroup i3c_hdr_ddr I3C HDR DDR API * @ingroup i3c_interface * @{ */ #include <errno.h> #include <stddef.h> #include <stdint.h> #include <zephyr/drivers/i3c.h> ...
/content/code_sandbox/include/zephyr/drivers/i3c/hdr_ddr.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
976
```objective-c /* * * Author: Marcin Szkudlinski <marcin.szkudlinski@linux.intel.com> * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_INTEL_ADSP_MTL_TLB #define ZEPHYR_INCLUDE_DRIVERS_INTEL_ADSP_MTL_TLB /* * This function will save contents of the physical memory banks into a provided storage buffer * * the system must b...
/content/code_sandbox/include/zephyr/drivers/mm/mm_drv_intel_adsp_mtl_tlb.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
407
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_RAT_H_ #define ZEPHYR_INCLUDE_RAT_H_ #ifdef __cplusplus extern "C" { #endif #include <stdint.h> #define ADDR_TRANSLATE_MAX_REGIONS (16u) #define RAT_CTRL(base_addr, i) (base_addr + 0x20 + 0x10 * (i)) #define RAT_BASE(base_addr, i) (base_addr + 0x24 + 0x10 * (i...
/content/code_sandbox/include/zephyr/drivers/mm/rat.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
591
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_I3C_CCC_H_ #define ZEPHYR_INCLUDE_DRIVERS_I3C_CCC_H_ /** * @brief I3C Common Command Codes * @defgroup i3c_ccc I3C Common Command Codes * @ingroup i3c_interface * @{ */ #include <stdint.h> #include <zephyr/device.h> #include <zephyr/toolchain.h> #include ...
/content/code_sandbox/include/zephyr/drivers/i3c/ccc.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
13,160
```objective-c /* * */ /** * @file * @brief Memory Management Driver APIs * * This contains APIs for a system-wide memory management * driver. Only one instance is permitted on the system. */ #ifndef ZEPHYR_INCLUDE_DRIVERS_SYSTEM_MM_H_ #define ZEPHYR_INCLUDE_DRIVERS_SYSTEM_MM_H_ #include <zephyr/types.h> #i...
/content/code_sandbox/include/zephyr/drivers/mm/system_mm.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
3,329
```objective-c /* * */ /** * @file * @brief Memory Banks Driver APIs * * This contains generic APIs to be used by a system-wide memory management * driver to track page usage within memory banks. * * @note The caller of these functions needs to ensure proper locking * to protect the data when using the...
/content/code_sandbox/include/zephyr/drivers/mm/mm_drv_bank.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
772
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_VIRTUALIZATION_IVSHMEM_H_ #define ZEPHYR_INCLUDE_DRIVERS_VIRTUALIZATION_IVSHMEM_H_ /** * @brief Inter-VM Shared Memory (ivshmem) reference API * @defgroup ivshmem Inter-VM Shared Memory (ivshmem) reference API * @ingroup io_interfaces * @{ */ #include <zep...
/content/code_sandbox/include/zephyr/drivers/virtualization/ivshmem.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
2,477
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CAN_TRANSCEIVER_H_ #define ZEPHYR_INCLUDE_DRIVERS_CAN_TRANSCEIVER_H_ #include <zephyr/drivers/can.h> #include <zephyr/device.h> #ifdef __cplusplus extern "C" { #endif /** * @brief CAN Transceiver Driver APIs * @defgroup can_transceiver CAN Transceiver * @si...
/content/code_sandbox/include/zephyr/drivers/can/transceiver.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
562
```objective-c /* * */ #ifndef ZEPHYR_INCLUDE_DRIVERS_CAN_CAN_FAKE_H_ #define ZEPHYR_INCLUDE_DRIVERS_CAN_CAN_FAKE_H_ #include <zephyr/drivers/can.h> #include <zephyr/fff.h> #ifdef __cplusplus extern "C" { #endif DECLARE_FAKE_VALUE_FUNC(int, fake_can_start, const struct device *); DECLARE_FAKE_VALUE_FUNC(int, fak...
/content/code_sandbox/include/zephyr/drivers/can/can_fake.h
objective-c
2016-05-26T17:54:19
2024-08-16T18:09:06
zephyr
zephyrproject-rtos/zephyr
10,307
390