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
/*
*
*/
/**
* @file
* @brief Ethernet Management interface public header
*/
#ifndef ZEPHYR_INCLUDE_NET_ETHERNET_MGMT_H_
#define ZEPHYR_INCLUDE_NET_ETHERNET_MGMT_H_
#include <zephyr/net/ethernet.h>
#include <zephyr/net/net_mgmt.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Ethernet lib... | /content/code_sandbox/include/zephyr/net/ethernet_mgmt.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,142 |
```objective-c
/** @file
* @brief Network timer with wrap around
*
* Timer that runs longer than about 49 days needs to calculate wraps.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_NET_TIMEOUT_H_
#define ZEPHYR_INCLUDE_NET_NET_TIMEOUT_H_
/**
* @brief Network long timeout primitives and helpers
* @defgroup net_time... | /content/code_sandbox/include/zephyr/net/net_timeout.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,161 |
```objective-c
/*
*
*/
/** @file lwm2m.h
*
* @brief LwM2M high-level API
*
* @details
* LwM2M high-level interface is defined in this header.
*
* @note The implementation assumes UDP module is enabled.
*
* @note For more information refer to Technical Specification
* OMA-TS-LightweightM2M_Core-V1_1_1-20190... | /content/code_sandbox/include/zephyr/net/lwm2m.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 13,912 |
```objective-c
/*
*
*/
/**
* @file
* @brief Socket utility functions.
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKETUTILS_H_
#define ZEPHYR_INCLUDE_NET_SOCKETUTILS_H_
#include <zephyr/net/socket.h>
/**
* @brief Find port in addr:port string.
*
* @param addr_str String of addr[:port] format
*
* @return Pointer to "p... | /content/code_sandbox/include/zephyr/net/socketutils.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 292 |
```objective-c
/*
*
*/
/** @file
* @brief IPv4 Autoconfiguration
*/
#ifndef ZEPHYR_INCLUDE_NET_IPV4_AUTOCONF_H_
#define ZEPHYR_INCLUDE_NET_IPV4_AUTOCONF_H_
/** Current state of IPv4 Autoconfiguration */
enum net_ipv4_autoconf_state {
NET_IPV4_AUTOCONF_INIT, /**< Initialization state */
NET_IPV4_AUTOCONF_AS... | /content/code_sandbox/include/zephyr/net/ipv4_autoconf.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 349 |
```objective-c
/*
*
*/
/**
* @file
*
* @brief CoAP implementation for Zephyr.
*/
#ifndef ZEPHYR_INCLUDE_NET_COAP_LINK_FORMAT_H_
#define ZEPHYR_INCLUDE_NET_COAP_LINK_FORMAT_H_
/**
* @addtogroup coap COAP Library
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
/**
* This resource should be added before all ... | /content/code_sandbox/include/zephyr/net/coap_link_format.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 584 |
```objective-c
/** @file
* @brief Ethernet Bridge public header file
*
* Ethernet Bridges connect two or more Ethernet networks together and
* transparently forward packets from one network to the others as if
* they were part of the same network.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_ETHERNET_BRIDGE_H_
#defi... | /content/code_sandbox/include/zephyr/net/ethernet_bridge.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,234 |
```objective-c
/*
*
*/
/**
* @file
* @brief IEEE 802.15.4 MAC information element (IE) related types and helpers
*
* This is not to be included by the application. This file contains only those
* parts of the types required for IE support that need to be visible to IEEE
* 802.15.4 drivers and L2 at the same ti... | /content/code_sandbox/include/zephyr/net/ieee802154_ie.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,534 |
```objective-c
/*
*
*/
/**
* @file
* @brief Packet data common to all IEEE 802.15.4 L2 layers
*
* All references to the spec refer to IEEE 802.15.4-2020.
*/
#ifndef ZEPHYR_INCLUDE_NET_IEEE802154_PKT_H_
#define ZEPHYR_INCLUDE_NET_IEEE802154_PKT_H_
#include <string.h>
#include <zephyr/types.h>
#ifdef __cplusp... | /content/code_sandbox/include/zephyr/net/ieee802154_pkt.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,126 |
```objective-c
/** @file
* @brief SocketCAN definitions.
*
* Definitions for SocketCAN support.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKETCAN_H_
#define ZEPHYR_INCLUDE_NET_SOCKETCAN_H_
#include <zephyr/types.h>
#include <zephyr/net/net_ip.h>
#include <zephyr/net/net_if.h>
#ifdef __cplusplus
extern "C" {
#en... | /content/code_sandbox/include/zephyr/net/socketcan.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 900 |
```objective-c
/*
*
*/
/**
* @file
* @brief Socket Offload Redirect API
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKET_OFFLOAD_H_
#define ZEPHYR_INCLUDE_NET_SOCKET_OFFLOAD_H_
#include <zephyr/net/net_ip.h>
#include <zephyr/net/socket.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief An offloaded Socket DNS API in... | /content/code_sandbox/include/zephyr/net/socket_offload.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 320 |
```objective-c
/**
* @file
* @brief BSD Socket service API
*
* API can be used to install a k_work that is called
* if there is data received to a socket.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKET_SERVICE_H_
#define ZEPHYR_INCLUDE_NET_SOCKET_SERVICE_H_
/**
* @brief BSD socket service API
* @defgroup bsd... | /content/code_sandbox/include/zephyr/net/socket_service.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,578 |
```objective-c
/*
*
*/
/** @file
* @brief IGMP API
*/
#ifndef ZEPHYR_INCLUDE_NET_IGMP_H_
#define ZEPHYR_INCLUDE_NET_IGMP_H_
/**
* @brief IGMP (Internet Group Management Protocol)
* @defgroup igmp IGMP API
* @since 2.6
* @version 0.8.0
* @ingroup networking
* @{
*/
#include <zephyr/types.h>
#include <zep... | /content/code_sandbox/include/zephyr/net/igmp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 486 |
```objective-c
/*
*
*/
/** @file
* @brief TLS credentials management
*
* An API for applications to configure TLS credentials.
*/
#ifndef ZEPHYR_INCLUDE_NET_TLS_CREDENTIALS_H_
#define ZEPHYR_INCLUDE_NET_TLS_CREDENTIALS_H_
/**
* @brief TLS credentials management
* @defgroup tls_credentials TLS credentials man... | /content/code_sandbox/include/zephyr/net/tls_credentials.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 967 |
```objective-c
/** @file
@brief UDP utility functions
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_UDP_H_
#define ZEPHYR_INCLUDE_NET_UDP_H_
#include <zephyr/types.h>
#include <zephyr/net/net_core.h>
#include <zephyr/net/net_ip.h>
#include <zephyr/net/net_pkt.h>
#ifdef __cplusplus
extern "C" {
#endif
/* These APIs ar... | /content/code_sandbox/include/zephyr/net/udp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 597 |
```objective-c
/** @file
* @brief Network context definitions
*
* An API for applications to define a network connection.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_NET_CONTEXT_H_
#define ZEPHYR_INCLUDE_NET_NET_CONTEXT_H_
/**
* @brief Application network context
* @defgroup net_context Application network context... | /content/code_sandbox/include/zephyr/net/net_context.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 9,679 |
```objective-c
/** @file
* @brief Websocket API
*
* An API for applications to setup websocket connections
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_WEBSOCKET_H_
#define ZEPHYR_INCLUDE_NET_WEBSOCKET_H_
#include <zephyr/kernel.h>
#include <zephyr/net/net_ip.h>
#include <zephyr/net/http/parser.h>
#include <zephyr/n... | /content/code_sandbox/include/zephyr/net/websocket.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,872 |
```objective-c
/** @file
* @brief IPv6 and IPv4 definitions
*
* Generic IPv6 and IPv4 address definitions.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_NET_IP_H_
#define ZEPHYR_INCLUDE_NET_NET_IP_H_
/**
* @brief IPv4/IPv6 primitives and helpers
* @defgroup ip_4_6 IPv4/IPv6 primitives and helpers
* @since 1.0
* @v... | /content/code_sandbox/include/zephyr/net/net_ip.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 14,176 |
```objective-c
/*
*
*/
/** @file
* @brief Dummy layer 2
*
* This is not to be included by the application.
*/
#ifndef ZEPHYR_INCLUDE_NET_DUMMY_H_
#define ZEPHYR_INCLUDE_NET_DUMMY_H_
#include <zephyr/net/net_if.h>
#include <zephyr/net/net_pkt.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Dummy L2/dr... | /content/code_sandbox/include/zephyr/net/dummy.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 375 |
```objective-c
/**
* @file
* @brief BSD Sockets compatible API definitions
*
* An API for applications to use BSD Sockets like API.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKET_H_
#define ZEPHYR_INCLUDE_NET_SOCKET_H_
/**
* @brief BSD Sockets compatible API
* @defgroup bsd_sockets BSD Sockets compatible API
... | /content/code_sandbox/include/zephyr/net/socket.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 10,951 |
```objective-c
/*
*
*/
/** @file socket_select.h
*
* @brief BSD select support functions.
*/
#ifndef ZEPHYR_INCLUDE_NET_SOCKET_SELECT_H_
#define ZEPHYR_INCLUDE_NET_SOCKET_SELECT_H_
/**
* @brief BSD Sockets compatible API
* @defgroup bsd_sockets BSD Sockets compatible API
* @ingroup networking
* @{
*/
#inc... | /content/code_sandbox/include/zephyr/net/socket_select.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,000 |
```objective-c
/** @file
* @brief DHCPv4 Server API
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_DHCPV4_SERVER_H_
#define ZEPHYR_INCLUDE_NET_DHCPV4_SERVER_H_
#include <zephyr/net/net_ip.h>
#include <zephyr/sys_clock.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief DHCPv4 server
* @defgroup dhcpv4_server DHCP... | /content/code_sandbox/include/zephyr/net/dhcpv4_server.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,059 |
```objective-c
/*
*
*/
/** @file
* @brief OpenThread L2 stack public header
*/
#ifndef ZEPHYR_INCLUDE_NET_OPENTHREAD_H_
#define ZEPHYR_INCLUDE_NET_OPENTHREAD_H_
/**
* @brief OpenThread Layer 2 abstraction layer
* @defgroup openthread OpenThread L2 abstraction layer
* @since 1.11
* @version 0.8.0
* @ingroup ... | /content/code_sandbox/include/zephyr/net/openthread.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,216 |
```objective-c
/** @file
* @brief DNS Service Discovery
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_DNS_SD_H_
#define ZEPHYR_INCLUDE_NET_DNS_SD_H_
#include <stdint.h>
#include <zephyr/sys/byteorder.h>
#include <zephyr/sys/iterable_sections.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief DNS Service Discover... | /content/code_sandbox/include/zephyr/net/dns_sd.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,465 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public API for network link address
*/
#ifndef ZEPHYR_INCLUDE_NET_NET_LINKADDR_H_
#define ZEPHYR_INCLUDE_NET_NET_LINKADDR_H_
#include <zephyr/types.h>
#include <stdbool.h>
#include <errno.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Network link address l... | /content/code_sandbox/include/zephyr/net/net_linkaddr.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 911 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public functions for the Precision Time Protocol Stack.
*
*/
#ifndef ZEPHYR_INCLUDE_NET_GPTP_H_
#define ZEPHYR_INCLUDE_NET_GPTP_H_
/**
* @brief generic Precision Time Protocol (gPTP) support
* @defgroup gptp gPTP support
* @since 1.13
* @version 0.1.0
* @ingroup... | /content/code_sandbox/include/zephyr/net/gptp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,224 |
```objective-c
/** @file
* @brief CoAP client API
*
* An API for applications to do CoAP requests
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_COAP_CLIENT_H_
#define ZEPHYR_INCLUDE_NET_COAP_CLIENT_H_
/**
* @brief CoAP client API
* @defgroup coap_client CoAP client API
* @since 3.4
* @version 0.1.0
* @ingroup netw... | /content/code_sandbox/include/zephyr/net/coap_client.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,359 |
```objective-c
/*
*
*/
/** @file mqtt.h
*
* @brief MQTT Client Implementation
*
* @note The implementation assumes TCP module is enabled.
*
* @note By default the implementation uses MQTT version 3.1.1.
*
* @defgroup mqtt_socket MQTT Client library
* @since 1.14
* @version 0.8.0
* @ingroup networking
* @... | /content/code_sandbox/include/zephyr/net/mqtt.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,940 |
```objective-c
/*
*
*/
/** @file icmp.h
*
* @brief ICMP sending and receiving.
*
* @defgroup icmp Send and receive IPv4 or IPv6 ICMP Echo Request messages.
* @since 3.5
* @version 0.8.0
* @ingroup networking
* @{
*/
#ifndef ZEPHYR_INCLUDE_NET_ICMP_H_
#define ZEPHYR_INCLUDE_NET_ICMP_H_
#include <stddef.h>
... | /content/code_sandbox/include/zephyr/net/icmp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,847 |
```objective-c
/** @file
* @brief Virtual Network Interface
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_VIRTUAL_H_
#define ZEPHYR_INCLUDE_NET_VIRTUAL_H_
#include <zephyr/kernel.h>
#include <zephyr/types.h>
#include <stdbool.h>
#include <zephyr/sys/atomic.h>
#include <zephyr/net/net_ip.h>
#include <zephyr/net/net_pkt.... | /content/code_sandbox/include/zephyr/net/virtual.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,538 |
```objective-c
/** @file
* @brief VLAN specific definitions.
*
* Virtual LAN specific definitions.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_ETHERNET_VLAN_H_
#define ZEPHYR_INCLUDE_NET_ETHERNET_VLAN_H_
/**
* @brief VLAN definitions and helpers
* @defgroup vlan_api Virtual LAN definitions and helpers
* @since 1.... | /content/code_sandbox/include/zephyr/net/ethernet_vlan.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 608 |
```objective-c
/*
*
*/
/**
* @file
* @brief PPP (Point-to-Point Protocol)
*/
#ifndef ZEPHYR_INCLUDE_NET_PPP_H_
#define ZEPHYR_INCLUDE_NET_PPP_H_
#include <zephyr/net/net_if.h>
#include <zephyr/net/net_pkt.h>
#include <zephyr/net/net_stats.h>
#include <zephyr/net/net_mgmt.h>
#ifdef __cplusplus
extern "C" {
#end... | /content/code_sandbox/include/zephyr/net/ppp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,215 |
```objective-c
/** @file
* @brief Trickle timer library
*
* This implements Trickle timer as specified in RFC 6206
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_TRICKLE_H_
#define ZEPHYR_INCLUDE_NET_TRICKLE_H_
#include <stdbool.h>
#include <zephyr/types.h>
#include <zephyr/kernel.h>
#include <zephyr/net/net_core.h>
... | /content/code_sandbox/include/zephyr/net/trickle.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 933 |
```objective-c
/*
*
*/
/** @file
* @brief CoAP Service API
*
* An API for applications to respond to CoAP requests
*/
#ifndef ZEPHYR_INCLUDE_NET_COAP_SERVICE_H_
#define ZEPHYR_INCLUDE_NET_COAP_SERVICE_H_
#include <zephyr/net/coap.h>
#include <zephyr/sys/iterable_sections.h>
#ifdef __cplusplus
extern "C" {
#en... | /content/code_sandbox/include/zephyr/net/coap_service.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,573 |
```objective-c
/** @file
@brief Ethernet
This is not to be included by the application.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_ETHERNET_H_
#define ZEPHYR_INCLUDE_NET_ETHERNET_H_
#include <zephyr/kernel.h>
#include <zephyr/types.h>
#include <stdbool.h>
#include <zephyr/sys/atomic.h>
#include <zephyr/net/net_ip.... | /content/code_sandbox/include/zephyr/net/ethernet.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 9,552 |
```objective-c
/** @file
@brief LLDP definitions and handler
This is not to be included by the application.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_LLDP_H_
#define ZEPHYR_INCLUDE_NET_LLDP_H_
/**
* @brief LLDP definitions and helpers
* @defgroup lldp Link Layer Discovery Protocol definitions and helpers
* @sin... | /content/code_sandbox/include/zephyr/net/lldp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,200 |
```objective-c
/** @file
* @brief HTTP request methods
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_METHOD_H_
#define ZEPHYR_INCLUDE_NET_HTTP_METHOD_H_
/**
* @brief HTTP request methods
* @defgroup http_methods HTTP request methods
* @since 3.3
* @version 0.8.0
* @ingroup networking
* @{
*/
#ifdef __cplusp... | /content/code_sandbox/include/zephyr/net/http/method.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 515 |
```objective-c
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublice... | /content/code_sandbox/include/zephyr/net/http/parser.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,995 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_SERVICE_H_
#define ZEPHYR_INCLUDE_NET_HTTP_SERVICE_H_
/**
* @file service.h
*
* @brief HTTP service API
*
* @defgroup http_service HTTP service API
* @since 3.4
* @version 0.1.0
* @ingroup networking
* @{
*/
#include <stdint.h>
#include <stddef.h>
#... | /content/code_sandbox/include/zephyr/net/http/service.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,683 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_SERVER_H_
#define ZEPHYR_INCLUDE_NET_HTTP_SERVER_H_
/**
* @file server.h
*
* @brief HTTP server API
*
* @defgroup http_server HTTP server API
* @since 3.7
* @version 0.1.0
* @ingroup networking
* @{
*/
#include <stdint.h>
#include <zephyr/kernel.h>
... | /content/code_sandbox/include/zephyr/net/http/server.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,767 |
```objective-c
/** @file
* @brief HTTP HPACK
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_SERVER_HPACK_H_
#define ZEPHYR_INCLUDE_NET_HTTP_SERVER_HPACK_H_
#include <stddef.h>
#include <stdint.h>
/**
* @brief HTTP HPACK
* @defgroup http_hpack HTTP HPACK
* @since 3.7
* @version 0.1.0
* @ingroup networking
* @{... | /content/code_sandbox/include/zephyr/net/http/hpack.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,159 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public IEEE 802.15.4 Driver API
*
* @note All references to the standard in this file cite IEEE 802.15.4-2020.
*/
#ifndef ZEPHYR_INCLUDE_NET_IEEE802154_RADIO_H_
#define ZEPHYR_INCLUDE_NET_IEEE802154_RADIO_H_
#include <zephyr/device.h>
#include <zephyr/net/net_if.h>
... | /content/code_sandbox/include/zephyr/net/ieee802154_radio.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 19,833 |
```objective-c
/** @file
* @brief HTTP client API
*
* An API for applications do HTTP requests
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_CLIENT_H_
#define ZEPHYR_INCLUDE_NET_HTTP_CLIENT_H_
/**
* @brief HTTP client API
* @defgroup http_client HTTP client API
* @since 2.1
* @version 0.2.0
* @ingroup networ... | /content/code_sandbox/include/zephyr/net/http/client.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,331 |
```objective-c
/** @file
* @brief HTTP response status codes
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_STATUS_H_
#define ZEPHYR_INCLUDE_NET_HTTP_STATUS_H_
/**
* @brief HTTP response status codes
* @defgroup http_status_codes HTTP response status codes
* @since 3.3
* @version 0.8.0
* @ingroup networking
* ... | /content/code_sandbox/include/zephyr/net/http/status.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,185 |
```objective-c
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublice... | /content/code_sandbox/include/zephyr/net/http/parser_state.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 655 |
```objective-c
/*
*
*/
/**
* @file
* @brief HTTP2 frame information.
*/
#ifndef ZEPHYR_INCLUDE_NET_HTTP_SERVER_FRAME_H_
#define ZEPHYR_INCLUDE_NET_HTTP_SERVER_FRAME_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
/** HTTP2 frame types */
enum http2_frame_type {
/** Data frame */
HTTP2_DATA_FRA... | /content/code_sandbox/include/zephyr/net/http/frame.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 571 |
```objective-c
/*
*
*/
/**
* @file
* @brief Connectivity implementation for drivers exposing the wifi_mgmt API
*/
#ifndef ZEPHYR_INCLUDE_CONN_MGR_CONNECTIVITY_WIFI_MGMT_H_
#define ZEPHYR_INCLUDE_CONN_MGR_CONNECTIVITY_WIFI_MGMT_H_
#include <zephyr/net/conn_mgr_connectivity_impl.h>
#ifdef __cplusplus
extern "C" ... | /content/code_sandbox/include/zephyr/net/conn_mgr/connectivity_wifi_mgmt.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 214 |
```objective-c
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublice... | /content/code_sandbox/include/zephyr/net/http/parser_url.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 601 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_RTIO_WORKQ_H_
#define ZEPHYR_INCLUDE_RTIO_WORKQ_H_
#include <stdint.h>
#include <zephyr/device.h>
#include <zephyr/rtio/rtio.h>
#include <zephyr/sys/p4wq.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Callback API to execute work operation.
*
* @param iodev... | /content/code_sandbox/include/zephyr/rtio/work.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 480 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public API for ISO-TP (ISO 15765-2:2016)
*
* ISO-TP is a transport protocol for CAN (Controller Area Network)
*/
#ifndef ZEPHYR_INCLUDE_CANBUS_ISOTP_H_
#define ZEPHYR_INCLUDE_CANBUS_ISOTP_H_
/**
* @brief CAN ISO-TP Protocol
* @defgroup can_isotp CAN ISO-TP Protoco... | /content/code_sandbox/include/zephyr/canbus/isotp.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,603 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public API for Shared Multi-Heap framework
*/
#ifndef ZEPHYR_INCLUDE_MULTI_HEAP_MANAGER_SMH_H_
#define ZEPHYR_INCLUDE_MULTI_HEAP_MANAGER_SMH_H_
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Heap Management
* @defgroup heaps Heap Management
* @ingroup os_serv... | /content/code_sandbox/include/zephyr/multi_heap/shared_multi_heap.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,284 |
```objective-c
/*
*
*/
/**
* @file
* @brief Crypto Hash APIs
*
* This file contains the Crypto Abstraction layer APIs.
*/
#ifndef ZEPHYR_INCLUDE_CRYPTO_HASH_H_
#define ZEPHYR_INCLUDE_CRYPTO_HASH_H_
/**
* @addtogroup crypto_hash
* @{
*/
/**
* Hash algorithm
*/
enum hash_algo {
CRYPTO_HASH_ALGO_SHA224 =... | /content/code_sandbox/include/zephyr/crypto/hash.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 663 |
```objective-c
/*
*
*/
/**
* @file
* @brief Crypto Cipher structure definitions
*
* This file contains the Crypto Abstraction layer structures.
*
* [Experimental] Users should note that the Structures can change
* as a part of ongoing development.
*/
#ifndef ZEPHYR_INCLUDE_CRYPTO_CIPHER_H_
#define ZEPHYR_IN... | /content/code_sandbox/include/zephyr/crypto/cipher.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,588 |
```objective-c
/*
*
*/
/**
* @file
* @brief Real-Time IO device API for moving bytes with low effort
*
* RTIO is a context for asynchronous batch operations using a submission and completion queue.
*
* Asynchronous I/O operation are setup in a submission queue. Each entry in the queue describes
* the operatio... | /content/code_sandbox/include/zephyr/rtio/rtio.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 11,224 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_MEM_ATTR_H_
#define ZEPHYR_INCLUDE_MEM_ATTR_H_
/**
* @brief Memory-Attr Interface
* @defgroup memory_attr_interface Memory-Attr Interface
* @ingroup mem_mgmt
* @{
*/
#include <stddef.h>
#include <zephyr/types.h>
#include <zephyr/dt-bindings/memory-attr/memory-attr... | /content/code_sandbox/include/zephyr/mem_mgmt/mem_attr.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 806 |
```objective-c
/*
*
*/
/**
* @file
* @brief Crypto Cipher APIs
*
* This file contains the Crypto Abstraction layer APIs.
*
* [Experimental] Users should note that the APIs can change
* as a part of ongoing development.
*/
#ifndef ZEPHYR_INCLUDE_CRYPTO_H_
#define ZEPHYR_INCLUDE_CRYPTO_H_
#include <zephyr/de... | /content/code_sandbox/include/zephyr/crypto/crypto.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,765 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_MEM_ATTR_HEAP_H_
#define ZEPHYR_INCLUDE_MEM_ATTR_HEAP_H_
/**
* @brief Memory heaps based on memory attributes
* @defgroup memory_attr_heap Memory heaps based on memory attributes
* @ingroup mem_mgmt
* @{
*/
#include <zephyr/mem_mgmt/mem_attr.h>
#ifdef __cplusplus... | /content/code_sandbox/include/zephyr/mem_mgmt/mem_attr_heap.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 651 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_APP_MEMORY_APP_MEMDOMAIN_H_
#define ZEPHYR_INCLUDE_APP_MEMORY_APP_MEMDOMAIN_H_
#include <zephyr/linker/linker-defs.h>
#include <zephyr/sys/dlist.h>
#include <zephyr/kernel.h>
/**
* @brief Application memory domain APIs
* @defgroup mem_domain_apis_app Application memor... | /content/code_sandbox/include/zephyr/app_memory/app_memdomain.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,218 |
```objective-c
/*
*
*/
#ifndef INCLUDE_APP_MEMORY_MEM_DOMAIN_H
#define INCLUDE_APP_MEMORY_MEM_DOMAIN_H
#include <stdint.h>
#include <stddef.h>
#include <zephyr/sys/dlist.h>
#include <zephyr/toolchain.h>
#include <zephyr/kernel/thread.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @defgroup mem_domain_apis Memor... | /content/code_sandbox/include/zephyr/app_memory/mem_domain.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,323 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_APP_MEMORY_PARTITIONS_H
#define ZEPHYR_APP_MEMORY_PARTITIONS_H
#ifdef CONFIG_USERSPACE
#include <zephyr/kernel.h> /* For struct k_mem_partition */
#if defined(CONFIG_MBEDTLS)
extern struct k_mem_partition k_mbedtls_partition;
#endif /* CONFIG_MBEDTLS */
#endif /* CONFIG_USERSP... | /content/code_sandbox/include/zephyr/app_memory/partitions.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 88 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public API for stream writes to flash
*/
#ifndef ZEPHYR_INCLUDE_STORAGE_STREAM_FLASH_H_
#define ZEPHYR_INCLUDE_STORAGE_STREAM_FLASH_H_
/**
* @brief Abstraction over stream writes to flash
*
* @defgroup stream_flash Stream to flash interface
* @since 2.3
* @versio... | /content/code_sandbox/include/zephyr/storage/stream_flash.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,360 |
```objective-c
/*
*
*/
/**
* @file
* @brief Disk Access layer API
*
* This file contains APIs for disk access.
*/
#ifndef ZEPHYR_INCLUDE_STORAGE_DISK_ACCESS_H_
#define ZEPHYR_INCLUDE_STORAGE_DISK_ACCESS_H_
/**
* @brief Storage APIs
* @defgroup storage_apis Storage APIs
* @ingroup os_services
* @{
* @}
*... | /content/code_sandbox/include/zephyr/storage/disk_access.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 766 |
```objective-c
/*
*
*/
/**
* @file
* @brief Statistics.
*
* Statistics are per-module event counters for troubleshooting, maintenance,
* and usage monitoring. Statistics are organized into named "groups", with
* each group consisting of a set of "entries". An entry corresponds to an
* individual counter. E... | /content/code_sandbox/include/zephyr/stats/stats.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,928 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_INTERNAL_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_INTERNAL_H_
#include <zephyr/types.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/logging/log_core.h>
#include <zephyr/sys/mpsc_pbuf.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Header contains declaratio... | /content/code_sandbox/include/zephyr/logging/log_internal.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 952 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_LOG_BACKEND_BLE_H_
#define ZEPHYR_LOG_BACKEND_BLE_H_
#include <stdbool.h>
/**
* @brief Raw adv UUID data to add the ble backend for the use with apps
* such as the NRF Toolbox
*
*/
#define LOGGER_BACKEND_BLE_ADV_UUID_DATA ... | /content/code_sandbox/include/zephyr/logging/log_backend_ble.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 330 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public API for flash map
*/
#ifndef ZEPHYR_INCLUDE_STORAGE_FLASH_MAP_H_
#define ZEPHYR_INCLUDE_STORAGE_FLASH_MAP_H_
/**
* @brief Abstraction over flash partitions/areas and their drivers
*
* @defgroup flash_area_api flash area Interface
* @since 1.11
* @version 1... | /content/code_sandbox/include/zephyr/storage/flash_map.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,531 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_CUSTOM_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_CUSTOM_H_
#include <zephyr/logging/log_output.h>
#ifdef __cplusplus
extern "C" {
#endif
/** @brief Custom logging output formatting.
* @ingroup log_output
* @{
*/
/** @brief Process log messages... | /content/code_sandbox/include/zephyr/logging/log_output_custom.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 641 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_INSTANCE_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_INSTANCE_H_
#include <zephyr/types.h>
#include <zephyr/sys/iterable_sections.h>
#ifdef __cplusplus
extern "C" {
#endif
/** @brief Constant data associated with the source of log messages. */
struct log_source_c... | /content/code_sandbox/include/zephyr/logging/log_instance.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,402 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_LOG_BACKEND_ADSP_MTRACE_H_
#define ZEPHYR_LOG_BACKEND_ADSP_MTRACE_H_
#include <stdint.h>
#include <stddef.h>
/**
*@brief mtracelogger requires a hook for IPC messages
*
* When new log data is added to the SRAM buffer, a IPC message
* should be sent to the host. This hook f... | /content/code_sandbox/include/zephyr/logging/log_backend_adsp_mtrace.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 204 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_DICT_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_DICT_H_
#include <zephyr/logging/log_output.h>
#include <zephyr/logging/log_msg.h>
#include <stdarg.h>
#include <zephyr/toolchain.h>
#include <zephyr/sys/util.h>
#ifdef __cplusplus
extern "C" {
#endif
... | /content/code_sandbox/include/zephyr/logging/log_output_dict.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_LOGGING_LOG_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_H_
#include <zephyr/logging/log_instance.h>
#include <zephyr/logging/log_core.h>
#include <zephyr/sys/iterable_sections.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Logging
* @defgroup logging Logging
* @s... | /content/code_sandbox/include/zephyr/logging/log.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,057 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_BACKEND_H_
#include <zephyr/logging/log_msg.h>
#include <stdarg.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/sys/util.h>
#include <zephyr/logging/log_output.h>
#include <zephyr/sys/iterable_sections.h>
#i... | /content/code_sandbox/include/zephyr/logging/log_backend.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,088 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_CTRL_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_CTRL_H_
#include <zephyr/kernel.h>
#include <zephyr/logging/log_backend.h>
#include <zephyr/logging/log_msg.h>
#include <zephyr/logging/log_internal.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Logger
*... | /content/code_sandbox/include/zephyr/logging/log_ctrl.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,912 |
```objective-c
/*
*
*/
#ifndef LOG_FRONTEND_H_
#define LOG_FRONTEND_H_
#include <zephyr/logging/log_core.h>
/** @brief Initialize frontend.
*/
void log_frontend_init(void);
/** @brief Log generic message.
*
* Message details does not contain timestamp. Since function is called in the
* context of log message c... | /content/code_sandbox/include/zephyr/logging/log_frontend.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 695 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_LOG_BACKEND_NET_H_
#define ZEPHYR_LOG_BACKEND_NET_H_
#include <stdbool.h>
#include <zephyr/net/net_ip.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Allows user to set a server IP address, provided as string, at runtime
*
* @details This function allows the user to... | /content/code_sandbox/include/zephyr/logging/log_backend_net.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 543 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_OUTPUT_H_
#include <zephyr/logging/log_msg.h>
#include <zephyr/sys/util.h>
#include <stdarg.h>
#include <zephyr/sys/atomic.h>
#include <zephyr/kernel.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Log ou... | /content/code_sandbox/include/zephyr/logging/log_output.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,570 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_LOG_BACKEND_ADSP_HDA_H_
#define ZEPHYR_LOG_BACKEND_ADSP_HDA_H_
#include <stdint.h>
/**
*@brief HDA logger requires a hook for IPC messages
*
* When the log is flushed and written with DMA an IPC message should
* be sent to inform the host. This hook function pointer allows... | /content/code_sandbox/include/zephyr/logging/log_backend_adsp_hda.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 236 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_MSG_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_MSG_H_
#include <zephyr/logging/log_instance.h>
#include <zephyr/sys/mpsc_packet.h>
#include <zephyr/sys/cbprintf.h>
#include <zephyr/sys/atomic.h>
#include <zephyr/sys/iterable_sections.h>
#include <zephyr/sys/util.h... | /content/code_sandbox/include/zephyr/logging/log_msg.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 7,240 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_LOG_BACKEND_STD_H_
#define ZEPHYR_LOG_BACKEND_STD_H_
#include <zephyr/logging/log_msg.h>
#include <zephyr/logging/log_output.h>
#include <zephyr/kernel.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Logger backend interface for forwarding to standard backend
* @defgr... | /content/code_sandbox/include/zephyr/logging/log_backend_std.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 328 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_LINK_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_LINK_H_
#include <zephyr/types.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/logging/log_msg.h>
#include <zephyr/logging/log_internal.h>
#include <zephyr/sys/iterable_sections.h>
#ifdef __cplusplus
extern "C"... | /content/code_sandbox/include/zephyr/logging/log_link.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,190 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_CORE_H_
#include <zephyr/logging/log_msg.h>
#include <zephyr/logging/log_instance.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdarg.h>
#include <zephyr/sys/util.h>
/* This header file keeps all macros and... | /content/code_sandbox/include/zephyr/logging/log_core.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,558 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_LOGGING_LOG_MULTIDOMAIN_HELPER_H_
#define ZEPHYR_INCLUDE_LOGGING_LOG_MULTIDOMAIN_HELPER_H_
/**
* @brief Logger multidomain backend helpers
*
* This module aims to provide baseline for links and backends and simplify
* the implementation. It is not core part of loggi... | /content/code_sandbox/include/zephyr/logging/log_multidomain_helper.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,558 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_TIMING_TYPES_H_
#define ZEPHYR_INCLUDE_TIMING_TYPES_H_
typedef uint64_t timing_t;
#endif /* ZEPHYR_INCLUDE_TIMING_TYPES_H_ */
``` | /content/code_sandbox/include/zephyr/timing/types.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 46 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_RANDOM_RAND32_H_
#define ZEPHYR_INCLUDE_RANDOM_RAND32_H_
#include <zephyr/random/random.h>
#warning "<zephyr/random/rand32.h> is deprecated, include <zephyr/random/random.h> instead"
#endif /* ZEPHYR_INCLUDE_RANDOM_RAND32_H_ */
``` | /content/code_sandbox/include/zephyr/random/rand32.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 76 |
```objective-c
/*
*
*/
/**
* @file
* @brief Random number generator header file
*
* This header file declares prototypes for the kernel's random number
* generator APIs.
*
* Typically, a platform enables the appropriate source for the random
* number generation based on the hardware platform's capabilities o... | /content/code_sandbox/include/zephyr/random/random.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 720 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_TIMING_TIMING_H_
#define ZEPHYR_INCLUDE_TIMING_TIMING_H_
#include <zephyr/arch/arch_interface.h>
#include <zephyr/timing/types.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Timing Measurement APIs
* @defgroup timing_api Timing Measurement APIs
* @ingroup o... | /content/code_sandbox/include/zephyr/timing/timing.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,249 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_MATH_ILOG2_H_
#define ZEPHYR_INCLUDE_MATH_ILOG2_H_
#include <stdint.h>
#include <zephyr/toolchain.h>
#include <zephyr/arch/common/ffs.h>
#include <zephyr/sys/util.h>
/**
* @file
* @brief Provide ilog2() function
*/
/**
*
* @brief Calculate the floor of log2 for ... | /content/code_sandbox/include/zephyr/math/ilog2.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,067 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_
#define ZEPHYR_INCLUDE_DRIVERS_PTP_CLOCK_H_
#include <zephyr/kernel.h>
#include <stdint.h>
#include <zephyr/device.h>
#include <zephyr/sys/util.h>
#include <zephyr/net/ptp_time.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Name of the PTP clock dri... | /content/code_sandbox/include/zephyr/drivers/ptp_clock.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 656 |
```objective-c
/*
*
*/
/**
* @file
* @brief Charger APIs
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_CHARGER_H_
#define ZEPHYR_INCLUDE_DRIVERS_CHARGER_H_
/**
* @brief Charger Interface
* @defgroup charger_interface Charger Interface
* @ingroup io_interfaces
* @{
*/
#include <stdbool.h>
#include <stddef.h>
#include ... | /content/code_sandbox/include/zephyr/drivers/charger.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,767 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_UART_EMUL_H_
#define ZEPHYR_INCLUDE_DRIVERS_UART_EMUL_H_
#include <zephyr/device.h>
#include <zephyr/drivers/emul.h>
#include <zephyr/drivers/uart.h>
#include <zephyr/sys/slist.h>
#include <zephyr/types.h>
/**
* @file
*
* @brief Public APIs for the UART devi... | /content/code_sandbox/include/zephyr/drivers/uart_emul.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 398 |
```objective-c
/**
* @file
*
* @brief Public APIs for Video.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_VIDEO_H_
#define ZEPHYR_INCLUDE_VIDEO_H_
/**
* @brief Video Interface
* @defgroup video_interface Video Interface
* @since 2.1
* @version 1.0.0
* @ingroup io_interfaces
* @{
*/
#include <zephyr/device.h>
#incl... | /content/code_sandbox/include/zephyr/drivers/video.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 3,993 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public APIs for eSPI driver
*/
#ifndef ZEPHYR_INCLUDE_ESPI_SAF_H_
#define ZEPHYR_INCLUDE_ESPI_SAF_H_
#include <zephyr/sys/__assert.h>
#include <zephyr/types.h>
#include <zephyr/device.h>
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief eSPI SAF Driver APIs
* @d... | /content/code_sandbox/include/zephyr/drivers/espi_saf.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 4,601 |
```objective-c
/* clock_control.h - public clock controller driver API */
/*
*
*/
/**
* @file
* @brief Public Clock Control APIs
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_H_
#define ZEPHYR_INCLUDE_DRIVERS_CLOCK_CONTROL_H_
/**
* @brief Clock Control Interface
* @defgroup clock_control_interface Clock Co... | /content/code_sandbox/include/zephyr/drivers/clock_control.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,009 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public APIs for MSPI driver
* @since 3.7
* @version 0.1.0
*/
#ifndef ZEPHYR_INCLUDE_MSPI_H_
#define ZEPHYR_INCLUDE_MSPI_H_
#include <errno.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/types.h>
#include <zephyr/kernel.h>
#include <zephyr/device.h>
#include <... | /content/code_sandbox/include/zephyr/drivers/mspi.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 5,788 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public APIs for GPIO drivers
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_GPIO_H_
#define ZEPHYR_INCLUDE_DRIVERS_GPIO_H_
#include <errno.h>
#include <zephyr/sys/__assert.h>
#include <zephyr/sys/slist.h>
#include <zephyr/types.h>
#include <stddef.h>
#include <zephyr/device.h>
#... | /content/code_sandbox/include/zephyr/drivers/gpio.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 14,608 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public APIs for MIPI-DBI drivers
*
* MIPI-DBI defines the following 3 interfaces:
* Type A: Motorola 6800 type parallel bus
* Type B: Intel 8080 type parallel bus
* Type C: SPI Type (1 bit bus) with 3 options:
* 1. 9 write clocks per byte, final bit is command/... | /content/code_sandbox/include/zephyr/drivers/mipi_dbi.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 2,705 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_WATCHDOG_H_
#define ZEPHYR_INCLUDE_DRIVERS_WATCHDOG_H_
/**
* @brief Watchdog Interface
* @defgroup watchdog_interface Watchdog Interface
* @since 1.0
* @version 1.0.0
* @ingroup io_interfaces
* @{
*/
#include <zephyr/types.h>
#include <zephyr/sys/util.h>... | /content/code_sandbox/include/zephyr/drivers/watchdog.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 1,717 |
```objective-c
/**
* @file
*
* @brief Public APIs for the I2C emulation drivers.
*/
/*
*
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_I2C_I2C_EMUL_H_
#define ZEPHYR_INCLUDE_DRIVERS_I2C_I2C_EMUL_H_
#include <zephyr/device.h>
#include <zephyr/drivers/emul.h>
#include <zephyr/drivers/i2c.h>
#include <zephyr/sys/slist.h>
#inc... | /content/code_sandbox/include/zephyr/drivers/i2c_emul.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 587 |
```objective-c
/*
*
*/
/**
* @file
* @brief Public API for SPI drivers and applications
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_SPI_H_
#define ZEPHYR_INCLUDE_DRIVERS_SPI_H_
/**
* @brief SPI Interface
* @defgroup spi_interface SPI Interface
* @since 1.0
* @version 1.0.0
* @ingroup io_interfaces
* @{
*/
#includ... | /content/code_sandbox/include/zephyr/drivers/spi.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 10,445 |
```objective-c
/*
*
*/
#ifndef ZEPHYR_INCLUDE_DRIVERS_SPI_SPI_EMUL_H_
#define ZEPHYR_INCLUDE_DRIVERS_SPI_SPI_EMUL_H_
#include <zephyr/device.h>
#include <zephyr/drivers/emul.h>
#include <zephyr/drivers/spi.h>
#include <zephyr/sys/slist.h>
#include <zephyr/types.h>
/**
* @file
*
* @brief Public APIs for the SPI ... | /content/code_sandbox/include/zephyr/drivers/spi_emul.h | objective-c | 2016-05-26T17:54:19 | 2024-08-16T18:09:06 | zephyr | zephyrproject-rtos/zephyr | 10,307 | 627 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.