Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 169) sorted by relevance

1234567

/Zephyr-latest/drivers/memc/
Dmemc_nxp_s32_qspi.c115 #define QSPI_DLL_CFG(n, side, side_upper) \ argument
119 DT_INST_STRING_UPPER_TOKEN(n, side##_dll_mode)), \
120 .freqEnable = DT_INST_PROP(n, side##_dll_freq_enable), \
121 .coarseDelay = DT_INST_PROP(n, side##_dll_coarse_delay), \
122 .fineDelay = DT_INST_PROP(n, side##_dll_fine_delay), \
123 .tapSelect = DT_INST_PROP(n, side##_dll_tap_select), \
125 .referenceCounter = DT_INST_PROP(n, side##_dll_ref_counter), \
126 .resolution = DT_INST_PROP(n, side##_dll_resolution), \
131 #define QSPI_READ_MODE(n, side, side_upper) \ argument
132 _CONCAT(QSPI_IP_READ_MODE_, DT_INST_STRING_UPPER_TOKEN(n, side##_rx_clock_source))
[all …]
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome-zephyr.css15 --side-nav-background: #333f67;
16 --side-nav-foreground: #c3e3ff;
24 --side-nav-fixed-width: 300px;
38 --side-nav-background: #252628;
39 --side-nav-foreground: var(--page-foreground-color);
54 --side-nav-background: #252628;
55 --side-nav-foreground: var(--page-foreground-color);
74 background: var(--side-nav-background);
104 color: var(--side-nav-foreground);
Ddoxygen-awesome-sidebar-only.css31 /* side nav width. MUST be = `TREEVIEW_WIDTH`.
34 --side-nav-fixed-width: 335px;
52 #side-nav {
53 min-width: var(--side-nav-fixed-width);
54 max-width: var(--side-nav-fixed-width);
59 #nav-tree, #side-nav {
72 max-width: var(--side-nav-fixed-width);
74 background: var(--side-nav-background);
91 left: var(--side-nav-fixed-width);
101 margin-left: var(--side-nav-fixed-width) !important;
[all …]
Ddoxygen-awesome-sidebar-only-darkmode-toggle.css34 …width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height…
38 …width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar…
/Zephyr-latest/lib/utils/
Drb.c21 static struct rbnode *get_child(struct rbnode *n, uint8_t side) in get_child() argument
24 if (side != 0U) { in get_child()
34 static void set_child(struct rbnode *n, uint8_t side, void *val) in set_child() argument
37 if (side != 0U) { in set_child()
88 uint8_t side = tree->lessthan_fn(node, stack[sz - 1]) ? 0U : 1U; in find_and_stack() local
89 struct rbnode *ch = get_child(stack[sz - 1], side); in find_and_stack()
102 struct rbnode *z_rb_get_minmax(struct rbtree *tree, uint8_t side) in z_rb_get_minmax() argument
106 for (n = tree->root; (n != NULL) && (get_child(n, side) != NULL); in z_rb_get_minmax()
107 n = get_child(n, side)) { in z_rb_get_minmax()
136 uint8_t side = get_side(parent, child); in rotate() local
[all …]
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgatt.rst6 To perform service discovery on the client side, use the :code:`gatt discover` command. This should
9 On the server side, you can register pre-defined test services using the :code:`gatt register`
10 command. When done, you should see the newly added services on the client side when running the
13 You can now subscribe to those new services on the client side. Here is an example on how to
/Zephyr-latest/tests/unit/rbtree/
Dmain.c94 int side, bheight = blacks_above + z_rb_is_black(node); in check_rbnode() local
96 for (side = 0; side < 2; side++) { in check_rbnode()
97 struct rbnode *ch = z_rb_child(node, side); in check_rbnode()
101 if (side == 0) { in check_rbnode()
/Zephyr-latest/drivers/mfd/
DKconfig.bd8lb600fs5 bool "BD8LB600FS low side switch multi-function device driver"
11 Enable the Rohm BD8LB600FS low side switch multi-function device driver
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst12 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p…
83 <after a2dp configure of source side>
87 <after a2dp establish of source side>
90 <after a2dp start of source side>
93 <after a2dp send_media of source side>
96 <after a2dp suspend of source side>
99 <after a2dp release of source side>
/Zephyr-latest/subsys/console/
DKconfig35 large host-side clipboard pastes. Set to 0 to disable
44 large host-side clipboard pastes. Set to 0 to disable
/Zephyr-latest/include/zephyr/sys/
Drb.h112 struct rbnode *z_rb_child(struct rbnode *node, uint8_t side);
117 struct rbnode *z_rb_get_minmax(struct rbtree *tree, uint8_t side);
/Zephyr-latest/drivers/sensor/rohm/bd8lb600fs/
DKconfig11 protection and thermal shutdown sensors of the low side
/Zephyr-latest/samples/drivers/adc/adc_sequence/boards/
Dlpcxpresso55s69_cpu0.overlay34 * CH0A (plus side) is routed to P19 pin 4
35 * CH0B (minus side) is routed to P19 pin 2
/Zephyr-latest/soc/
DKconfig5 # side-by-side with "Hardware Configuration" in the menu structure.
/Zephyr-latest/subsys/logging/backends/
DKconfig.swo45 frequency to be known on the receiving side.
51 recovered automatically on the receiving side.
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay34 * CH0A (plus side) is routed to P19 pin 4
35 * CH0B (minus side) is routed to P19 pin 2
/Zephyr-latest/boards/nxp/rd_rw612_bga/
DKconfig.defconfig15 # and the SPI driver sets up RX and TX side. Since LPC DMA has
/Zephyr-latest/doc/_static/css/
Dcustom.css629 .wy-side-nav-search > a img.logo {
631 … /* A 5 pixel margin is added on each side. The logo itself displays at 200×100 at 100% scaling. */
636 .wy-side-nav-search {
640 .wy-side-nav-search.fixed {
647 .wy-side-nav-search.fixed-and-scrolled::after {
659 .wy-side-nav-search > a:hover,
660 .wy-side-nav-search .wy-dropdown > a:hover {
664 .wy-side-nav-search > a:active,
665 .wy-side-nav-search .wy-dropdown > a:active {
669 .wy-side-nav-search input[type=search] {
[all …]
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/
Dindex.rst10 XIAO development boards. It features a fully covered touch screen on one side,
/Zephyr-latest/boards/starfive/visionfive2/doc/
Dindex.rst44 xmodem tool from https://github.com/orangecms/xmodem.rs.git side by side.
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/
DREADME.rst10 A simple application demonstrating the responder side of the BLE
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/
DREADME.rst10 A simple application demonstrating the initiator side of the BLE
/Zephyr-latest/samples/drivers/ipm/ipm_imx/
DREADME.rst13 it blocks until the data are read by the remote side.
67 Results in the following output on the Zephyr side:
/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit.dts165 /* this example is not using the high-side/low-side signals of the same channel */
/Zephyr-latest/doc/connectivity/networking/
Deth_bridge_native_sim_setup.rst80 Ethernet interfaces which are linked to interfaces ``zeth0`` and ``zeth1`` in the host side.
82 The network interfaces look like this in Zephyr's side:
171 If you have wireshark running in host side and monitoring ``zeth0`` and ``zeth1``,

1234567