Home
last modified time | relevance | path

Searched refs:cm (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/doc/_static/latex/
Dtitle.tex7 \newgeometry{top=3cm,left=0cm,right=0cm,bottom=2.5cm}
19 \begin{minipage}{2cm}
20 \color{bg-color} \rule{2cm}{1.7cm}
22 \hspace{0.2cm}
23 \begin{minipage}{3cm}
26 \hspace{0.2cm}
27 \begin{minipage}{15cm}
32 \vspace{21cm}
35 \begin{minipage}{7cm}
38 \begin{minipage}{1.5cm}
[all …]
/Zephyr-latest/samples/subsys/zbus/confirmed_channel/src/
Dmain.c28 const struct confirmed_msg *cm = zbus_chan_const_msg(chan); in listener_callback_example() local
30 LOG_INF("From listener -> Confirmed message payload = %u", cm->payload); in listener_callback_example()
42 struct confirmed_msg cm; in bar_sub1_task() local
48 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub1_task()
57 cm.payload); in bar_sub1_task()
67 struct confirmed_msg cm; in bar_sub2_task() local
73 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub2_task()
82 cm.payload); in bar_sub2_task()
93 struct confirmed_msg cm; in bar_sub3_task() local
99 zbus_chan_read(&confirmed_chan, &cm, K_MSEC(500)); in bar_sub3_task()
[all …]
/Zephyr-latest/drivers/mipi_dsi/
Ddsi_mcux.c63 uint32_t co_shift, cn, cm; in dsi_mcux_best_clock() local
114 cm = (vco_freq + (refclk_cn_freq - 1)) / refclk_cn_freq; in dsi_mcux_best_clock()
119 if (cm == (DSI_DPHY_PLL_CM_MAX + 1)) { in dsi_mcux_best_clock()
120 cm = DSI_DPHY_PLL_CM_MAX; in dsi_mcux_best_clock()
124 if ((cm < DSI_DPHY_PLL_CM_MIN) || (cm > DSI_DPHY_PLL_CM_MAX)) { in dsi_mcux_best_clock()
129 cand_freq = (refclk_cn_freq * cm) >> co_shift; in dsi_mcux_best_clock()
/Zephyr-latest/drivers/sensor/hp206c/
DKconfig33 int "Altitude offset (in cm)"
37 Value, in cm, that will be used to compensate altitude calculation.
/Zephyr-latest/drivers/audio/
Dwm8904.h104 #define WM8904_REGVAL_INSEL(cm, nin, pin, mode) \ argument
105 (((cm) & 0b1) << 6) | (((nin) & 0b11) << 4)
/Zephyr-latest/scripts/west_commands/zspdx/
Dcmakefileapijson.py52 cm = zspdx.cmakefileapi.Codemodel()
70 cm.paths_source = paths_dict.get("source", "")
71 cm.paths_build = paths_dict.get("build", "")
78 cm.configurations.append(cfg)
81 linkCodemodel(cm)
83 return cm
335 def linkCodemodel(cm): argument
336 for cfg in cm.configurations:
Dwalker.py63 self.cm = None
117 self.cm = self.getCodemodel()
118 if not self.cm:
194 cfgPackageApp.relativeBaseDir = self.cm.paths_source
232 relativeBaseDir = west_topdir(self.cm.paths_source)
395 cfgTargets = self.cm.configurations[0].configTargets
426 cfg.relativeBaseDir = self.cm.paths_build
489 srcAbspath = os.path.join(self.cm.paths_source, src.path)
557 srcAbspath = os.path.join(self.cm.paths_source, src.path)
/Zephyr-latest/boards/bbc/microbit/doc/
Dindex.rst10 The board is 4 cm × 5 cm and has an ARM Cortex-M0 processor, accelerometer and
/Zephyr-latest/boards/bbc/microbit_v2/doc/
Dindex.rst10 The board is 4 cm × 5 cm and has an ARM Cortex-M4F processor, accelerometer and
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/
DREADME.rst65 distance: 0 m -- 09 cm;
89 - a flag (proxy) that goes on when the distance is below 10cm
/Zephyr-latest/subsys/net/lib/shell/
DCMakeLists.txt20 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_CONNECTION_MANAGER_SUPPORTED cm.c)
Dcm.c952 SHELL_SUBCMD_ADD((net), cm, &net_cmd_cm, "Control conn_mgr.", NULL, 1, 0);
/Zephyr-latest/samples/shields/x_nucleo_53l0a1/
DREADME.rst20 4x7 segment display shows the distance in cm.
/Zephyr-latest/boards/seeed/wio_terminal/doc/
Dindex.rst22 - Speaker ≥78dB @10cm 4000Hz
/Zephyr-latest/doc/services/zbus/
Dindex.rst544 const struct control_msg* cm = msg;
545 bool is_valid = (cm->move == -1) || (cm->move == 0) || (cm->move == 1);
/Zephyr-latest/doc/_static/css/
Dcustom.css377 .highlight .cm /* Comment.Multiline */,
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1137 * Added new ``net cm`` commands exposing Connection Manager functionality.