#[doc = "Reader of register OTG_HS_GUSBCFG"]
pub type R = crate::R<u32, super::OTG_HS_GUSBCFG>;
#[doc = "Writer for register OTG_HS_GUSBCFG"]
pub type W = crate::W<u32, super::OTG_HS_GUSBCFG>;
#[doc = "Register OTG_HS_GUSBCFG `reset()`'s with value 0x0a00"]
impl crate::ResetValue for super::OTG_HS_GUSBCFG {
type Type = u32;
#[inline(always)]
fn reset_value() -> Self::Type {
0x0a00
}
}
#[doc = "Reader of field `TOCAL`"]
pub type TOCAL_R = crate::R<u8, u8>;
#[doc = "Write proxy for field `TOCAL`"]
pub struct TOCAL_W<'a> {
w: &'a mut W,
}
impl<'a> TOCAL_W<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !0x07) | ((value as u32) & 0x07);
self.w
}
}
#[doc = "Write proxy for field `PHYSEL`"]
pub struct PHYSEL_W<'a> {
w: &'a mut W,
}
impl<'a> PHYSEL_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 6)) | (((value as u32) & 0x01) << 6);
self.w
}
}
#[doc = "Reader of field `SRPCAP`"]
pub type SRPCAP_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `SRPCAP`"]
pub struct SRPCAP_W<'a> {
w: &'a mut W,
}
impl<'a> SRPCAP_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 8)) | (((value as u32) & 0x01) << 8);
self.w
}
}
#[doc = "Reader of field `HNPCAP`"]
pub type HNPCAP_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `HNPCAP`"]
pub struct HNPCAP_W<'a> {
w: &'a mut W,
}
impl<'a> HNPCAP_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 9)) | (((value as u32) & 0x01) << 9);
self.w
}
}
#[doc = "Reader of field `TRDT`"]
pub type TRDT_R = crate::R<u8, u8>;
#[doc = "Write proxy for field `TRDT`"]
pub struct TRDT_W<'a> {
w: &'a mut W,
}
impl<'a> TRDT_W<'a> {
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x0f << 10)) | (((value as u32) & 0x0f) << 10);
self.w
}
}
#[doc = "Reader of field `PHYLPCS`"]
pub type PHYLPCS_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `PHYLPCS`"]
pub struct PHYLPCS_W<'a> {
w: &'a mut W,
}
impl<'a> PHYLPCS_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 15)) | (((value as u32) & 0x01) << 15);
self.w
}
}
#[doc = "Reader of field `ULPIFSLS`"]
pub type ULPIFSLS_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ULPIFSLS`"]
pub struct ULPIFSLS_W<'a> {
w: &'a mut W,
}
impl<'a> ULPIFSLS_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 17)) | (((value as u32) & 0x01) << 17);
self.w
}
}
#[doc = "Reader of field `ULPIAR`"]
pub type ULPIAR_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ULPIAR`"]
pub struct ULPIAR_W<'a> {
w: &'a mut W,
}
impl<'a> ULPIAR_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 18)) | (((value as u32) & 0x01) << 18);
self.w
}
}
#[doc = "Reader of field `ULPICSM`"]
pub type ULPICSM_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ULPICSM`"]
pub struct ULPICSM_W<'a> {
w: &'a mut W,
}
impl<'a> ULPICSM_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 19)) | (((value as u32) & 0x01) << 19);
self.w
}
}
#[doc = "Reader of field `ULPIEVBUSD`"]
pub type ULPIEVBUSD_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ULPIEVBUSD`"]
pub struct ULPIEVBUSD_W<'a> {
w: &'a mut W,
}
impl<'a> ULPIEVBUSD_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 20)) | (((value as u32) & 0x01) << 20);
self.w
}
}
#[doc = "Reader of field `ULPIEVBUSI`"]
pub type ULPIEVBUSI_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ULPIEVBUSI`"]
pub struct ULPIEVBUSI_W<'a> {
w: &'a mut W,
}
impl<'a> ULPIEVBUSI_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 21)) | (((value as u32) & 0x01) << 21);
self.w
}
}
#[doc = "Reader of field `TSDPS`"]
pub type TSDPS_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `TSDPS`"]
pub struct TSDPS_W<'a> {
w: &'a mut W,
}
impl<'a> TSDPS_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 22)) | (((value as u32) & 0x01) << 22);
self.w
}
}
#[doc = "Reader of field `PCCI`"]
pub type PCCI_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `PCCI`"]
pub struct PCCI_W<'a> {
w: &'a mut W,
}
impl<'a> PCCI_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 23)) | (((value as u32) & 0x01) << 23);
self.w
}
}
#[doc = "Reader of field `PTCI`"]
pub type PTCI_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `PTCI`"]
pub struct PTCI_W<'a> {
w: &'a mut W,
}
impl<'a> PTCI_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 24)) | (((value as u32) & 0x01) << 24);
self.w
}
}
#[doc = "Reader of field `ULPIIPD`"]
pub type ULPIIPD_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `ULPIIPD`"]
pub struct ULPIIPD_W<'a> {
w: &'a mut W,
}
impl<'a> ULPIIPD_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 25)) | (((value as u32) & 0x01) << 25);
self.w
}
}
#[doc = "Reader of field `FHMOD`"]
pub type FHMOD_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FHMOD`"]
pub struct FHMOD_W<'a> {
w: &'a mut W,
}
impl<'a> FHMOD_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 29)) | (((value as u32) & 0x01) << 29);
self.w
}
}
#[doc = "Reader of field `FDMOD`"]
pub type FDMOD_R = crate::R<bool, bool>;
#[doc = "Write proxy for field `FDMOD`"]
pub struct FDMOD_W<'a> {
w: &'a mut W,
}
impl<'a> FDMOD_W<'a> {
#[doc = r"Sets the field bit"]
#[inline(always)]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r"Clears the field bit"]
#[inline(always)]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r"Writes raw bits to the field"]
#[inline(always)]
pub fn bit(self, value: bool) -> &'a mut W {
self.w.bits = (self.w.bits & !(0x01 << 30)) | (((value as u32) & 0x01) << 30);
self.w
}
}
impl R {
#[doc = "Bits 0:2 - FS timeout calibration"]
#[inline(always)]
pub fn tocal(&self) -> TOCAL_R {
TOCAL_R::new((self.bits & 0x07) as u8)
}
#[doc = "Bit 8 - SRP-capable"]
#[inline(always)]
pub fn srpcap(&self) -> SRPCAP_R {
SRPCAP_R::new(((self.bits >> 8) & 0x01) != 0)
}
#[doc = "Bit 9 - HNP-capable"]
#[inline(always)]
pub fn hnpcap(&self) -> HNPCAP_R {
HNPCAP_R::new(((self.bits >> 9) & 0x01) != 0)
}
#[doc = "Bits 10:13 - USB turnaround time"]
#[inline(always)]
pub fn trdt(&self) -> TRDT_R {
TRDT_R::new(((self.bits >> 10) & 0x0f) as u8)
}
#[doc = "Bit 15 - PHY Low-power clock select"]
#[inline(always)]
pub fn phylpcs(&self) -> PHYLPCS_R {
PHYLPCS_R::new(((self.bits >> 15) & 0x01) != 0)
}
#[doc = "Bit 17 - ULPI FS/LS select"]
#[inline(always)]
pub fn ulpifsls(&self) -> ULPIFSLS_R {
ULPIFSLS_R::new(((self.bits >> 17) & 0x01) != 0)
}
#[doc = "Bit 18 - ULPI Auto-resume"]
#[inline(always)]
pub fn ulpiar(&self) -> ULPIAR_R {
ULPIAR_R::new(((self.bits >> 18) & 0x01) != 0)
}
#[doc = "Bit 19 - ULPI Clock SuspendM"]
#[inline(always)]
pub fn ulpicsm(&self) -> ULPICSM_R {
ULPICSM_R::new(((self.bits >> 19) & 0x01) != 0)
}
#[doc = "Bit 20 - ULPI External VBUS Drive"]
#[inline(always)]
pub fn ulpievbusd(&self) -> ULPIEVBUSD_R {
ULPIEVBUSD_R::new(((self.bits >> 20) & 0x01) != 0)
}
#[doc = "Bit 21 - ULPI external VBUS indicator"]
#[inline(always)]
pub fn ulpievbusi(&self) -> ULPIEVBUSI_R {
ULPIEVBUSI_R::new(((self.bits >> 21) & 0x01) != 0)
}
#[doc = "Bit 22 - TermSel DLine pulsing selection"]
#[inline(always)]
pub fn tsdps(&self) -> TSDPS_R {
TSDPS_R::new(((self.bits >> 22) & 0x01) != 0)
}
#[doc = "Bit 23 - Indicator complement"]
#[inline(always)]
pub fn pcci(&self) -> PCCI_R {
PCCI_R::new(((self.bits >> 23) & 0x01) != 0)
}
#[doc = "Bit 24 - Indicator pass through"]
#[inline(always)]
pub fn ptci(&self) -> PTCI_R {
PTCI_R::new(((self.bits >> 24) & 0x01) != 0)
}
#[doc = "Bit 25 - ULPI interface protect disable"]
#[inline(always)]
pub fn ulpiipd(&self) -> ULPIIPD_R {
ULPIIPD_R::new(((self.bits >> 25) & 0x01) != 0)
}
#[doc = "Bit 29 - Forced host mode"]
#[inline(always)]
pub fn fhmod(&self) -> FHMOD_R {
FHMOD_R::new(((self.bits >> 29) & 0x01) != 0)
}
#[doc = "Bit 30 - Forced peripheral mode"]
#[inline(always)]
pub fn fdmod(&self) -> FDMOD_R {
FDMOD_R::new(((self.bits >> 30) & 0x01) != 0)
}
}
impl W {
#[doc = "Bits 0:2 - FS timeout calibration"]
#[inline(always)]
pub fn tocal(&mut self) -> TOCAL_W {
TOCAL_W { w: self }
}
#[doc = "Bit 6 - USB 2.0 high-speed ULPI PHY or USB 1.1 full-speed serial transceiver select"]
#[inline(always)]
pub fn physel(&mut self) -> PHYSEL_W {
PHYSEL_W { w: self }
}
#[doc = "Bit 8 - SRP-capable"]
#[inline(always)]
pub fn srpcap(&mut self) -> SRPCAP_W {
SRPCAP_W { w: self }
}
#[doc = "Bit 9 - HNP-capable"]
#[inline(always)]
pub fn hnpcap(&mut self) -> HNPCAP_W {
HNPCAP_W { w: self }
}
#[doc = "Bits 10:13 - USB turnaround time"]
#[inline(always)]
pub fn trdt(&mut self) -> TRDT_W {
TRDT_W { w: self }
}
#[doc = "Bit 15 - PHY Low-power clock select"]
#[inline(always)]
pub fn phylpcs(&mut self) -> PHYLPCS_W {
PHYLPCS_W { w: self }
}
#[doc = "Bit 17 - ULPI FS/LS select"]
#[inline(always)]
pub fn ulpifsls(&mut self) -> ULPIFSLS_W {
ULPIFSLS_W { w: self }
}
#[doc = "Bit 18 - ULPI Auto-resume"]
#[inline(always)]
pub fn ulpiar(&mut self) -> ULPIAR_W {
ULPIAR_W { w: self }
}
#[doc = "Bit 19 - ULPI Clock SuspendM"]
#[inline(always)]
pub fn ulpicsm(&mut self) -> ULPICSM_W {
ULPICSM_W { w: self }
}
#[doc = "Bit 20 - ULPI External VBUS Drive"]
#[inline(always)]
pub fn ulpievbusd(&mut self) -> ULPIEVBUSD_W {
ULPIEVBUSD_W { w: self }
}
#[doc = "Bit 21 - ULPI external VBUS indicator"]
#[inline(always)]
pub fn ulpievbusi(&mut self) -> ULPIEVBUSI_W {
ULPIEVBUSI_W { w: self }
}
#[doc = "Bit 22 - TermSel DLine pulsing selection"]
#[inline(always)]
pub fn tsdps(&mut self) -> TSDPS_W {
TSDPS_W { w: self }
}
#[doc = "Bit 23 - Indicator complement"]
#[inline(always)]
pub fn pcci(&mut self) -> PCCI_W {
PCCI_W { w: self }
}
#[doc = "Bit 24 - Indicator pass through"]
#[inline(always)]
pub fn ptci(&mut self) -> PTCI_W {
PTCI_W { w: self }
}
#[doc = "Bit 25 - ULPI interface protect disable"]
#[inline(always)]
pub fn ulpiipd(&mut self) -> ULPIIPD_W {
ULPIIPD_W { w: self }
}
#[doc = "Bit 29 - Forced host mode"]
#[inline(always)]
pub fn fhmod(&mut self) -> FHMOD_W {
FHMOD_W { w: self }
}
#[doc = "Bit 30 - Forced peripheral mode"]
#[inline(always)]
pub fn fdmod(&mut self) -> FDMOD_W {
FDMOD_W { w: self }
}
}