Searched refs:USB_DEVICE_EPCFG_NYETDIS (Results 1 – 2 of 2) sorted by relevance
7153 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg |= USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_set_EPCFG_NYETDIS_bit()7161 tmp = (tmp & USB_DEVICE_EPCFG_NYETDIS) >> USB_DEVICE_EPCFG_NYETDIS_Pos; in hri_usbendpoint_get_EPCFG_NYETDIS_bit()7170 tmp &= ~USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_write_EPCFG_NYETDIS_bit()7179 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg &= ~USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_clear_EPCFG_NYETDIS_bit()7186 ((UsbDevice *)hw)->DeviceEndpoint[submodule_index].EPCFG.reg ^= USB_DEVICE_EPCFG_NYETDIS; in hri_usbendpoint_toggle_EPCFG_NYETDIS_bit()7940 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPCFG.reg |= USB_DEVICE_EPCFG_NYETDIS; in hri_usbdevice_set_EPCFG_NYETDIS_bit()7948 tmp = (tmp & USB_DEVICE_EPCFG_NYETDIS) >> USB_DEVICE_EPCFG_NYETDIS_Pos; in hri_usbdevice_get_EPCFG_NYETDIS_bit()7957 tmp &= ~USB_DEVICE_EPCFG_NYETDIS; in hri_usbdevice_write_EPCFG_NYETDIS_bit()7966 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPCFG.reg &= ~USB_DEVICE_EPCFG_NYETDIS; in hri_usbdevice_clear_EPCFG_NYETDIS_bit()7973 ((Usb *)hw)->DEVICE.DeviceEndpoint[submodule_index].EPCFG.reg ^= USB_DEVICE_EPCFG_NYETDIS; in hri_usbdevice_toggle_EPCFG_NYETDIS_bit()
848 #define USB_DEVICE_EPCFG_NYETDIS (_U(0x1) << USB_DEVICE_EPCFG_NYETDIS_Pos) macro