Searched refs:USB_BIN8 (Results 1 – 1 of 1) sorted by relevance
33 #define USB_BIN8(x) ((uint8_t) (0b##x)) macro159 p_qhd->int_smask = (interval == 1) ? USB_BIN8(11111111) : in usb_host_qhd_init()160 (interval == 2) ? USB_BIN8(10101010) : USB_BIN8(01000100); in usb_host_qhd_init()172 p_qhd->fl_int_cmask = USB_BIN8(11100); in usb_host_qhd_init()
Completed in 7 milliseconds