Searched refs:odd (Results 1 – 17 of 17) sorted by relevance
| /Zephyr-latest/drivers/usb/udc/ |
| D | udc_kinetis.c | 140 bd_idx = USB_EP_GET_IDX(cfg->addr) * 4U + (cfg->stat.odd ^ opposite); in usbfsotg_get_ebd() 241 if (priv->busy[cfg->stat.odd]) { in usbfsotg_ctrl_feed_start() 248 priv->out_buf[cfg->stat.odd] = buf; in usbfsotg_ctrl_feed_start() 249 priv->busy[cfg->stat.odd] = true; in usbfsotg_ctrl_feed_start() 251 LOG_DBG("ep0 %p|odd: %u|d: %u", buf, cfg->stat.odd, cfg->stat.data1); in usbfsotg_ctrl_feed_start() 265 if (priv->busy[!cfg->stat.odd]) { in usbfsotg_ctrl_feed_start_next() 272 priv->out_buf[!cfg->stat.odd] = buf; in usbfsotg_ctrl_feed_start_next() 273 priv->busy[!cfg->stat.odd] = true; in usbfsotg_ctrl_feed_start_next() 275 LOG_DBG("ep0 %p|odd: %u|d: %u (n)", buf, cfg->stat.odd, cfg->stat.data1); in usbfsotg_ctrl_feed_start_next() 541 bool odd = stat_reg_is_odd(status); in isr_handle_xfer_done() local [all …]
|
| D | udc_common.c | 387 cfg->stat.odd = 0; in udc_ep_enable_internal()
|
| /Zephyr-latest/boards/mediatek/mt8188/ |
| D | afe-mt8188.dts | 44 int-odd = <0x10b1133c 0 1>; 61 int-odd = <0x10b1134c 0 1>;
|
| /Zephyr-latest/drivers/usb/device/ |
| D | usb_dc_kinetis.c | 147 static inline uint8_t get_bdt_idx(uint8_t ep, uint8_t odd) in get_bdt_idx() argument 150 return ((((KINETIS_ADDR2IDX(ep)) * 4) + 2 + (odd & 1))); in get_bdt_idx() 152 return ((((KINETIS_ADDR2IDX(ep)) * 4) + (odd & 1))); in get_bdt_idx() 607 uint8_t odd; in usb_dc_ep_write() local 616 odd = dev_data.ep_ctrl[ep_idx].status.in_odd; in usb_dc_ep_write() 617 bd_idx = get_bdt_idx(ep, odd); in usb_dc_ep_write() 635 LOG_DBG("bd idx %x bufp %p odd %d", bd_idx, bufp, odd); in usb_dc_ep_write() 647 dev_data.ep_ctrl[ep_idx].status.in_odd = ~odd; in usb_dc_ep_write() 923 uint8_t odd = (status & USB_STAT_ODD_MASK) >> USB_STAT_ODD_SHIFT; in usb_kinetis_isr_handler() local 924 uint8_t idx = get_bdt_idx(ep, odd); in usb_kinetis_isr_handler() [all …]
|
| /Zephyr-latest/boards/shields/wnc_m14a2a/boards/ |
| D | frdm_k64f.overlay | 8 * WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible
|
| D | nrf52840dk_nrf52840.overlay | 29 * WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible
|
| /Zephyr-latest/samples/drivers/adc/adc_dt/boards/ |
| D | xg24_rb4187c.overlay | 19 /* Allocate odd bus 0 on GPIO port B to IADC for access to pin PB1 */
|
| /Zephyr-latest/drivers/display/ |
| D | Kconfig.sdl | 72 The color of the odd cells in the transparency grid.
|
| /Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/doc/ |
| D | index.rst | 33 | odd | | | even | | |
|
| /Zephyr-latest/doc/_static/css/ |
| D | light.css | 37 --table-row-odd-background-color: #f3f6f6;
|
| D | dark.css | 38 --table-row-odd-background-color: #3b3e41;
|
| D | custom.css | 260 .wy-table-odd td, 263 background-color: var(--table-row-odd-background-color);
|
| /Zephyr-latest/include/zephyr/drivers/usb/ |
| D | udc.h | 98 uint32_t odd : 1; member
|
| /Zephyr-latest/doc/releases/ |
| D | migration-guide-4.2.rst | 70 * Renamed the devicetree property ``int_odd`` to ``int-odd``.
|
| D | release-notes-2.6.rst | 1566 …- STM32 serial driver configure api doesn't set correct datalength when even or odd parity is used.
|
| /Zephyr-latest/doc/_doxygen/ |
| D | doxygen-awesome.css | 57 --odd-color: rgba(0,0,0,.028); 196 --odd-color: rgba(100,100,100,.06); 257 --odd-color: rgba(100,100,100,.06); 2058 background-color: var(--odd-color); 2061 table.directory tr.odd { 2114 .classindex dl.odd { 2115 background: var(--odd-color); 2144 background-color: var(--odd-color); 2623 background-color: var(--odd-color);
|
| /Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
| D | index.rst | 104 the odd- and even-numbered pins are listed in separate tables. The 185 Note that the headers at the bottom of the board have odd-numbered 220 Note that the headers at the bottom of the board have odd-numbered
|