/Zephyr-Core-3.7.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.7.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: 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 | 33 …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/ |
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-Core-3.7.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.7.0/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-Core-3.7.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.7.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.7.0/drivers/sensor/rohm/bd8lb600fs/ |
D | Kconfig | 11 protection and thermal shutdown sensors of the low side
|
/Zephyr-Core-3.7.0/doc/_static/css/ |
D | custom.css | 518 .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/ |
D | Kconfig | 5 # side-by-side with "Hardware Configuration" in the menu structure.
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/subsys/logging/backends/ |
D | Kconfig.swo | 46 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/ |
D | Kconfig.defconfig | 18 # and the SPI driver sets up RX and TX side. Since LPC DMA has
|
/Zephyr-Core-3.7.0/samples/bluetooth/periodic_sync_conn/ |
D | README.rst | 9 A simple application demonstrating the responder side of the BLE
|
/Zephyr-Core-3.7.0/boards/starfive/visionfive2/doc/ |
D | index.rst | 51 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/ |
D | index.rst | 10 XIAO development boards. It features a fully covered touch screen on one side,
|
/Zephyr-Core-3.7.0/samples/bluetooth/periodic_adv_conn/ |
D | README.rst | 9 A simple application demonstrating the initiator side of the BLE
|
/Zephyr-Core-3.7.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.7.0/boards/infineon/xmc47_relax_kit/ |
D | xmc47_relax_kit.dts | 164 /* 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/ |
D | cyclonev_socdk.dts | 23 /* Giving different names to the LEDs connected to the HPS side of the chip */
|
/Zephyr-Core-3.7.0/samples/net/virtual/ |
D | README.rst | 35 to create a sample tunnels in host side.
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/ |
D | bluetooth-shell.rst | 250 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 …]
|