Home
last modified time | relevance | path

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

1234567

/Zephyr-Core-3.7.0/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-Core-3.7.0/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.css33 …width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height…
37 …width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar…
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/drivers/sensor/rohm/bd8lb600fs/
DKconfig11 protection and thermal shutdown sensors of the low side
/Zephyr-Core-3.7.0/doc/_static/css/
Dcustom.css518 .wy-side-nav-search > a img.logo {
520 … /* A 5 pixel margin is added on each side. The logo itself displays at 200×100 at 100% scaling. */
525 .wy-side-nav-search {
529 .wy-side-nav-search.fixed {
536 .wy-side-nav-search.fixed-and-scrolled::after {
548 .wy-side-nav-search > a:hover,
549 .wy-side-nav-search .wy-dropdown > a:hover {
553 .wy-side-nav-search > a:active,
554 .wy-side-nav-search .wy-dropdown > a:active {
558 .wy-side-nav-search input[type=search] {
[all …]
/Zephyr-Core-3.7.0/soc/
DKconfig5 # side-by-side with "Hardware Configuration" in the menu structure.
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/subsys/logging/backends/
DKconfig.swo46 frequency to be known on the receiving side.
52 recovered automatically on the receiving side.
/Zephyr-Core-3.7.0/boards/nxp/rd_rw612_bga/
DKconfig.defconfig18 # and the SPI driver sets up RX and TX side. Since LPC DMA has
/Zephyr-Core-3.7.0/samples/bluetooth/periodic_sync_conn/
DREADME.rst9 A simple application demonstrating the responder side of the BLE
/Zephyr-Core-3.7.0/boards/starfive/visionfive2/doc/
Dindex.rst51 xmodem tool from https://github.com/orangecms/xmodem.rs.git side by side.
/Zephyr-Core-3.7.0/boards/shields/seeed_xiao_round_display/doc/
Dindex.rst10 XIAO development boards. It features a fully covered touch screen on one side,
/Zephyr-Core-3.7.0/samples/bluetooth/periodic_adv_conn/
DREADME.rst9 A simple application demonstrating the initiator side of the BLE
/Zephyr-Core-3.7.0/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-Core-3.7.0/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit.dts164 /* this example is not using the high-side/low-side signals of the same channel */
/Zephyr-Core-3.7.0/boards/intel/socfpga_std/cyclonev_socdk/
Dcyclonev_socdk.dts23 /* Giving different names to the LEDs connected to the HPS side of the chip */
/Zephyr-Core-3.7.0/samples/net/virtual/
DREADME.rst35 to create a sample tunnels in host side.
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/
Dbluetooth-shell.rst250 On the Central side, it's possible to decrypt the received encrypted advertising data by setting the
358 confirm the passkey on both devices. On the shell side, do it with the command
377 To perform service discovery on the client side, use the :code:`gatt discover` command. This should
380 On the server side, you can register pre-defined test services using the :code:`gatt register`
381 command. When done, you should see the newly added services on the client side when running the
384 You can now subscribe to those new services on the client side. Here is an example on how to
458 …* Source and Sink side can discover remote device's stream endpoints. using :code:`a2dp discover_p…
521 <after a2dp configure of source side>
526 <after a2dp establish of source side>
529 <after a2dp start of source side>
[all …]

1234567