Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/docs/
Dstyles.css89 padding: 16px 15px 14px 30px;
111 padding: 1px 25px 1px 6px;
138 padding: 0;
150 padding-bottom: 20px;
173 padding-bottom: 10px;
186 padding-left: 5px;
188 padding-top: 15px;
189 /*padding-bottom: 15px;*/
197 padding-bottom: 0px;
203 padding: 10px 0;
[all …]
Dmain.css35 padding: 25px;
54 padding: 20px;
66 padding: 25px 50px 25px 290px;
72 padding: 110px 40px 40px 40px;
77 padding: 90px 20px 50px 20px;
93 padding: 35px;
Dnormalise.css285 * Remove the inner border and padding in Firefox.
293 padding: 0;
308 * Correct the padding in Firefox.
312 padding: 0.35em 0.75em 0.625em;
318 * 3. Remove the padding so developers are not caught out when they zero out
327 padding: 0; /* 3 */
351 * 2. Remove the padding in IE 10-.
357 padding: 0; /* 2 */
380 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c406 …const uint32_t padding = (fn == BACKPLANE_FUNCTION) ? CYW43_BACKPLANE_READ_PAD_LEN_BYTES : 0; // A… in _cyw43_read_reg() local
412 int ret = cyw43_spi_transfer(self, NULL, 4, buf, 8 + padding); in _cyw43_read_reg()
420 uint32_t result = buf32[padding > 0 ? index - 1 : 1]; in _cyw43_read_reg()
492 …const uint32_t padding = (fn == BACKPLANE_FUNCTION) ? CYW43_BACKPLANE_READ_PAD_LEN_BYTES : 0; // A… in cyw43_read_bytes() local
496 …self->spi_header[padding > 0 ? 0 : (CYW43_BACKPLANE_READ_PAD_LEN_BYTES / 4)] = make_cmd(false, tru… in cyw43_read_bytes()
500 … 4, (uint8_t *)&self->spi_header[padding > 0 ? 0 : (CYW43_BACKPLANE_READ_PAD_LEN_BYTES / 4)], alig… in cyw43_read_bytes()