/Zephyr-Core-3.5.0/drivers/memc/ |
D | memc_nxp_s32_qspi.c | 115 #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.5.0/doc/_doxygen/ |
D | doxygen-awesome-zephyr.css | 15 --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);
|
D | doxygen-awesome-sidebar-only.css | 31 /* side nav width. MUST be = `TREEVIEW_WIDTH`. 34 --side-nav-fixed-width: 340px; 46 #side-nav { 47 min-width: var(--side-nav-fixed-width); 48 max-width: var(--side-nav-fixed-width); 53 #nav-tree, #side-nav { 66 max-width: var(--side-nav-fixed-width); 67 background: var(--side-nav-background); 83 left: var(--side-nav-fixed-width); 93 margin-left: var(--side-nav-fixed-width) !important; [all …]
|
D | doxygen-awesome-sidebar-only-darkmode-toggle.css | 34 …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…
|
D | doxygen-awesome.css | 119 --searchbar-background: var(--side-nav-background); 148 --side-nav-background: #fbfbfb; 149 --side-nav-foreground: var(--page-foreground-color); 150 --side-nav-arrow-opacity: 0; 151 --side-nav-arrow-hover-opacity: 0.9; 188 --side-nav-background: #252628; 234 --side-nav-background: #252628; 676 #side-nav { 678 background: var(--side-nav-background); 682 #side-nav { [all …]
|
/Zephyr-Core-3.5.0/lib/os/ |
D | rb.c | 21 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() 87 uint8_t side = tree->lessthan_fn(node, stack[sz - 1]) ? 0U : 1U; in find_and_stack() local 88 struct rbnode *ch = get_child(stack[sz - 1], side); in find_and_stack() 100 struct rbnode *z_rb_get_minmax(struct rbtree *tree, uint8_t side) in z_rb_get_minmax() argument 104 for (n = tree->root; (n != NULL) && (get_child(n, side) != NULL); in z_rb_get_minmax() 105 n = get_child(n, side)) { in z_rb_get_minmax() 134 uint8_t side = get_side(parent, child); in rotate() local [all …]
|
/Zephyr-Core-3.5.0/tests/unit/rbtree/ |
D | main.c | 94 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.5.0/subsys/console/ |
D | Kconfig | 35 large host-side clipboard pastes. Set to 0 to disable 44 large host-side clipboard pastes. Set to 0 to disable
|
/Zephyr-Core-3.5.0/include/zephyr/sys/ |
D | rb.h | 112 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.5.0/doc/_static/css/ |
D | custom.css | 600 .wy-side-nav-search > a img.logo { 602 … /* A 5 pixel margin is added on each side. The logo itself displays at 200×100 at 100% scaling. */ 607 .wy-side-nav-search { 611 .wy-side-nav-search.fixed { 618 .wy-side-nav-search.fixed-and-scrolled::after { 630 .wy-side-nav-search > a:hover, 631 .wy-side-nav-search .wy-dropdown > a:hover { 635 .wy-side-nav-search > a:active, 636 .wy-side-nav-search .wy-dropdown > a:active { 640 .wy-side-nav-search input[type="text"] { [all …]
|
/Zephyr-Core-3.5.0/samples/drivers/adc/boards/ |
D | lpcxpresso55s69_cpu0.overlay | 34 * CH0A (plus side) is routed to P19 pin 4 35 * CH0B (minus side) is routed to P19 pin 2
|
/Zephyr-Core-3.5.0/soc/arm/st_stm32/ |
D | Kconfig | 22 of power consumption. As a side-effects this prevents
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 9 A simple application demonstrating the responder side of the BLE
|
/Zephyr-Core-3.5.0/boards/arm/xmc47_relax_kit/ |
D | xmc47_relax_kit.dts | 167 /* this example is not using the high-side/low-side signals of the same channel */
|
/Zephyr-Core-3.5.0/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 9 A simple application demonstrating the initiator side of the BLE
|
/Zephyr-Core-3.5.0/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 13 it blocks until the data are read by the remote side. 67 Results in the following output on the Zephyr side:
|
/Zephyr-Core-3.5.0/boards/arm/cyclonev_socdk/ |
D | cyclonev_socdk.dts | 23 /* Giving different names to the LEDs connected to the HPS side of the chip */
|
/Zephyr-Core-3.5.0/samples/net/virtual/ |
D | README.rst | 35 to create a sample tunnels in host side.
|
/Zephyr-Core-3.5.0/modules/nanopb/ |
D | Kconfig | 50 Only to be used when the decoder on the receiving side cannot
|
/Zephyr-Core-3.5.0/samples/net/gptp/ |
D | Kconfig | 11 # VLAN IP addressing in Linux side (if that is desired).
|
/Zephyr-Core-3.5.0/subsys/net/lib/dns/ |
D | Kconfig | 9 This option enables the DNS client side support for Zephyr 16 This option enables multicast DNS client side support. 22 This option enables link local multicast name resolution client side
|
/Zephyr-Core-3.5.0/boards/shields/link_board_eth/doc/ |
D | index.rst | 43 during startup and it requires no intervention from the MCU side.
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | Kconfig.formatting | 175 left side of the point and microseconds on the right side.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | zperf.rst | 87 and in the host side, iPerf must be executed with the following
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/ll/edtt/ |
D | README.txt | 4 This is the embedded side of the BLE conformance tests which are part of the
|