#[doc = r"Value read from the register"]
pub struct R {
bits: u8,
}
#[doc = r"Value to write to the register"]
pub struct W {
bits: u8,
}
impl super::TXCSRH5 {
#[doc = r"Modifies the contents of the register"]
#[inline(always)]
pub fn modify<F>(&self, f: F)
where
for<'w> F: FnOnce(&R, &'w mut W) -> &'w mut W,
{
let bits = self.register.get();
self.register.set(f(&R { bits }, &mut W { bits }).bits);
}
#[doc = r"Reads the contents of the register"]
#[inline(always)]
pub fn read(&self) -> R {
R {
bits: self.register.get(),
}
}
#[doc = r"Writes to the register"]
#[inline(always)]
pub fn write<F>(&self, f: F)
where
F: FnOnce(&mut W) -> &mut W,
{
self.register.set(
f(&mut W {
bits: Self::reset_value(),
})
.bits,
);
}
#[doc = r"Reset value of the register"]
#[inline(always)]
pub const fn reset_value() -> u8 {
0
}
#[doc = r"Writes the reset value to the register"]
#[inline(always)]
pub fn reset(&self) {
self.register.set(Self::reset_value())
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_DTR {
bits: bool,
}
impl USB_TXCSRH5_DTR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_DTW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_DTW<'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 &= !(1 << 0);
self.w.bits |= ((value as u8) & 1) << 0;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_DTWER {
bits: bool,
}
impl USB_TXCSRH5_DTWER {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_DTWEW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_DTWEW<'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 &= !(1 << 1);
self.w.bits |= ((value as u8) & 1) << 1;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_DMAMODR {
bits: bool,
}
impl USB_TXCSRH5_DMAMODR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_DMAMODW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_DMAMODW<'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 &= !(1 << 2);
self.w.bits |= ((value as u8) & 1) << 2;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_FDTR {
bits: bool,
}
impl USB_TXCSRH5_FDTR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_FDTW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_FDTW<'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 &= !(1 << 3);
self.w.bits |= ((value as u8) & 1) << 3;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_DMAENR {
bits: bool,
}
impl USB_TXCSRH5_DMAENR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_DMAENW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_DMAENW<'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 &= !(1 << 4);
self.w.bits |= ((value as u8) & 1) << 4;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_MODER {
bits: bool,
}
impl USB_TXCSRH5_MODER {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_MODEW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_MODEW<'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 &= !(1 << 5);
self.w.bits |= ((value as u8) & 1) << 5;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_ISOR {
bits: bool,
}
impl USB_TXCSRH5_ISOR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_ISOW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_ISOW<'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 &= !(1 << 6);
self.w.bits |= ((value as u8) & 1) << 6;
self.w
}
}
#[doc = r"Value of the field"]
pub struct USB_TXCSRH5_AUTOSETR {
bits: bool,
}
impl USB_TXCSRH5_AUTOSETR {
#[doc = r"Value of the field as raw bits"]
#[inline(always)]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r"Returns `true` if the bit is clear (0)"]
#[inline(always)]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r"Returns `true` if the bit is set (1)"]
#[inline(always)]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r"Proxy"]
pub struct _USB_TXCSRH5_AUTOSETW<'a> {
w: &'a mut W,
}
impl<'a> _USB_TXCSRH5_AUTOSETW<'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 &= !(1 << 7);
self.w.bits |= ((value as u8) & 1) << 7;
self.w
}
}
impl R {
#[doc = r"Value of the register as raw bits"]
#[inline(always)]
pub fn bits(&self) -> u8 {
self.bits
}
#[doc = "Bit 0 - Data Toggle"]
#[inline(always)]
pub fn usb_txcsrh5_dt(&self) -> USB_TXCSRH5_DTR {
let bits = ((self.bits >> 0) & 1) != 0;
USB_TXCSRH5_DTR { bits }
}
#[doc = "Bit 1 - Data Toggle Write Enable"]
#[inline(always)]
pub fn usb_txcsrh5_dtwe(&self) -> USB_TXCSRH5_DTWER {
let bits = ((self.bits >> 1) & 1) != 0;
USB_TXCSRH5_DTWER { bits }
}
#[doc = "Bit 2 - DMA Request Mode"]
#[inline(always)]
pub fn usb_txcsrh5_dmamod(&self) -> USB_TXCSRH5_DMAMODR {
let bits = ((self.bits >> 2) & 1) != 0;
USB_TXCSRH5_DMAMODR { bits }
}
#[doc = "Bit 3 - Force Data Toggle"]
#[inline(always)]
pub fn usb_txcsrh5_fdt(&self) -> USB_TXCSRH5_FDTR {
let bits = ((self.bits >> 3) & 1) != 0;
USB_TXCSRH5_FDTR { bits }
}
#[doc = "Bit 4 - DMA Request Enable"]
#[inline(always)]
pub fn usb_txcsrh5_dmaen(&self) -> USB_TXCSRH5_DMAENR {
let bits = ((self.bits >> 4) & 1) != 0;
USB_TXCSRH5_DMAENR { bits }
}
#[doc = "Bit 5 - Mode"]
#[inline(always)]
pub fn usb_txcsrh5_mode(&self) -> USB_TXCSRH5_MODER {
let bits = ((self.bits >> 5) & 1) != 0;
USB_TXCSRH5_MODER { bits }
}
#[doc = "Bit 6 - Isochronous Transfers"]
#[inline(always)]
pub fn usb_txcsrh5_iso(&self) -> USB_TXCSRH5_ISOR {
let bits = ((self.bits >> 6) & 1) != 0;
USB_TXCSRH5_ISOR { bits }
}
#[doc = "Bit 7 - Auto Set"]
#[inline(always)]
pub fn usb_txcsrh5_autoset(&self) -> USB_TXCSRH5_AUTOSETR {
let bits = ((self.bits >> 7) & 1) != 0;
USB_TXCSRH5_AUTOSETR { bits }
}
}
impl W {
#[doc = r"Writes raw bits to the register"]
#[inline(always)]
pub unsafe fn bits(&mut self, bits: u8) -> &mut Self {
self.bits = bits;
self
}
#[doc = "Bit 0 - Data Toggle"]
#[inline(always)]
pub fn usb_txcsrh5_dt(&mut self) -> _USB_TXCSRH5_DTW {
_USB_TXCSRH5_DTW { w: self }
}
#[doc = "Bit 1 - Data Toggle Write Enable"]
#[inline(always)]
pub fn usb_txcsrh5_dtwe(&mut self) -> _USB_TXCSRH5_DTWEW {
_USB_TXCSRH5_DTWEW { w: self }
}
#[doc = "Bit 2 - DMA Request Mode"]
#[inline(always)]
pub fn usb_txcsrh5_dmamod(&mut self) -> _USB_TXCSRH5_DMAMODW {
_USB_TXCSRH5_DMAMODW { w: self }
}
#[doc = "Bit 3 - Force Data Toggle"]
#[inline(always)]
pub fn usb_txcsrh5_fdt(&mut self) -> _USB_TXCSRH5_FDTW {
_USB_TXCSRH5_FDTW { w: self }
}
#[doc = "Bit 4 - DMA Request Enable"]
#[inline(always)]
pub fn usb_txcsrh5_dmaen(&mut self) -> _USB_TXCSRH5_DMAENW {
_USB_TXCSRH5_DMAENW { w: self }
}
#[doc = "Bit 5 - Mode"]
#[inline(always)]
pub fn usb_txcsrh5_mode(&mut self) -> _USB_TXCSRH5_MODEW {
_USB_TXCSRH5_MODEW { w: self }
}
#[doc = "Bit 6 - Isochronous Transfers"]
#[inline(always)]
pub fn usb_txcsrh5_iso(&mut self) -> _USB_TXCSRH5_ISOW {
_USB_TXCSRH5_ISOW { w: self }
}
#[doc = "Bit 7 - Auto Set"]
#[inline(always)]
pub fn usb_txcsrh5_autoset(&mut self) -> _USB_TXCSRH5_AUTOSETW {
_USB_TXCSRH5_AUTOSETW { w: self }
}
}