2.7.0-rc2
Zephyr Project
v: latest
Document Release Versions
latest
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
1.14.1
Downloads
PDF
zephyrproject.org Links
Project Home
SDK
Releases
Contents
Introduction
Getting Started Guide
Contribution Guidelines
Development and Contribution Process
Build and Configuration Systems
Application Development
API Reference
User and Developer Guides
Security
Samples and Demos
Supported Boards
Release Notes
Reference
API
Kconfig Options
Devicetree Bindings
Zephyr Project
Docs / Latest
»
Index
This is the documentation for the latest (main) development branch of Zephyr. If you are looking for the documentation of previous releases, use the drop-down menu on the left and select the desired version.
Index – R
rb_contains (C function)
RB_FOR_EACH (C macro)
RB_FOR_EACH_CONTAINER (C macro)
rb_get_max (C function)
rb_get_min (C function)
rb_insert (C function)
rb_lessthan_t (C type)
rb_remove (C function)
rb_visit_t (C type)
rb_walk (C function)
rbtree (C struct)
read_at() (west.manifest.Project method)
read_config() (in module west.configuration)
regulator_disable (C function)
regulator_driver_api (C struct)
regulator_enable (C function)
require() (runners.core.ZephyrBinaryRunner static method)
requires_workspace (west.commands.west.commands.WestCommand attribute)
RESET_BROWNOUT (C macro)
RESET_CLOCK (C macro)
RESET_CPU_LOCKUP (C macro)
RESET_DEBUG (C macro)
RESET_LOW_POWER_WAKE (C macro)
RESET_PARITY (C macro)
RESET_PIN (C macro)
RESET_PLL (C macro)
RESET_POR (C macro)
RESET_SECURITY (C macro)
RESET_SOFTWARE (C macro)
RESET_WATCHDOG (C macro)
RESULT_CONNECTION_LOST (C macro)
RESULT_DEFAULT (C macro)
RESULT_INTEGRITY_FAILED (C macro)
RESULT_INVALID_URI (C macro)
RESULT_NO_STORAGE (C macro)
RESULT_OUT_OF_MEM (C macro)
RESULT_SUCCESS (C macro)
RESULT_UNSUP_FW (C macro)
RESULT_UNSUP_PROTO (C macro)
RESULT_UPDATE_FAILED (C macro)
returncode (west.commands.CommandError attribute)
REVERSE_ARGS (C macro)
ring_buf_capacity_get (C function)
RING_BUF_DECLARE (C macro)
ring_buf_get (C function)
ring_buf_get_claim (C function)
ring_buf_get_finish (C function)
ring_buf_init (C function)
ring_buf_is_empty (C function)
RING_BUF_ITEM_DECLARE_POW2 (C macro)
RING_BUF_ITEM_DECLARE_SIZE (C macro)
ring_buf_item_get (C function)
ring_buf_item_put (C function)
ring_buf_peek (C function)
ring_buf_put (C function)
ring_buf_put_claim (C function)
ring_buf_put_finish (C function)
ring_buf_reset (C function)
ring_buf_size_get (C function)
ring_buf_space_get (C function)
ROUND_DOWN (C macro)
ROUND_UP (C macro)
run() (runners.core.ZephyrBinaryRunner method)
(west.commands.west.commands.WestCommand.WestCommand method)
run_client() (runners.core.ZephyrBinaryRunner method)
run_server_and_client() (runners.core.ZephyrBinaryRunner method)
RunnerCaps (class in runners.core)
RunnerConfig (class in runners.core)
runners.core
module