Home
last modified time | relevance | path

Searched refs:RxCSRL_REG_EPN_STALL_SENT_MASK (Results 1 – 2 of 2) sorted by relevance

/hal_microchip-3.7.0/mpfs/drivers/mss/mss_usb/
Dmss_usb_core_regs.h118 #define RxCSRL_REG_EPN_STALL_SENT_MASK 0x0040u macro
Dmss_usb_common_reg_io.h736 return (((USB->ENDPOINT[ep_num].RX_CSR & RxCSRL_REG_EPN_STALL_SENT_MASK) ? in MSS_USB_CIF_rx_ep_is_stall_sent_bit()
748 reg_val &= ~RxCSRL_REG_EPN_STALL_SENT_MASK; in MSS_USB_CIF_rx_ep_clr_stall_sent_bit()