Home
last modified time | relevance | path

Searched refs:padding (Results 1 – 25 of 76) sorted by relevance

1234

/Zephyr-4.2.1/subsys/fs/fuse_client/
Dfuse_abi.h75 uint16_t padding; member
156 uint32_t padding; member
185 uint32_t padding; member
190 uint32_t padding; member
197 uint32_t padding; member
209 uint32_t padding; member
236 uint32_t padding; member
257 uint32_t padding; member
/Zephyr-4.2.1/doc/_extensions/zephyr/domain/static/css/
Dboard.css32 padding-left: 0em;
33 padding-bottom: 0.5em;
47 padding: 15px;
62 padding: 5px 0px;
92 padding: 4px 8px;
132 padding: 8px 12px;
165 padding: 0;
183 padding: 1px 4px;
188 padding-right: 6px !important;
210 padding: 0.6em;
Dboard-catalog.css23 padding: 10px 18px;
45 padding-left: 18px;
52 padding-right: 18px;
78 padding-right: 40px;
90 padding: 5px 18px;
100 padding: 2px 12px 4px 16px;
127 padding: 5px;
198 padding: 15px 20px;
253 padding: 10px 0px;
281 padding-top: 10px;
[all …]
/Zephyr-4.2.1/samples/net/sockets/echo_server/src/ws_console/
Dstyle.css18 padding: 5px;
37 padding: 5px;
46 padding: 5px;
/Zephyr-4.2.1/scripts/pylib/power-twister-harness/utils/
DUtilityFunctions.py72 def current_RMS(data, trim=100, num_peaks=1, peak_height=0.008, peak_distance=40, padding=40): argument
128 start_idx = indices[i] + padding
129 end_idx = indices[i + 1] - padding
/Zephyr-4.2.1/subsys/usb/host/
Dusbip.h69 uint8_t padding; member
91 uint32_t padding[6]; member
114 uint32_t padding[6]; member
/Zephyr-4.2.1/subsys/net/lib/shell/
Dnbr.c54 char *padding = ""; in nbr_cb() local
62 padding = " "; in nbr_cb()
67 "Remain Link %sAddress\n", padding); in nbr_cb()
106 (net_nbr_get_lladdr(nbr->idx)->len == 8U ? "" : padding), in nbr_cb()
/Zephyr-4.2.1/doc/_static/css/
Dgcs.css19 padding: 0 !important;
48 padding-right: .5em;
53 padding-top: .5em !important;
70 padding: .5em 0;
88 padding: 0.4em 0.6em;
Dcustom.css115 padding-right: 13px;
458 padding: 4px 5px;
497 padding-inline-start: 8px;
500 padding-top: 0.2em;
501 padding-bottom: 0.2em;
529 padding-left: 1rem;
611 padding: 6px 12px;
783 padding: 0;
794 padding: 0 0 0 1em;
804 padding-bottom: 44px;
[all …]
/Zephyr-4.2.1/doc/_extensions/zephyr/kconfig/static/
Dkconfig.css22 padding: 0.75rem;
60 padding-right: 1rem;
70 padding: 0 1rem;
/Zephyr-4.2.1/doc/_doxygen/
Ddoxygen-awesome-zephyr.css82 padding-bottom: 0;
93 padding-top: 12px;
102 padding-top: calc(var(--top-height) - 180px);
109 padding-top: 25px;
Ddoxygen-awesome.css173 --webkit-scrollbar-padding: 4px;
370 padding: var(--spacing-small) var(--spacing-medium);
376 padding: var(--spacing-medium) var(--spacing-large);
384 padding-bottom: var(--spacing-small);
418 padding: 0;
472 padding: var(--spacing-small);
543 padding: 0 var(--spacing-large);
568 padding-left: 8px;
576 padding: 0;
580 padding-left: 0
[all …]
Ddoxygen-awesome-sidebar-only.css64 padding: 0;
78 padding-right: 0;
98 padding-bottom: calc(3 * var(--spacing-large));
99 padding-top: calc(var(--top-height) - 80px);
/Zephyr-4.2.1/arch/arm/core/cortex_m/
Dvector_table_pad.ld12 * area, we add no padding.
15 * multiple times, the padding will only be added at most once, to the
/Zephyr-4.2.1/scripts/build/
Duf2conv.py70 padding = newaddr - curraddr
71 if padding < 0:
73 if padding > 10 * 1024 * 1024:
75 if padding % 4 != 0:
77 while padding > 0:
78 padding -= 4
/Zephyr-4.2.1/tests/lib/cmsis_nn/src/
Dmain.c71 pool_params.padding.w = AVGPOOLING_2_PAD_X; in ZTEST()
72 pool_params.padding.h = AVGPOOLING_2_PAD_Y; in ZTEST()
178 conv_params.padding.w = CONV_4_PAD_X; in ZTEST()
179 conv_params.padding.h = CONV_4_PAD_Y; in ZTEST()
300 dw_conv_params.padding.w = STRIDE2PAD1_PAD_X; in ZTEST()
301 dw_conv_params.padding.h = STRIDE2PAD1_PAD_Y; in ZTEST()
477 pool_params.padding.w = MAXPOOLING_2_PAD_X; in ZTEST()
478 pool_params.padding.h = MAXPOOLING_2_PAD_Y; in ZTEST()
/Zephyr-4.2.1/drivers/i2s/
DKconfig.litex25 bool "Channels placed without padding in fifo"
/Zephyr-4.2.1/scripts/west_commands/
Dbindesc.py41 padding = newaddr - curraddr
42 if padding < 0:
44 if padding > 10*1024*1024:
46 if padding % 4 != 0:
48 while padding > 0:
49 padding -= 4
/Zephyr-4.2.1/soc/nxp/rw/
Dfirmwares.ld11 * issue, so add a padding of one word */
/Zephyr-4.2.1/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py55 padding="same",
60 tf.keras.layers.Conv2D(16, (4, 1), padding="same",
62 tf.keras.layers.MaxPool2D((3, 1), padding="same"), # (batch, 14, 1, 16)
/Zephyr-4.2.1/doc/services/ipc/ipc_service/backends/
Dicbmsg_memory.svg8 …nsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 140px; margi…
25 …nsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 140px; margi…
42 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi…
59 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi…
76 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi…
93 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi…
112 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 240px; margi…
129 …nsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 20px; margin…
146 …nsafe center; justify-content: unsafe center; width: 198px; height: 1px; padding-top: 20px; margin…
165 …e center; justify-content: unsafe flex-start; width: 148px; height: 1px; padding-top: 70px; margin…
[all …]
Dicbmsg_message.svg8 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin…
25 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin…
42 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin…
59 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin…
76 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 121px; margi…
95 …nsafe center; justify-content: unsafe center; width: 158px; height: 1px; padding-top: 121px; margi…
112 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 121px; margi…
129 …unsafe center; justify-content: unsafe center; width: 78px; height: 1px; padding-top: 21px; margin…
148 …fe center; justify-content: unsafe flex-start; width: 78px; height: 1px; padding-top: 21px; margin…
165 …e center; justify-content: unsafe flex-start; width: 198px; height: 1px; padding-top: 121px; margi…
[all …]
Dicbmsg_flows.svg8 …nsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 80px; margin…
27 …nsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 80px; margin…
47 …afe flex-start; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 117px; margi…
67 …afe flex-start; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 117px; margi…
87 …nsafe center; justify-content: unsafe center; width: 298px; height: 1px; padding-top: 15px; margin…
104 …nsafe center; justify-content: unsafe center; width: 298px; height: 1px; padding-top: 15px; margin…
127 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margi…
147 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 170px; margi…
168 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 210px; margi…
188 … unsafe center; justify-content: unsafe center; width: 1px; height: 1px; padding-top: 250px; margi…
[all …]
/Zephyr-4.2.1/subsys/lorawan/services/
Dfrag_transport.c83 uint8_t padding; member
179 ctx.padding = rx_buf[rx_pos++]; in frag_transport_package_callback()
186 index, ctx.nb_frag, ctx.frag_size, ctx.padding, ctx.control, in frag_transport_package_callback()
/Zephyr-4.2.1/doc/safety/images/
DIEC-61508-basis.svg1padding: .2em;&#xa; border: 1px solid #888;&#xa; font-size: 70%;&#xa; background-color: #F8F8F8…

1234