Lines Matching refs:CTRLB
381 module_inst->hw->HOST.CTRLB.bit.VBUSOK = 1; in usb_host_enable()
395 module_inst->hw->HOST.CTRLB.bit.BUSRESET = 1; in usb_host_send_reset()
409 module_inst->hw->HOST.CTRLB.bit.SOFE = 1; in usb_host_enable_sof()
423 module_inst->hw->HOST.CTRLB.bit.SOFE = 0; in usb_host_disable_sof()
439 return module_inst->hw->HOST.CTRLB.bit.SOFE; in usb_host_is_sof_enabled()
453 module_inst->hw->HOST.CTRLB.bit.RESUME= 1; in usb_host_send_resume()
467 module_inst->hw->HOST.CTRLB.bit.L1RESUME = 1; in usb_host_send_l1_resume()
514 module_inst->hw->DEVICE.CTRLB.reg &= ~USB_DEVICE_CTRLB_DETACH; in usb_device_attach()
524 module_inst->hw->DEVICE.CTRLB.reg |= USB_DEVICE_CTRLB_DETACH; in usb_device_detach()
593 module_inst->hw->DEVICE.CTRLB.reg |= USB_DEVICE_CTRLB_UPRSM; in usb_device_send_remote_wake_up()
605 module_inst->hw->DEVICE.CTRLB.bit.LPMHDSK = lpm_mode; in usb_device_set_lpm_mode()