Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/drivers/usb/udc/
Dudc_kinetis.c140 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 …]
Dudc_common.c387 cfg->stat.odd = 0; in udc_ep_enable_internal()
/Zephyr-latest/drivers/usb/device/
Dusb_dc_kinetis.c140 static inline uint8_t get_bdt_idx(uint8_t ep, uint8_t odd) in get_bdt_idx() argument
143 return ((((KINETIS_ADDR2IDX(ep)) * 4) + 2 + (odd & 1))); in get_bdt_idx()
145 return ((((KINETIS_ADDR2IDX(ep)) * 4) + (odd & 1))); in get_bdt_idx()
600 uint8_t odd; in usb_dc_ep_write() local
609 odd = dev_data.ep_ctrl[ep_idx].status.in_odd; in usb_dc_ep_write()
610 bd_idx = get_bdt_idx(ep, odd); in usb_dc_ep_write()
628 LOG_DBG("bd idx %x bufp %p odd %d", bd_idx, bufp, odd); in usb_dc_ep_write()
640 dev_data.ep_ctrl[ep_idx].status.in_odd = ~odd; in usb_dc_ep_write()
916 uint8_t odd = (status & USB_STAT_ODD_MASK) >> USB_STAT_ODD_SHIFT; in usb_kinetis_isr_handler() local
917 uint8_t idx = get_bdt_idx(ep, odd); in usb_kinetis_isr_handler()
[all …]
/Zephyr-latest/boards/shields/wnc_m14a2a/boards/
Dfrdm_k64f.overlay8 * WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible
Dnrf52840dk_nrf52840.overlay29 * WNC-M14A2A shield uses an odd UART available on *some* Arduino-R3-compatible
/Zephyr-latest/drivers/display/
DKconfig.sdl72 The color of the odd cells in the transparency grid.
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/doc/
Dindex.rst33 | odd | | | even | | |
/Zephyr-latest/doc/_static/css/
Ddark.css38 --table-row-odd-background-color: #3b3e41;
Dlight.css37 --table-row-odd-background-color: #f3f6f6;
Dcustom.css259 .wy-table-odd td,
262 background-color: var(--table-row-odd-background-color);
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc.h98 uint32_t odd : 1; member
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css57 --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/
Dindex.rst156 the odd- and even-numbered pins are listed in separate tables. The
237 Note that the headers at the bottom of the board have odd-numbered
272 Note that the headers at the bottom of the board have odd-numbered
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1566 …- STM32 serial driver configure api doesn't set correct datalength when even or odd parity is used.