/Zephyr-latest/drivers/memc/ |
D | memc_nxp_s32_qspi.c | 116 #define QSPI_DLL_CFG(n, side, side_upper) \ argument 120 DT_INST_STRING_UPPER_TOKEN(n, side##_dll_mode)), \ 121 .freqEnable = DT_INST_PROP(n, side##_dll_freq_enable), \ 122 .coarseDelay = DT_INST_PROP(n, side##_dll_coarse_delay), \ 123 .fineDelay = DT_INST_PROP(n, side##_dll_fine_delay), \ 124 .tapSelect = DT_INST_PROP(n, side##_dll_tap_select), \ 126 .referenceCounter = DT_INST_PROP(n, side##_dll_ref_counter), \ 127 .resolution = DT_INST_PROP(n, side##_dll_resolution), \ 132 #define QSPI_READ_MODE(n, side, side_upper) \ argument 133 _CONCAT(QSPI_IP_READ_MODE_, DT_INST_STRING_UPPER_TOKEN(n, side##_rx_clock_source)) [all …]
|
/Zephyr-latest/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: 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 …]
|
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…
|
/Zephyr-latest/lib/utils/ |
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() 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/ |
D | gatt.rst | 6 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/ |
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-latest/drivers/mfd/ |
D | Kconfig.bd8lb600fs | 5 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/ |
D | a2dp.rst | 12 …* 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/ |
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-latest/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-latest/drivers/sensor/rohm/bd8lb600fs/ |
D | Kconfig | 11 protection and thermal shutdown sensors of the low side
|
/Zephyr-latest/samples/drivers/adc/adc_sequence/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-latest/soc/ |
D | Kconfig | 5 # side-by-side with "Hardware Configuration" in the menu structure.
|
/Zephyr-latest/doc/connectivity/usb/host/ |
D | usbip.rst | 23 To use USB/IP support, make sure the required modules are loaded on the client side. 31 On the client side, you will also need the **usbip** user tool. It can be installed 68 for how to set up the interface on the client side.
|
/Zephyr-latest/subsys/logging/backends/ |
D | Kconfig.swo | 45 frequency to be known on the receiving side. 51 recovered automatically on the receiving side.
|
/Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 34 * CH0A (plus side) is routed to P19 pin 4 35 * CH0B (minus side) is routed to P19 pin 2
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 630 .wy-side-nav-search > a img.logo { 632 … /* A 5 pixel margin is added on each side. The logo itself displays at 200×100 at 100% scaling. */ 637 .wy-side-nav-search { 641 .wy-side-nav-search.fixed { 648 .wy-side-nav-search.fixed-and-scrolled::after { 660 .wy-side-nav-search > a:hover, 661 .wy-side-nav-search .wy-dropdown > a:hover { 665 .wy-side-nav-search > a:active, 666 .wy-side-nav-search .wy-dropdown > a:active { 670 .wy-side-nav-search input[type=search] { [all …]
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | Kconfig.defconfig | 15 # and the SPI driver sets up RX and TX side. Since LPC DMA has
|
/Zephyr-latest/doc/contribute/style/ |
D | devicetree.rst | 16 * Leave a single space on each side of the equal sign (``=``) in property
|
/Zephyr-latest/boards/shields/seeed_xiao_round_display/doc/ |
D | index.rst | 10 XIAO development boards. It features a fully covered touch screen on one side,
|
/Zephyr-latest/boards/starfive/visionfive2/doc/ |
D | index.rst | 44 xmodem tool from https://github.com/orangecms/xmodem.rs.git side by side.
|
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 10 A simple application demonstrating the responder side of the Bluetooth LE
|
/Zephyr-latest/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-latest/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 10 A simple application demonstrating the initiator side of the Bluetooth LE
|