#[doc = r" Value read from the register"]
pub struct R {
bits: u32,
}
#[doc = r" Value to write to the register"]
pub struct W {
bits: u32,
}
impl super::COMP5_CSR {
#[doc = r" Modifies the contents of the register"]
#[inline]
pub fn modify<F>(&self, f: F)
where
for<'w> F: FnOnce(&R, &'w mut W) -> &'w mut W,
{
let bits = self.register.get();
let r = R { bits: bits };
let mut w = W { bits: bits };
f(&r, &mut w);
self.register.set(w.bits);
}
#[doc = r" Reads the contents of the register"]
#[inline]
pub fn read(&self) -> R {
R {
bits: self.register.get(),
}
}
#[doc = r" Writes to the register"]
#[inline]
pub fn write<F>(&self, f: F)
where
F: FnOnce(&mut W) -> &mut W,
{
let mut w = W::reset_value();
f(&mut w);
self.register.set(w.bits);
}
#[doc = r" Writes the reset value to the register"]
#[inline]
pub fn reset(&self) {
self.write(|w| w)
}
}
#[doc = r" Value of the field"]
pub struct COMP5ENR {
bits: bool,
}
impl COMP5ENR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r" Returns `true` if the bit is clear (0)"]
#[inline]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r" Returns `true` if the bit is set (1)"]
#[inline]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r" Value of the field"]
pub struct COMP5MODER {
bits: u8,
}
impl COMP5MODER {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r" Value of the field"]
pub struct COMP5INSELR {
bits: u8,
}
impl COMP5INSELR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r" Value of the field"]
pub struct COMP5INPSELR {
bits: bool,
}
impl COMP5INPSELR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r" Returns `true` if the bit is clear (0)"]
#[inline]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r" Returns `true` if the bit is set (1)"]
#[inline]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r" Value of the field"]
pub struct COMP5_OUT_SELR {
bits: u8,
}
impl COMP5_OUT_SELR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r" Value of the field"]
pub struct COMP5POLR {
bits: bool,
}
impl COMP5POLR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r" Returns `true` if the bit is clear (0)"]
#[inline]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r" Returns `true` if the bit is set (1)"]
#[inline]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r" Value of the field"]
pub struct COMP5HYSTR {
bits: u8,
}
impl COMP5HYSTR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r" Value of the field"]
pub struct COMP5_BLANKINGR {
bits: u8,
}
impl COMP5_BLANKINGR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bits(&self) -> u8 {
self.bits
}
}
#[doc = r" Value of the field"]
pub struct COMP5OUTR {
bits: bool,
}
impl COMP5OUTR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r" Returns `true` if the bit is clear (0)"]
#[inline]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r" Returns `true` if the bit is set (1)"]
#[inline]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r" Value of the field"]
pub struct COMP5LOCKR {
bits: bool,
}
impl COMP5LOCKR {
#[doc = r" Value of the field as raw bits"]
#[inline]
pub fn bit(&self) -> bool {
self.bits
}
#[doc = r" Returns `true` if the bit is clear (0)"]
#[inline]
pub fn bit_is_clear(&self) -> bool {
!self.bit()
}
#[doc = r" Returns `true` if the bit is set (1)"]
#[inline]
pub fn bit_is_set(&self) -> bool {
self.bit()
}
}
#[doc = r" Proxy"]
pub struct _COMP5ENW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5ENW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 0;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5MODEW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5MODEW<'a> {
#[doc = r" Writes raw bits to the field"]
#[inline]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
const MASK: u8 = 3;
const OFFSET: u8 = 2;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5INSELW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5INSELW<'a> {
#[doc = r" Writes raw bits to the field"]
#[inline]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
const MASK: u8 = 7;
const OFFSET: u8 = 4;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5INPSELW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5INPSELW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 7;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5_OUT_SELW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5_OUT_SELW<'a> {
#[doc = r" Writes raw bits to the field"]
#[inline]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
const MASK: u8 = 15;
const OFFSET: u8 = 10;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5POLW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5POLW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 15;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5HYSTW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5HYSTW<'a> {
#[doc = r" Writes raw bits to the field"]
#[inline]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
const MASK: u8 = 3;
const OFFSET: u8 = 16;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5_BLANKINGW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5_BLANKINGW<'a> {
#[doc = r" Writes raw bits to the field"]
#[inline]
pub unsafe fn bits(self, value: u8) -> &'a mut W {
const MASK: u8 = 7;
const OFFSET: u8 = 18;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
#[doc = r" Proxy"]
pub struct _COMP5LOCKW<'a> {
w: &'a mut W,
}
impl<'a> _COMP5LOCKW<'a> {
#[doc = r" Sets the field bit"]
pub fn set_bit(self) -> &'a mut W {
self.bit(true)
}
#[doc = r" Clears the field bit"]
pub fn clear_bit(self) -> &'a mut W {
self.bit(false)
}
#[doc = r" Writes raw bits to the field"]
#[inline]
pub fn bit(self, value: bool) -> &'a mut W {
const MASK: bool = true;
const OFFSET: u8 = 31;
self.w.bits &= !((MASK as u32) << OFFSET);
self.w.bits |= ((value & MASK) as u32) << OFFSET;
self.w
}
}
impl R {
#[doc = r" Value of the register as raw bits"]
#[inline]
pub fn bits(&self) -> u32 {
self.bits
}
#[doc = "Bit 0 - Comparator 5 enable"]
#[inline]
pub fn comp5en(&self) -> COMP5ENR {
let bits = {
const MASK: bool = true;
const OFFSET: u8 = 0;
((self.bits >> OFFSET) & MASK as u32) != 0
};
COMP5ENR { bits }
}
#[doc = "Bits 2:3 - Comparator 5 mode"]
#[inline]
pub fn comp5mode(&self) -> COMP5MODER {
let bits = {
const MASK: u8 = 3;
const OFFSET: u8 = 2;
((self.bits >> OFFSET) & MASK as u32) as u8
};
COMP5MODER { bits }
}
#[doc = "Bits 4:6 - Comparator 5 inverting input selection"]
#[inline]
pub fn comp5insel(&self) -> COMP5INSELR {
let bits = {
const MASK: u8 = 7;
const OFFSET: u8 = 4;
((self.bits >> OFFSET) & MASK as u32) as u8
};
COMP5INSELR { bits }
}
#[doc = "Bit 7 - Comparator 5 non inverted input selection"]
#[inline]
pub fn comp5inpsel(&self) -> COMP5INPSELR {
let bits = {
const MASK: bool = true;
const OFFSET: u8 = 7;
((self.bits >> OFFSET) & MASK as u32) != 0
};
COMP5INPSELR { bits }
}
#[doc = "Bits 10:13 - Comparator 5 output selection"]
#[inline]
pub fn comp5_out_sel(&self) -> COMP5_OUT_SELR {
let bits = {
const MASK: u8 = 15;
const OFFSET: u8 = 10;
((self.bits >> OFFSET) & MASK as u32) as u8
};
COMP5_OUT_SELR { bits }
}
#[doc = "Bit 15 - Comparator 5 output polarity"]
#[inline]
pub fn comp5pol(&self) -> COMP5POLR {
let bits = {
const MASK: bool = true;
const OFFSET: u8 = 15;
((self.bits >> OFFSET) & MASK as u32) != 0
};
COMP5POLR { bits }
}
#[doc = "Bits 16:17 - Comparator 5 hysteresis"]
#[inline]
pub fn comp5hyst(&self) -> COMP5HYSTR {
let bits = {
const MASK: u8 = 3;
const OFFSET: u8 = 16;
((self.bits >> OFFSET) & MASK as u32) as u8
};
COMP5HYSTR { bits }
}
#[doc = "Bits 18:20 - Comparator 5 blanking source"]
#[inline]
pub fn comp5_blanking(&self) -> COMP5_BLANKINGR {
let bits = {
const MASK: u8 = 7;
const OFFSET: u8 = 18;
((self.bits >> OFFSET) & MASK as u32) as u8
};
COMP5_BLANKINGR { bits }
}
#[doc = "Bit 30 - Comparator51 output"]
#[inline]
pub fn comp5out(&self) -> COMP5OUTR {
let bits = {
const MASK: bool = true;
const OFFSET: u8 = 30;
((self.bits >> OFFSET) & MASK as u32) != 0
};
COMP5OUTR { bits }
}
#[doc = "Bit 31 - Comparator 5 lock"]
#[inline]
pub fn comp5lock(&self) -> COMP5LOCKR {
let bits = {
const MASK: bool = true;
const OFFSET: u8 = 31;
((self.bits >> OFFSET) & MASK as u32) != 0
};
COMP5LOCKR { bits }
}
}
impl W {
#[doc = r" Reset value of the register"]
#[inline]
pub fn reset_value() -> W {
W { bits: 0 }
}
#[doc = r" Writes raw bits to the register"]
#[inline]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self {
self.bits = bits;
self
}
#[doc = "Bit 0 - Comparator 5 enable"]
#[inline]
pub fn comp5en(&mut self) -> _COMP5ENW {
_COMP5ENW { w: self }
}
#[doc = "Bits 2:3 - Comparator 5 mode"]
#[inline]
pub fn comp5mode(&mut self) -> _COMP5MODEW {
_COMP5MODEW { w: self }
}
#[doc = "Bits 4:6 - Comparator 5 inverting input selection"]
#[inline]
pub fn comp5insel(&mut self) -> _COMP5INSELW {
_COMP5INSELW { w: self }
}
#[doc = "Bit 7 - Comparator 5 non inverted input selection"]
#[inline]
pub fn comp5inpsel(&mut self) -> _COMP5INPSELW {
_COMP5INPSELW { w: self }
}
#[doc = "Bits 10:13 - Comparator 5 output selection"]
#[inline]
pub fn comp5_out_sel(&mut self) -> _COMP5_OUT_SELW {
_COMP5_OUT_SELW { w: self }
}
#[doc = "Bit 15 - Comparator 5 output polarity"]
#[inline]
pub fn comp5pol(&mut self) -> _COMP5POLW {
_COMP5POLW { w: self }
}
#[doc = "Bits 16:17 - Comparator 5 hysteresis"]
#[inline]
pub fn comp5hyst(&mut self) -> _COMP5HYSTW {
_COMP5HYSTW { w: self }
}
#[doc = "Bits 18:20 - Comparator 5 blanking source"]
#[inline]
pub fn comp5_blanking(&mut self) -> _COMP5_BLANKINGW {
_COMP5_BLANKINGW { w: self }
}
#[doc = "Bit 31 - Comparator 5 lock"]
#[inline]
pub fn comp5lock(&mut self) -> _COMP5LOCKW {
_COMP5LOCKW { w: self }
}
}