[][src]Struct msp430fr2355::generic::R

pub struct R<U, T> { /* fields omitted */ }

Register/field reader

Result of the read method of a register. Also it can be used in the modify method

Implementations

impl<U, T> R<U, T> where
    U: Copy
[src]

pub fn bits(&self) -> U[src]

Read raw bits from register/field

impl<FI> R<bool, FI>[src]

pub fn bit(&self) -> bool[src]

Value of the field as raw bits

pub fn bit_is_clear(&self) -> bool[src]

Returns true if the bit is clear (0)

pub fn bit_is_set(&self) -> bool[src]

Returns true if the bit is set (1)

impl R<u8, P1IV_A>[src]

pub fn variant(&self) -> Variant<u8, P1IV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_p1ifg0(&self) -> bool[src]

Checks if the value of the field is P1IFG0

pub fn is_p1ifg1(&self) -> bool[src]

Checks if the value of the field is P1IFG1

pub fn is_p1ifg2(&self) -> bool[src]

Checks if the value of the field is P1IFG2

pub fn is_p1ifg3(&self) -> bool[src]

Checks if the value of the field is P1IFG3

pub fn is_p1ifg4(&self) -> bool[src]

Checks if the value of the field is P1IFG4

pub fn is_p1ifg5(&self) -> bool[src]

Checks if the value of the field is P1IFG5

pub fn is_p1ifg6(&self) -> bool[src]

Checks if the value of the field is P1IFG6

pub fn is_p1ifg7(&self) -> bool[src]

Checks if the value of the field is P1IFG7

impl R<u16, Reg<u16, _P1IV>>[src]

pub fn p1iv(&self) -> P1IV_R[src]

Bits 0:4 - Port 1 interrupt vector value

impl R<u8, P2IV_A>[src]

pub fn variant(&self) -> Variant<u8, P2IV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_p2ifg0(&self) -> bool[src]

Checks if the value of the field is P2IFG0

pub fn is_p2ifg1(&self) -> bool[src]

Checks if the value of the field is P2IFG1

pub fn is_p2ifg2(&self) -> bool[src]

Checks if the value of the field is P2IFG2

pub fn is_p2ifg3(&self) -> bool[src]

Checks if the value of the field is P2IFG3

pub fn is_p2ifg4(&self) -> bool[src]

Checks if the value of the field is P2IFG4

pub fn is_p2ifg5(&self) -> bool[src]

Checks if the value of the field is P2IFG5

pub fn is_p2ifg6(&self) -> bool[src]

Checks if the value of the field is P2IFG6

pub fn is_p2ifg7(&self) -> bool[src]

Checks if the value of the field is P2IFG7

impl R<u16, Reg<u16, _P2IV>>[src]

pub fn p2iv(&self) -> P2IV_R[src]

Bits 0:4 - Port 2 interrupt vector value

impl R<u8, P3IV_A>[src]

pub fn variant(&self) -> Variant<u8, P3IV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_p3ifg0(&self) -> bool[src]

Checks if the value of the field is P3IFG0

pub fn is_p3ifg1(&self) -> bool[src]

Checks if the value of the field is P3IFG1

pub fn is_p3ifg2(&self) -> bool[src]

Checks if the value of the field is P3IFG2

pub fn is_p3ifg3(&self) -> bool[src]

Checks if the value of the field is P3IFG3

pub fn is_p3ifg4(&self) -> bool[src]

Checks if the value of the field is P3IFG4

pub fn is_p3ifg5(&self) -> bool[src]

Checks if the value of the field is P3IFG5

pub fn is_p3ifg6(&self) -> bool[src]

Checks if the value of the field is P3IFG6

pub fn is_p3ifg7(&self) -> bool[src]

Checks if the value of the field is P3IFG7

impl R<u16, Reg<u16, _P3IV>>[src]

pub fn p3iv(&self) -> P3IV_R[src]

Bits 0:4 - Port 3 interrupt vector value

impl R<u8, P4IV_A>[src]

pub fn variant(&self) -> Variant<u8, P4IV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_p4ifg0(&self) -> bool[src]

Checks if the value of the field is P4IFG0

pub fn is_p4ifg1(&self) -> bool[src]

Checks if the value of the field is P4IFG1

pub fn is_p4ifg2(&self) -> bool[src]

Checks if the value of the field is P4IFG2

pub fn is_p4ifg3(&self) -> bool[src]

Checks if the value of the field is P4IFG3

pub fn is_p4ifg4(&self) -> bool[src]

Checks if the value of the field is P4IFG4

pub fn is_p4ifg5(&self) -> bool[src]

Checks if the value of the field is P4IFG5

pub fn is_p4ifg6(&self) -> bool[src]

Checks if the value of the field is P4IFG6

pub fn is_p4ifg7(&self) -> bool[src]

Checks if the value of the field is P4IFG7

impl R<u16, Reg<u16, _P4IV>>[src]

pub fn p4iv(&self) -> P4IV_R[src]

Bits 0:4 - Port 4 interrupt vector value

impl R<bool, WDTIE_A>[src]

pub fn variant(&self) -> WDTIE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, OFIE_A>[src]

pub fn variant(&self) -> OFIE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, VMAIE_A>[src]

pub fn variant(&self) -> VMAIE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, NMIIE_A>[src]

pub fn variant(&self) -> NMIIE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, JMBINIE_A>[src]

pub fn variant(&self) -> JMBINIE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, JMBOUTIE_A>[src]

pub fn variant(&self) -> JMBOUTIE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _SFRIE1>>[src]

pub fn wdtie(&self) -> WDTIE_R[src]

Bit 0 - Watchdog timer interrupt enable

pub fn ofie(&self) -> OFIE_R[src]

Bit 1 - Oscillator fault interrupt enable

pub fn vmaie(&self) -> VMAIE_R[src]

Bit 3 - Vacant memory access interrupt enable

pub fn nmiie(&self) -> NMIIE_R[src]

Bit 4 - NMI pin interrupt enable

pub fn jmbinie(&self) -> JMBINIE_R[src]

Bit 6 - JTAG mailbox input interrupt enable

pub fn jmboutie(&self) -> JMBOUTIE_R[src]

Bit 7 - JTAG mailbox output interrupt enable

impl R<bool, OFIFG_A>[src]

pub fn variant(&self) -> OFIFG_A[src]

Get enumerated values variant

pub fn is_ofifg_0(&self) -> bool[src]

Checks if the value of the field is OFIFG_0

pub fn is_ofifg_1(&self) -> bool[src]

Checks if the value of the field is OFIFG_1

impl R<bool, VMAIFG_A>[src]

pub fn variant(&self) -> VMAIFG_A[src]

Get enumerated values variant

pub fn is_vmaifg_0(&self) -> bool[src]

Checks if the value of the field is VMAIFG_0

pub fn is_vmaifg_1(&self) -> bool[src]

Checks if the value of the field is VMAIFG_1

impl R<bool, NMIIFG_A>[src]

pub fn variant(&self) -> NMIIFG_A[src]

Get enumerated values variant

pub fn is_nmiifg_0(&self) -> bool[src]

Checks if the value of the field is NMIIFG_0

pub fn is_nmiifg_1(&self) -> bool[src]

Checks if the value of the field is NMIIFG_1

impl R<bool, WDTIFG_A>[src]

pub fn variant(&self) -> WDTIFG_A[src]

Get enumerated values variant

pub fn is_wdtifg_0(&self) -> bool[src]

Checks if the value of the field is WDTIFG_0

pub fn is_wdtifg_1(&self) -> bool[src]

Checks if the value of the field is WDTIFG_1

impl R<bool, JMBINIFG_A>[src]

pub fn variant(&self) -> JMBINIFG_A[src]

Get enumerated values variant

pub fn is_jmbinifg_0(&self) -> bool[src]

Checks if the value of the field is JMBINIFG_0

pub fn is_jmbinifg_1(&self) -> bool[src]

Checks if the value of the field is JMBINIFG_1

impl R<bool, JMBOUTIFG_A>[src]

pub fn variant(&self) -> JMBOUTIFG_A[src]

Get enumerated values variant

pub fn is_jmboutifg_0(&self) -> bool[src]

Checks if the value of the field is JMBOUTIFG_0

pub fn is_jmboutifg_1(&self) -> bool[src]

Checks if the value of the field is JMBOUTIFG_1

impl R<u16, Reg<u16, _SFRIFG1>>[src]

pub fn ofifg(&self) -> OFIFG_R[src]

Bit 1 - Oscillator fault interrupt flag

pub fn vmaifg(&self) -> VMAIFG_R[src]

Bit 3 - Vacant memory access interrupt flag

pub fn nmiifg(&self) -> NMIIFG_R[src]

Bit 4 - NMI pin interrupt flag

pub fn wdtifg(&self) -> WDTIFG_R[src]

Bit 0 - Watchdog timer interrupt flag

pub fn jmbinifg(&self) -> JMBINIFG_R[src]

Bit 6 - JTAG mailbox input interrupt flag

pub fn jmboutifg(&self) -> JMBOUTIFG_R[src]

Bit 7 - JTAG mailbox output interrupt flag

impl R<bool, SYSNMI_A>[src]

pub fn variant(&self) -> SYSNMI_A[src]

Get enumerated values variant

pub fn is_reset(&self) -> bool[src]

Checks if the value of the field is RESET

pub fn is_nmi(&self) -> bool[src]

Checks if the value of the field is NMI

impl R<bool, SYSNMIIES_A>[src]

pub fn variant(&self) -> SYSNMIIES_A[src]

Get enumerated values variant

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

impl R<bool, SYSRSTUP_A>[src]

pub fn variant(&self) -> SYSRSTUP_A[src]

Get enumerated values variant

pub fn is_pulldown(&self) -> bool[src]

Checks if the value of the field is PULLDOWN

pub fn is_pullup(&self) -> bool[src]

Checks if the value of the field is PULLUP

impl R<bool, SYSRSTRE_A>[src]

pub fn variant(&self) -> SYSRSTRE_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _SFRRPCR>>[src]

pub fn sysnmi(&self) -> SYSNMI_R[src]

Bit 0 - NMI select

pub fn sysnmiies(&self) -> SYSNMIIES_R[src]

Bit 1 - NMI edge select

pub fn sysrstup(&self) -> SYSRSTUP_R[src]

Bit 2 - Reset resistor pin pullup or pulldown

pub fn sysrstre(&self) -> SYSRSTRE_R[src]

Bit 3 - Reset pin resistor enable

impl R<bool, REFLOW_A>[src]

pub fn variant(&self) -> REFLOW_A[src]

Get enumerated values variant

pub fn is_reflow_0(&self) -> bool[src]

Checks if the value of the field is REFLOW_0

pub fn is_reflow_1(&self) -> bool[src]

Checks if the value of the field is REFLOW_1

impl R<bool, PMMSWBOR_A>[src]

pub fn variant(&self) -> PMMSWBOR_A[src]

Get enumerated values variant

pub fn is_pmmswbor_0(&self) -> bool[src]

Checks if the value of the field is PMMSWBOR_0

pub fn is_pmmswbor_1(&self) -> bool[src]

Checks if the value of the field is PMMSWBOR_1

impl R<bool, PMMSWPOR_A>[src]

pub fn variant(&self) -> PMMSWPOR_A[src]

Get enumerated values variant

pub fn is_pmmswpor_0(&self) -> bool[src]

Checks if the value of the field is PMMSWPOR_0

pub fn is_pmmswpor_1(&self) -> bool[src]

Checks if the value of the field is PMMSWPOR_1

impl R<bool, PMMREGOFF_A>[src]

pub fn variant(&self) -> PMMREGOFF_A[src]

Get enumerated values variant

pub fn is_pmmregoff_0(&self) -> bool[src]

Checks if the value of the field is PMMREGOFF_0

pub fn is_pmmregoff_1(&self) -> bool[src]

Checks if the value of the field is PMMREGOFF_1

impl R<bool, SVSHE_A>[src]

pub fn variant(&self) -> SVSHE_A[src]

Get enumerated values variant

pub fn is_svshe_0(&self) -> bool[src]

Checks if the value of the field is SVSHE_0

pub fn is_svshe_1(&self) -> bool[src]

Checks if the value of the field is SVSHE_1

impl R<u16, Reg<u16, _PMMCTL0>>[src]

pub fn reflow(&self) -> REFLOW_R[src]

Bit 0 - Reflow pre-conditioning. Prepares device for reflow soldering. Write as 0 during normal operation.

pub fn pmmswbor(&self) -> PMMSWBOR_R[src]

Bit 2 - Software brownout reset.

pub fn pmmswpor(&self) -> PMMSWPOR_R[src]

Bit 3 - Software POR.

pub fn pmmregoff(&self) -> PMMREGOFF_R[src]

Bit 4 - Regulator off

pub fn svshe(&self) -> SVSHE_R[src]

Bit 6 - High-side SVS enable.

pub fn pmmpw(&self) -> PMMPW_R[src]

Bits 8:15 - PMM password.

impl R<bool, INTREFEN_A>[src]

pub fn variant(&self) -> INTREFEN_A[src]

Get enumerated values variant

pub fn is_intrefen_0(&self) -> bool[src]

Checks if the value of the field is INTREFEN_0

pub fn is_intrefen_1(&self) -> bool[src]

Checks if the value of the field is INTREFEN_1

impl R<bool, EXTREFEN_A>[src]

pub fn variant(&self) -> EXTREFEN_A[src]

Get enumerated values variant

pub fn is_extrefen_0(&self) -> bool[src]

Checks if the value of the field is EXTREFEN_0

pub fn is_extrefen_1(&self) -> bool[src]

Checks if the value of the field is EXTREFEN_1

impl R<bool, TSENSOREN_A>[src]

pub fn variant(&self) -> TSENSOREN_A[src]

Get enumerated values variant

pub fn is_tsensoren_0(&self) -> bool[src]

Checks if the value of the field is TSENSOREN_0

pub fn is_tsensoren_1(&self) -> bool[src]

Checks if the value of the field is TSENSOREN_1

impl R<bool, REFGENACT_A>[src]

pub fn variant(&self) -> REFGENACT_A[src]

Get enumerated values variant

pub fn is_refgenact_0(&self) -> bool[src]

Checks if the value of the field is REFGENACT_0

pub fn is_refgenact_1(&self) -> bool[src]

Checks if the value of the field is REFGENACT_1

impl R<bool, REFBGACT_A>[src]

pub fn variant(&self) -> REFBGACT_A[src]

Get enumerated values variant

pub fn is_refbgact_0(&self) -> bool[src]

Checks if the value of the field is REFBGACT_0

pub fn is_refbgact_1(&self) -> bool[src]

Checks if the value of the field is REFBGACT_1

impl R<bool, BGMODE_A>[src]

pub fn variant(&self) -> BGMODE_A[src]

Get enumerated values variant

pub fn is_bgmode_0(&self) -> bool[src]

Checks if the value of the field is BGMODE_0

pub fn is_bgmode_1(&self) -> bool[src]

Checks if the value of the field is BGMODE_1

impl R<bool, REFGENRDY_A>[src]

pub fn variant(&self) -> REFGENRDY_A[src]

Get enumerated values variant

pub fn is_refgenrdy_0(&self) -> bool[src]

Checks if the value of the field is REFGENRDY_0

pub fn is_refgenrdy_1(&self) -> bool[src]

Checks if the value of the field is REFGENRDY_1

impl R<bool, REFBGRDY_A>[src]

pub fn variant(&self) -> REFBGRDY_A[src]

Get enumerated values variant

pub fn is_refbgrdy_0(&self) -> bool[src]

Checks if the value of the field is REFBGRDY_0

pub fn is_refbgrdy_1(&self) -> bool[src]

Checks if the value of the field is REFBGRDY_1

impl R<u8, REFVSEL_A>[src]

pub fn variant(&self) -> REFVSEL_A[src]

Get enumerated values variant

pub fn is_refvsel_0(&self) -> bool[src]

Checks if the value of the field is REFVSEL_0

pub fn is_refvsel_1(&self) -> bool[src]

Checks if the value of the field is REFVSEL_1

pub fn is_refvsel_2(&self) -> bool[src]

Checks if the value of the field is REFVSEL_2

pub fn is_refvsel_3(&self) -> bool[src]

Checks if the value of the field is REFVSEL_3

impl R<bool, REFGEN_A>[src]

pub fn variant(&self) -> REFGEN_A[src]

Get enumerated values variant

pub fn is_refgen_0(&self) -> bool[src]

Checks if the value of the field is REFGEN_0

pub fn is_refgen_1(&self) -> bool[src]

Checks if the value of the field is REFGEN_1

impl R<bool, REFBGEN_A>[src]

pub fn variant(&self) -> REFBGEN_A[src]

Get enumerated values variant

pub fn is_refbg_0(&self) -> bool[src]

Checks if the value of the field is REFBG_0

pub fn is_refbg_1(&self) -> bool[src]

Checks if the value of the field is REFBG_1

impl R<u16, Reg<u16, _PMMCTL2>>[src]

pub fn intrefen(&self) -> INTREFEN_R[src]

Bit 0 - Internal reference enable

pub fn extrefen(&self) -> EXTREFEN_R[src]

Bit 1 - External reference output enable

pub fn pwrmode(&self) -> PWRMODE_R[src]

Bits 14:15 - Power Mode Selection. The two bits are used to select the power supply in multi power supply systems. A single power supply system is not affected by the bits. Reserved for future use.

pub fn tsensoren(&self) -> TSENSOREN_R[src]

Bit 3 - Temperature sensor enable

pub fn refgenact(&self) -> REFGENACT_R[src]

Bit 8 - Reference generator active. Read only.

pub fn refbgact(&self) -> REFBGACT_R[src]

Bit 9 - Reference bandgap active. Ready only.

pub fn bgmode(&self) -> BGMODE_R[src]

Bit 11 - Bandgap mode. Ready only.

pub fn refgenrdy(&self) -> REFGENRDY_R[src]

Bit 12 - Variable reference voltage ready status.

pub fn refbgrdy(&self) -> REFBGRDY_R[src]

Bit 13 - Buffered bandgap voltage ready status.

pub fn refvsel(&self) -> REFVSEL_R[src]

Bits 4:5 - Reference voltage level select. Can be modified only when REFGENBUSY = 0.

pub fn refgen(&self) -> REFGEN_R[src]

Bit 6 - Reference generator one-time trigger. If written with a 1, the generation of the variable reference voltage is started. When the reference voltage request is set, this bit is cleared by hardware.

pub fn refbgen(&self) -> REFBGEN_R[src]

Bit 7 - Bandgap and bandgap buffer one-time trigger. If written with a 1, the generation of the buffered bandgap voltage is started. When the bandgap buffer voltage request is set, this bit is cleared by hardware.

impl R<bool, PMMBORIFG_A>[src]

pub fn variant(&self) -> PMMBORIFG_A[src]

Get enumerated values variant

pub fn is_pmmborifg_0(&self) -> bool[src]

Checks if the value of the field is PMMBORIFG_0

pub fn is_pmmborifg_1(&self) -> bool[src]

Checks if the value of the field is PMMBORIFG_1

impl R<bool, PMMRSTIFG_A>[src]

pub fn variant(&self) -> PMMRSTIFG_A[src]

Get enumerated values variant

pub fn is_pmmborifg_0(&self) -> bool[src]

Checks if the value of the field is PMMBORIFG_0

pub fn is_pmmborifg_1(&self) -> bool[src]

Checks if the value of the field is PMMBORIFG_1

impl R<bool, PMMPORIFG_A>[src]

pub fn variant(&self) -> PMMPORIFG_A[src]

Get enumerated values variant

pub fn is_pmmborifg_0(&self) -> bool[src]

Checks if the value of the field is PMMBORIFG_0

pub fn is_pmmborifg_1(&self) -> bool[src]

Checks if the value of the field is PMMBORIFG_1

impl R<bool, SVSHIFG_A>[src]

pub fn variant(&self) -> SVSHIFG_A[src]

Get enumerated values variant

pub fn is_svshifg_0(&self) -> bool[src]

Checks if the value of the field is SVSHIFG_0

pub fn is_svshifg_1(&self) -> bool[src]

Checks if the value of the field is SVSHIFG_1

impl R<bool, PMMLPM5IFG_A>[src]

pub fn variant(&self) -> PMMLPM5IFG_A[src]

Get enumerated values variant

pub fn is_pmmlpm5ifg_0(&self) -> bool[src]

Checks if the value of the field is PMMLPM5IFG_0

pub fn is_pmmlpm5ifg_1(&self) -> bool[src]

Checks if the value of the field is PMMLPM5IFG_1

impl R<u16, Reg<u16, _PMMIFG>>[src]

pub fn pmmborifg(&self) -> PMMBORIFG_R[src]

Bit 8 - PMM software brownout reset interrupt flag.

pub fn pmmrstifg(&self) -> PMMRSTIFG_R[src]

Bit 9 - PMM reset pin interrupt flag.

pub fn pmmporifg(&self) -> PMMPORIFG_R[src]

Bit 10 - PMM software POR interrupt flag.

pub fn spwrifg(&self) -> SPWRIFG_R[src]

Bit 11 - Secondary Power interrupt flag. This bit only works in multi power supply systems. When the secondary power is ready to use, this bit is set., In single power supply systems, this bit does not work.

pub fn svshifg(&self) -> SVSHIFG_R[src]

Bit 13 - High-side SVS interrupt flag.

pub fn pmmlpm5ifg(&self) -> PMMLPM5IFG_R[src]

Bit 15 - LPMx.5 flag.

pub fn pmmspsifg(&self) -> PMMSPSIFG_R[src]

Bit 0 - PMM secondary power supply interrupt flag. Reserved for future multi power supply systems.

pub fn ppwrifg(&self) -> PPWRIFG_R[src]

Bit 12 - Primary Power interrupt flag. This bit only works in multi power supply systems. When the primary power is ready to use, this bit is set. In single power supply systems, this bit does not work

impl R<bool, LOCKLPM5_A>[src]

pub fn variant(&self) -> LOCKLPM5_A[src]

Get enumerated values variant

pub fn is_locklpm5_0(&self) -> bool[src]

Checks if the value of the field is LOCKLPM5_0

pub fn is_locklpm5_1(&self) -> bool[src]

Checks if the value of the field is LOCKLPM5_1

impl R<bool, LPM5SW_A>[src]

pub fn variant(&self) -> LPM5SW_A[src]

Get enumerated values variant

pub fn is_lpm5sw_0(&self) -> bool[src]

Checks if the value of the field is LPM5SW_0

pub fn is_lpm5sw_1(&self) -> bool[src]

Checks if the value of the field is LPM5SW_1

impl R<bool, LPM5SM_A>[src]

pub fn variant(&self) -> LPM5SM_A[src]

Get enumerated values variant

pub fn is_lpm5sm_0(&self) -> bool[src]

Checks if the value of the field is LPM5SM_0

pub fn is_lpm5sm_1(&self) -> bool[src]

Checks if the value of the field is LPM5SM_1

impl R<u16, Reg<u16, _PM5CTL0>>[src]

pub fn locklpm5(&self) -> LOCKLPM5_R[src]

Bit 0 - LPMx.5 Lock Bit

pub fn lpm5sw(&self) -> LPM5SW_R[src]

Bit 4 - Reports or sets the LPM3.5 switch connection upon the switch mode set by LPM5SM. When this bit is set, the VLPM3.5 domain can accept full-speed read and write operation by CPU MCLK. If the switch is disconnected, all peripherals within this domain can only accept the operation no more than 40 kHz. In automatic mode (LPM5SM = 0), this bit represents the switch connection between Vcore and VLPM3.5. Any write to this bit has no effect. In manual mode (LPM5SM = 1), this bit can be fully read and written by software. When this bit is set, the switch connection between Vcore and VLPM3.5 is connected. Otherwise, the switch is disconnected.

pub fn lpm5sm(&self) -> LPM5SM_R[src]

Bit 5 - Specifies the operation mode of the LPM3.5 switch.

impl R<bool, SYSRIVECT_A>[src]

pub fn variant(&self) -> SYSRIVECT_A[src]

Get enumerated values variant

pub fn is_fram(&self) -> bool[src]

Checks if the value of the field is FRAM

pub fn is_ram(&self) -> bool[src]

Checks if the value of the field is RAM

impl R<bool, SYSPMMPE_A>[src]

pub fn variant(&self) -> SYSPMMPE_A[src]

Get enumerated values variant

pub fn is_syspmmpe_0(&self) -> bool[src]

Checks if the value of the field is SYSPMMPE_0

pub fn is_syspmmpe_1(&self) -> bool[src]

Checks if the value of the field is SYSPMMPE_1

impl R<bool, SYSBSLIND_A>[src]

pub fn variant(&self) -> SYSBSLIND_A[src]

Get enumerated values variant

pub fn is_sysbslind_0(&self) -> bool[src]

Checks if the value of the field is SYSBSLIND_0

pub fn is_sysbslind_1(&self) -> bool[src]

Checks if the value of the field is SYSBSLIND_1

impl R<bool, SYSJTAGPIN_A>[src]

pub fn variant(&self) -> SYSJTAGPIN_A[src]

Get enumerated values variant

pub fn is_shared(&self) -> bool[src]

Checks if the value of the field is SHARED

pub fn is_dedicated(&self) -> bool[src]

Checks if the value of the field is DEDICATED

impl R<u16, Reg<u16, _SYSCTL>>[src]

pub fn sysrivect(&self) -> SYSRIVECT_R[src]

Bit 0 - RAM-based interrupt vectors

pub fn syspmmpe(&self) -> SYSPMMPE_R[src]

Bit 2 - PMM access protect

pub fn sysbslind(&self) -> SYSBSLIND_R[src]

Bit 4 - BSL entry indication

pub fn sysjtagpin(&self) -> SYSJTAGPIN_R[src]

Bit 5 - Dedicated JTAG pins enable

impl R<bool, SYSBSLR_A>[src]

pub fn variant(&self) -> SYSBSLR_A[src]

Get enumerated values variant

pub fn is_sysbslr_0(&self) -> bool[src]

Checks if the value of the field is SYSBSLR_0

pub fn is_sysbslr_1(&self) -> bool[src]

Checks if the value of the field is SYSBSLR_1

impl R<bool, SYSBSLOFF_A>[src]

pub fn variant(&self) -> SYSBSLOFF_A[src]

Get enumerated values variant

pub fn is_sysbsloff_0(&self) -> bool[src]

Checks if the value of the field is SYSBSLOFF_0

pub fn is_sysbsloff_1(&self) -> bool[src]

Checks if the value of the field is SYSBSLOFF_1

impl R<bool, SYSBSLPE_A>[src]

pub fn variant(&self) -> SYSBSLPE_A[src]

Get enumerated values variant

pub fn is_sysbslpe_0(&self) -> bool[src]

Checks if the value of the field is SYSBSLPE_0

pub fn is_sysbslpe_1(&self) -> bool[src]

Checks if the value of the field is SYSBSLPE_1

impl R<u16, Reg<u16, _SYSBSLC>>[src]

pub fn sysbslr(&self) -> SYSBSLR_R[src]

Bit 2 - RAM assigned to BSL

pub fn sysbsloff(&self) -> SYSBSLOFF_R[src]

Bit 14 - Bootstrap loader memory disable for the size covered in SYSBSLSIZE

pub fn sysbslpe(&self) -> SYSBSLPE_R[src]

Bit 15 - Bootstrap loader memory protection enable for the size covered in SYSBSLSIZE. By default, this bit is cleared by hardware with a BOR event (as indicated above); however, the boot code that checks for an available BSL may set this bit in software to protect the BSL. Because devices normally come with a TI BSL preprogrammed and protected, the boot code sets this bit.

impl R<bool, JMBIN0FG_A>[src]

pub fn variant(&self) -> JMBIN0FG_A[src]

Get enumerated values variant

pub fn is_jmbin0fg_0(&self) -> bool[src]

Checks if the value of the field is JMBIN0FG_0

pub fn is_jmbin0fg_1(&self) -> bool[src]

Checks if the value of the field is JMBIN0FG_1

impl R<bool, JMBIN1FG_A>[src]

pub fn variant(&self) -> JMBIN1FG_A[src]

Get enumerated values variant

pub fn is_jmbin1fg_0(&self) -> bool[src]

Checks if the value of the field is JMBIN1FG_0

pub fn is_jmbin1fg_1(&self) -> bool[src]

Checks if the value of the field is JMBIN1FG_1

impl R<bool, JMBOUT0FG_A>[src]

pub fn variant(&self) -> JMBOUT0FG_A[src]

Get enumerated values variant

pub fn is_jmbout0fg_0(&self) -> bool[src]

Checks if the value of the field is JMBOUT0FG_0

pub fn is_jmbout0fg_1(&self) -> bool[src]

Checks if the value of the field is JMBOUT0FG_1

impl R<bool, JMBOUT1FG_A>[src]

pub fn variant(&self) -> JMBOUT1FG_A[src]

Get enumerated values variant

pub fn is_jmbout1fg_0(&self) -> bool[src]

Checks if the value of the field is JMBOUT1FG_0

pub fn is_jmbout1fg_1(&self) -> bool[src]

Checks if the value of the field is JMBOUT1FG_1

impl R<bool, JMBMODE_A>[src]

pub fn variant(&self) -> JMBMODE_A[src]

Get enumerated values variant

pub fn is_16bit(&self) -> bool[src]

Checks if the value of the field is _16BIT

pub fn is_32bit(&self) -> bool[src]

Checks if the value of the field is _32BIT

impl R<bool, JMBCLR0OFF_A>[src]

pub fn variant(&self) -> JMBCLR0OFF_A[src]

Get enumerated values variant

pub fn is_jmbclr0off_0(&self) -> bool[src]

Checks if the value of the field is JMBCLR0OFF_0

pub fn is_jmbclr0off_1(&self) -> bool[src]

Checks if the value of the field is JMBCLR0OFF_1

impl R<bool, JMBCLR1OFF_A>[src]

pub fn variant(&self) -> JMBCLR1OFF_A[src]

Get enumerated values variant

pub fn is_jmbclr1off_0(&self) -> bool[src]

Checks if the value of the field is JMBCLR1OFF_0

pub fn is_jmbclr1off_1(&self) -> bool[src]

Checks if the value of the field is JMBCLR1OFF_1

impl R<u16, Reg<u16, _SYSJMBC>>[src]

pub fn jmbin0fg(&self) -> JMBIN0FG_R[src]

Bit 0 - Incoming JTAG Mailbox 0 flag

pub fn jmbin1fg(&self) -> JMBIN1FG_R[src]

Bit 1 - Incoming JTAG Mailbox 1 flag

pub fn jmbout0fg(&self) -> JMBOUT0FG_R[src]

Bit 2 - Outgoing JTAG Mailbox 0 flag

pub fn jmbout1fg(&self) -> JMBOUT1FG_R[src]

Bit 3 - Outgoing JTAG Mailbox 1 flag

pub fn jmbmode(&self) -> JMBMODE_R[src]

Bit 4 - Operation mode of JMB

pub fn jmbclr0off(&self) -> JMBCLR0OFF_R[src]

Bit 6 - Incoming JTAG Mailbox 0 flag auto-clear disable

pub fn jmbclr1off(&self) -> JMBCLR1OFF_R[src]

Bit 7 - Incoming JTAG Mailbox 1 flag auto-clear disable

impl R<u16, Reg<u16, _SYSJMBI0>>[src]

pub fn msglo(&self) -> MSGLO_R[src]

Bits 0:7 - JTAG mailbox incoming message low byte

pub fn msghi(&self) -> MSGHI_R[src]

Bits 8:15 - JTAG mailbox incoming message high byte

impl R<u16, Reg<u16, _SYSJMBI1>>[src]

pub fn msglo(&self) -> MSGLO_R[src]

Bits 0:7 - JTAG mailbox incoming message low byte

pub fn msghi(&self) -> MSGHI_R[src]

Bits 8:15 - JTAG mailbox incoming message high byte

impl R<u16, Reg<u16, _SYSJMBO0>>[src]

pub fn msglo(&self) -> MSGLO_R[src]

Bits 0:7 - JTAG mailbox outgoing message low byte

pub fn msghi(&self) -> MSGHI_R[src]

Bits 8:15 - JTAG mailbox outgoing message high byte

impl R<u16, Reg<u16, _SYSJMBO1>>[src]

pub fn msglo(&self) -> MSGLO_R[src]

Bits 0:7 - JTAG mailbox outgoing message low byte

pub fn msghi(&self) -> MSGHI_R[src]

Bits 8:15 - JTAG mailbox outgoing message high byte

impl R<u16, SYSUNIV_A>[src]

pub fn variant(&self) -> Variant<u16, SYSUNIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_nmiifg(&self) -> bool[src]

Checks if the value of the field is NMIIFG

pub fn is_ofifg(&self) -> bool[src]

Checks if the value of the field is OFIFG

impl R<u16, Reg<u16, _SYSUNIV>>[src]

pub fn sysuniv(&self) -> SYSUNIV_R[src]

Bits 0:15 - User NMI vector

impl R<u16, SYSSNIV_A>[src]

pub fn variant(&self) -> Variant<u16, SYSSNIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_svslifg(&self) -> bool[src]

Checks if the value of the field is SVSLIFG

pub fn is_ubdifg(&self) -> bool[src]

Checks if the value of the field is UBDIFG

pub fn is_accteifg(&self) -> bool[src]

Checks if the value of the field is ACCTEIFG

pub fn is_syssniv_8(&self) -> bool[src]

Checks if the value of the field is SYSSNIV_8

pub fn is_syssniv_10(&self) -> bool[src]

Checks if the value of the field is SYSSNIV_10

pub fn is_syssniv_12(&self) -> bool[src]

Checks if the value of the field is SYSSNIV_12

pub fn is_syssniv_14(&self) -> bool[src]

Checks if the value of the field is SYSSNIV_14

pub fn is_syssniv_16(&self) -> bool[src]

Checks if the value of the field is SYSSNIV_16

pub fn is_vmaifg(&self) -> bool[src]

Checks if the value of the field is VMAIFG

pub fn is_jmbinifg(&self) -> bool[src]

Checks if the value of the field is JMBINIFG

pub fn is_jmboutifg(&self) -> bool[src]

Checks if the value of the field is JMBOUTIFG

pub fn is_cbdifg(&self) -> bool[src]

Checks if the value of the field is CBDIFG

impl R<u16, Reg<u16, _SYSSNIV>>[src]

pub fn syssniv(&self) -> SYSSNIV_R[src]

Bits 0:15 - System NMI vector

impl R<u16, SYSRSTIV_A>[src]

pub fn variant(&self) -> Variant<u16, SYSRSTIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_bor(&self) -> bool[src]

Checks if the value of the field is BOR

pub fn is_rstnmi(&self) -> bool[src]

Checks if the value of the field is RSTNMI

pub fn is_pmmswbor(&self) -> bool[src]

Checks if the value of the field is PMMSWBOR

pub fn is_lpm5wu(&self) -> bool[src]

Checks if the value of the field is LPM5WU

pub fn is_secyv(&self) -> bool[src]

Checks if the value of the field is SECYV

pub fn is_sysrstiv_12(&self) -> bool[src]

Checks if the value of the field is SYSRSTIV_12

pub fn is_svshifg(&self) -> bool[src]

Checks if the value of the field is SVSHIFG

pub fn is_sysrstiv_16(&self) -> bool[src]

Checks if the value of the field is SYSRSTIV_16

pub fn is_sysrstiv_18(&self) -> bool[src]

Checks if the value of the field is SYSRSTIV_18

pub fn is_pmmswpor(&self) -> bool[src]

Checks if the value of the field is PMMSWPOR

pub fn is_wdtifg(&self) -> bool[src]

Checks if the value of the field is WDTIFG

pub fn is_wdtpw(&self) -> bool[src]

Checks if the value of the field is WDTPW

pub fn is_frctlpw(&self) -> bool[src]

Checks if the value of the field is FRCTLPW

pub fn is_ubdifg(&self) -> bool[src]

Checks if the value of the field is UBDIFG

pub fn is_perf(&self) -> bool[src]

Checks if the value of the field is PERF

pub fn is_pmmpw(&self) -> bool[src]

Checks if the value of the field is PMMPW

pub fn is_sysrstiv_34(&self) -> bool[src]

Checks if the value of the field is SYSRSTIV_34

pub fn is_fllul(&self) -> bool[src]

Checks if the value of the field is FLLUL

impl R<u16, Reg<u16, _SYSRSTIV>>[src]

pub fn sysrstiv(&self) -> SYSRSTIV_R[src]

Bits 0:15 - Reset interrupt vector

impl R<bool, PFWP_A>[src]

pub fn variant(&self) -> PFWP_A[src]

Get enumerated values variant

pub fn is_pfwp_0(&self) -> bool[src]

Checks if the value of the field is PFWP_0

pub fn is_pfwp_1(&self) -> bool[src]

Checks if the value of the field is PFWP_1

impl R<bool, DFWP_A>[src]

pub fn variant(&self) -> DFWP_A[src]

Get enumerated values variant

pub fn is_dfwp_0(&self) -> bool[src]

Checks if the value of the field is DFWP_0

pub fn is_dfwp_1(&self) -> bool[src]

Checks if the value of the field is DFWP_1

impl R<u16, Reg<u16, _SYSCFG0>>[src]

pub fn pfwp(&self) -> PFWP_R[src]

Bit 0 - Program FRAM write protection

pub fn dfwp(&self) -> DFWP_R[src]

Bit 1 - Data FRAM write protection

pub fn frwppw(&self) -> FRWPPW_R[src]

Bits 8:15 - FRAM protection password, FRAM protection password. Write with 0A5h to unlock the FRAM protection registers. Always reads as 096h

pub fn frwpoa(&self) -> FRWPOA_R[src]

Bits 2:7 - Program FRAM write protection offset address from the beginning of Program FRAM. The offset increases by 1KB resolution

impl R<bool, IREN_A>[src]

pub fn variant(&self) -> IREN_A[src]

Get enumerated values variant

pub fn is_iren_0(&self) -> bool[src]

Checks if the value of the field is IREN_0

pub fn is_iren_1(&self) -> bool[src]

Checks if the value of the field is IREN_1

impl R<bool, IRPSEL_A>[src]

pub fn variant(&self) -> IRPSEL_A[src]

Get enumerated values variant

pub fn is_irpsel_0(&self) -> bool[src]

Checks if the value of the field is IRPSEL_0

pub fn is_irpsel_1(&self) -> bool[src]

Checks if the value of the field is IRPSEL_1

impl R<bool, IRMSEL_A>[src]

pub fn variant(&self) -> IRMSEL_A[src]

Get enumerated values variant

pub fn is_irmsel_0(&self) -> bool[src]

Checks if the value of the field is IRMSEL_0

pub fn is_irmsel_1(&self) -> bool[src]

Checks if the value of the field is IRMSEL_1

impl R<bool, IRDSSEL_A>[src]

pub fn variant(&self) -> IRDSSEL_A[src]

Get enumerated values variant

pub fn is_irdssel_0(&self) -> bool[src]

Checks if the value of the field is IRDSSEL_0

pub fn is_irdssel_1(&self) -> bool[src]

Checks if the value of the field is IRDSSEL_1

impl R<bool, IRDATA_A>[src]

pub fn variant(&self) -> IRDATA_A[src]

Get enumerated values variant

pub fn is_irdata_0(&self) -> bool[src]

Checks if the value of the field is IRDATA_0

pub fn is_irdata_1(&self) -> bool[src]

Checks if the value of the field is IRDATA_1

impl R<u8, SYNCSEL_A>[src]

pub fn variant(&self) -> SYNCSEL_A[src]

Get enumerated values variant

pub fn is_syncsel_0(&self) -> bool[src]

Checks if the value of the field is SYNCSEL_0

pub fn is_syncsel_1(&self) -> bool[src]

Checks if the value of the field is SYNCSEL_1

pub fn is_syncsel_2(&self) -> bool[src]

Checks if the value of the field is SYNCSEL_2

pub fn is_syncsel_3(&self) -> bool[src]

Checks if the value of the field is SYNCSEL_3

impl R<u16, Reg<u16, _SYSCFG1>>[src]

pub fn iren(&self) -> IREN_R[src]

Bit 0 - Infrared enable

pub fn irpsel(&self) -> IRPSEL_R[src]

Bit 1 - Infrared polarity select

pub fn irmsel(&self) -> IRMSEL_R[src]

Bit 2 - Infrared mode select

pub fn irdssel(&self) -> IRDSSEL_R[src]

Bit 3 - Infrared data source select

pub fn irdata(&self) -> IRDATA_R[src]

Bit 4 - Infrared data

pub fn syncsel(&self) -> SYNCSEL_R[src]

Bits 6:7 - Captivate Conversion triggered Source Selection

impl R<bool, ADCPCTL0_A>[src]

pub fn variant(&self) -> ADCPCTL0_A[src]

Get enumerated values variant

pub fn is_adcpctl0_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL0_0

pub fn is_adcpctl0_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL0_1

impl R<bool, ADCPCTL1_A>[src]

pub fn variant(&self) -> ADCPCTL1_A[src]

Get enumerated values variant

pub fn is_adcpctl1_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL1_0

pub fn is_adcpctl1_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL1_1

impl R<bool, ADCPCTL2_A>[src]

pub fn variant(&self) -> ADCPCTL2_A[src]

Get enumerated values variant

pub fn is_adcpctl2_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL2_0

pub fn is_adcpctl2_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL2_1

impl R<bool, ADCPCTL3_A>[src]

pub fn variant(&self) -> ADCPCTL3_A[src]

Get enumerated values variant

pub fn is_adcpctl3_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL3_0

pub fn is_adcpctl3_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL3_1

impl R<bool, ADCPCTL4_A>[src]

pub fn variant(&self) -> ADCPCTL4_A[src]

Get enumerated values variant

pub fn is_adcpctl4_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL4_0

pub fn is_adcpctl4_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL4_1

impl R<bool, ADCPCTL5_A>[src]

pub fn variant(&self) -> ADCPCTL5_A[src]

Get enumerated values variant

pub fn is_adcpctl5_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL5_0

pub fn is_adcpctl5_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL5_1

impl R<bool, ADCPCTL6_A>[src]

pub fn variant(&self) -> ADCPCTL6_A[src]

Get enumerated values variant

pub fn is_adcpctl6_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL6_0

pub fn is_adcpctl6_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL6_1

impl R<bool, ADCPCTL7_A>[src]

pub fn variant(&self) -> ADCPCTL7_A[src]

Get enumerated values variant

pub fn is_adcpctl7_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL7_0

pub fn is_adcpctl7_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL7_1

impl R<bool, ADCPCTL8_A>[src]

pub fn variant(&self) -> ADCPCTL8_A[src]

Get enumerated values variant

pub fn is_adcpctl8_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL8_0

pub fn is_adcpctl8_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL8_1

impl R<bool, ADCPCTL9_A>[src]

pub fn variant(&self) -> ADCPCTL9_A[src]

Get enumerated values variant

pub fn is_adcpctl9_0(&self) -> bool[src]

Checks if the value of the field is ADCPCTL9_0

pub fn is_adcpctl9_1(&self) -> bool[src]

Checks if the value of the field is ADCPCTL9_1

impl R<bool, USCIBRMP_A>[src]

pub fn variant(&self) -> USCIBRMP_A[src]

Get enumerated values variant

pub fn is_uscibrmp_0(&self) -> bool[src]

Checks if the value of the field is USCIBRMP_0

pub fn is_uscibrmp_1(&self) -> bool[src]

Checks if the value of the field is USCIBRMP_1

impl R<bool, RTCCKSEL_A>[src]

pub fn variant(&self) -> RTCCKSEL_A[src]

Get enumerated values variant

pub fn is_rtc_smclk(&self) -> bool[src]

Checks if the value of the field is RTC_SMCLK

pub fn is_rtc_aclk(&self) -> bool[src]

Checks if the value of the field is RTC_ACLK

impl R<u16, Reg<u16, _SYSCFG2>>[src]

pub fn adcpctl0(&self) -> ADCPCTL0_R[src]

Bit 0 - ADC input A0 pin select

pub fn adcpctl1(&self) -> ADCPCTL1_R[src]

Bit 1 - ADC input A1 pin select

pub fn adcpctl2(&self) -> ADCPCTL2_R[src]

Bit 2 - ADC input A2 pin select

pub fn adcpctl3(&self) -> ADCPCTL3_R[src]

Bit 3 - ADC input A3 pin select

pub fn adcpctl4(&self) -> ADCPCTL4_R[src]

Bit 4 - ADC input A4 pin select

pub fn adcpctl5(&self) -> ADCPCTL5_R[src]

Bit 5 - ADC input A5 pin select

pub fn adcpctl6(&self) -> ADCPCTL6_R[src]

Bit 6 - ADC input A6 pin select

pub fn adcpctl7(&self) -> ADCPCTL7_R[src]

Bit 7 - ADC input A7 pin select

pub fn adcpctl8(&self) -> ADCPCTL8_R[src]

Bit 8 - ADC input A8 pin select

pub fn adcpctl9(&self) -> ADCPCTL9_R[src]

Bit 9 - ADC input A9 pin select

pub fn uscibrmp(&self) -> USCIBRMP_R[src]

Bit 11 - eUSCIB Remapping source selection , please refer to device specific for details

pub fn rtccksel(&self) -> RTCCKSEL_R[src]

Bit 10 - RTC clock selection

impl R<bool, USCIARMP_A>[src]

pub fn variant(&self) -> USCIARMP_A[src]

Get enumerated values variant

pub fn is_usciarmp_0(&self) -> bool[src]

Checks if the value of the field is USCIARMP_0

pub fn is_usciarmp_1(&self) -> bool[src]

Checks if the value of the field is USCIARMP_1

impl R<u16, Reg<u16, _SYSCFG3>>[src]

pub fn usciarmp(&self) -> USCIARMP_R[src]

Bit 0 - eUSCIA remapping source selection, please refer to device specific for details

impl R<u16, Reg<u16, _CSCTL0>>[src]

pub fn dco(&self) -> DCO_R[src]

Bits 0:8 - DCO tap selection. These bits select the DCO tap and are modified automatically during FLL operation.

pub fn mod_(&self) -> MOD_R[src]

Bits 9:13 - Modulation bit counter. These bits select the modulation pattern. All MOD bits are modified automatically during FLL operation. The DCO register value is incremented when the modulation bit counter rolls over from 31 to 0. If the modulation bit counter decrements from 0 to the maximum count, the DCO register value is also decreased.

impl R<bool, DISMOD_A>[src]

pub fn variant(&self) -> DISMOD_A[src]

Get enumerated values variant

pub fn is_dismod_0(&self) -> bool[src]

Checks if the value of the field is DISMOD_0

pub fn is_dismod_1(&self) -> bool[src]

Checks if the value of the field is DISMOD_1

impl R<u8, DCORSEL_A>[src]

pub fn variant(&self) -> DCORSEL_A[src]

Get enumerated values variant

pub fn is_dcorsel_0(&self) -> bool[src]

Checks if the value of the field is DCORSEL_0

pub fn is_dcorsel_1(&self) -> bool[src]

Checks if the value of the field is DCORSEL_1

pub fn is_dcorsel_2(&self) -> bool[src]

Checks if the value of the field is DCORSEL_2

pub fn is_dcorsel_3(&self) -> bool[src]

Checks if the value of the field is DCORSEL_3

pub fn is_dcorsel_4(&self) -> bool[src]

Checks if the value of the field is DCORSEL_4

pub fn is_dcorsel_5(&self) -> bool[src]

Checks if the value of the field is DCORSEL_5

pub fn is_dcorsel_6(&self) -> bool[src]

Checks if the value of the field is DCORSEL_6

pub fn is_dcorsel_7(&self) -> bool[src]

Checks if the value of the field is DCORSEL_7

impl R<bool, DCOFTRIMEN_A>[src]

pub fn variant(&self) -> DCOFTRIMEN_A[src]

Get enumerated values variant

pub fn is_dcoftrimen_0(&self) -> bool[src]

Checks if the value of the field is DCOFTRIMEN_0

pub fn is_dcoftrimen_1(&self) -> bool[src]

Checks if the value of the field is DCOFTRIMEN_1

impl R<u16, Reg<u16, _CSCTL1>>[src]

pub fn dismod(&self) -> DISMOD_R[src]

Bit 0 - Modulation. This bit enables/disables the modulation.

pub fn dcorsel(&self) -> DCORSEL_R[src]

Bits 1:3 - DCO Range Select

pub fn dcoftrim(&self) -> DCOFTRIM_R[src]

Bits 4:6 - DCO frequency trim. These bits trims the DCO frequency. By default, it is chipspecific trimmed. These bits can also be trimmed by user code.

pub fn dcoftrimen(&self) -> DCOFTRIMEN_R[src]

Bit 7 - DCO Frequency Trim Enable. When this bit is set, DCOFTRIM value is selected to set DCO frequency. Otherwise, DCOFTRIM value is bypassed and DCO applies default settings in manufacture.

impl R<u8, FLLD_A>[src]

pub fn variant(&self) -> FLLD_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

pub fn is_flld_6(&self) -> bool[src]

Checks if the value of the field is FLLD_6

pub fn is_flld_7(&self) -> bool[src]

Checks if the value of the field is FLLD_7

impl R<u16, Reg<u16, _CSCTL2>>[src]

pub fn flln(&self) -> FLLN_R[src]

Bits 0:9 - Multiplier bits. These bits set the multiplier value N of the DCO. N must be greater than 0. Writing zero to FLLN causes N to be set to 1.

pub fn flld(&self) -> FLLD_R[src]

Bits 12:14 - FLL loop divider. These bits divide f(DCOCLK) in the FLL feedback loop. This results in an additional multiplier for the multiplier bits. See also multiplier bits.

impl R<u8, FLLREFDIV_A>[src]

pub fn variant(&self) -> FLLREFDIV_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

pub fn is_128(&self) -> bool[src]

Checks if the value of the field is _128

pub fn is_256(&self) -> bool[src]

Checks if the value of the field is _256

pub fn is_512(&self) -> bool[src]

Checks if the value of the field is _512

pub fn is_fllrefdiv_6(&self) -> bool[src]

Checks if the value of the field is FLLREFDIV_6

pub fn is_fllrefdiv_7(&self) -> bool[src]

Checks if the value of the field is FLLREFDIV_7

impl R<u8, SELREF_A>[src]

pub fn variant(&self) -> SELREF_A[src]

Get enumerated values variant

pub fn is_xt1clk(&self) -> bool[src]

Checks if the value of the field is XT1CLK

pub fn is_refoclk(&self) -> bool[src]

Checks if the value of the field is REFOCLK

pub fn is_selref_2(&self) -> bool[src]

Checks if the value of the field is SELREF_2

pub fn is_selref_3(&self) -> bool[src]

Checks if the value of the field is SELREF_3

impl R<bool, REFOLP_A>[src]

pub fn variant(&self) -> REFOLP_A[src]

Get enumerated values variant

pub fn is_refolp_0(&self) -> bool[src]

Checks if the value of the field is REFOLP_0

pub fn is_refolp_1(&self) -> bool[src]

Checks if the value of the field is REFOLP_1

impl R<u16, Reg<u16, _CSCTL3>>[src]

pub fn fllrefdiv(&self) -> FLLREFDIV_R[src]

Bits 0:2 - FLL reference divider. These bits define the divide factor for f(FLLREFCLK). If XT1 supports high frequency input higher than 32 kHz, the divided frequency is used as the FLL reference frequency. If XT1 only supports 32-kHz clock, FLLREFDIV is always read and written as zero, 000b = fFLLREFCLK / 1

pub fn selref(&self) -> SELREF_R[src]

Bits 4:5 - FLL reference select. These bits select the FLL reference clock source.

pub fn refolp(&self) -> REFOLP_R[src]

Bit 7 - REFO Low Power Enable. This bit turns on REFO low-power mode. During switch, the low-power mode will be invalid until REFOREADY is set.

impl R<u8, SELMS_A>[src]

pub fn variant(&self) -> SELMS_A[src]

Get enumerated values variant

pub fn is_dcoclkdiv(&self) -> bool[src]

Checks if the value of the field is DCOCLKDIV

pub fn is_refoclk(&self) -> bool[src]

Checks if the value of the field is REFOCLK

pub fn is_xt1clk(&self) -> bool[src]

Checks if the value of the field is XT1CLK

pub fn is_vloclk(&self) -> bool[src]

Checks if the value of the field is VLOCLK

pub fn is_selms_4(&self) -> bool[src]

Checks if the value of the field is SELMS_4

pub fn is_selms_5(&self) -> bool[src]

Checks if the value of the field is SELMS_5

pub fn is_selms_6(&self) -> bool[src]

Checks if the value of the field is SELMS_6

pub fn is_selms_7(&self) -> bool[src]

Checks if the value of the field is SELMS_7

impl R<u8, SELA_A>[src]

pub fn variant(&self) -> SELA_A[src]

Get enumerated values variant

pub fn is_xt1clk(&self) -> bool[src]

Checks if the value of the field is XT1CLK

pub fn is_refoclk(&self) -> bool[src]

Checks if the value of the field is REFOCLK

pub fn is_vloclk(&self) -> bool[src]

Checks if the value of the field is VLOCLK

impl R<u16, Reg<u16, _CSCTL4>>[src]

pub fn selms(&self) -> SELMS_R[src]

Bits 0:2 - Selects the MCLK and SMCLK source

pub fn sela(&self) -> SELA_R[src]

Bits 8:9 - Selects the ACLK source

impl R<u8, DIVM_A>[src]

pub fn variant(&self) -> DIVM_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

pub fn is_128(&self) -> bool[src]

Checks if the value of the field is _128

impl R<u8, DIVS_A>[src]

pub fn variant(&self) -> DIVS_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<bool, SMCLKOFF_A>[src]

pub fn variant(&self) -> SMCLKOFF_A[src]

Get enumerated values variant

pub fn is_smclkoff_0(&self) -> bool[src]

Checks if the value of the field is SMCLKOFF_0

pub fn is_smclkoff_1(&self) -> bool[src]

Checks if the value of the field is SMCLKOFF_1

impl R<bool, VLOAUTOOFF_A>[src]

pub fn variant(&self) -> VLOAUTOOFF_A[src]

Get enumerated values variant

pub fn is_vloautooff_0(&self) -> bool[src]

Checks if the value of the field is VLOAUTOOFF_0

pub fn is_vloautooff_1(&self) -> bool[src]

Checks if the value of the field is VLOAUTOOFF_1

impl R<u16, Reg<u16, _CSCTL5>>[src]

pub fn divm(&self) -> DIVM_R[src]

Bits 0:2 - MCLK source divider

pub fn divs(&self) -> DIVS_R[src]

Bits 4:5 - SMCLK source divider. SMCLK directly derives from MCLK. SMCLK frequency is the combination of DIVM and DIVS out of selected clock source.

pub fn smclkoff(&self) -> SMCLKOFF_R[src]

Bit 8 - SMCLK off. This bit turns off SMCLK clock

pub fn vloautooff(&self) -> VLOAUTOOFF_R[src]

Bit 12 - VLO automatic off enable. This bit turns off VLO, if VLO is not used.

impl R<bool, XT1AUTOOFF_A>[src]

pub fn variant(&self) -> XT1AUTOOFF_A[src]

Get enumerated values variant

pub fn is_xt1autooff_0(&self) -> bool[src]

Checks if the value of the field is XT1AUTOOFF_0

pub fn is_xt1autooff_1(&self) -> bool[src]

Checks if the value of the field is XT1AUTOOFF_1

impl R<bool, XT1AGCOFF_A>[src]

pub fn variant(&self) -> XT1AGCOFF_A[src]

Get enumerated values variant

pub fn is_xt1agcoff_0(&self) -> bool[src]

Checks if the value of the field is XT1AGCOFF_0

pub fn is_xt1agcoff_1(&self) -> bool[src]

Checks if the value of the field is XT1AGCOFF_1

impl R<u8, XT1HFFREQ_A>[src]

pub fn variant(&self) -> XT1HFFREQ_A[src]

Get enumerated values variant

pub fn is_xt1hffreq_0(&self) -> bool[src]

Checks if the value of the field is XT1HFFREQ_0

pub fn is_xt1hffreq_1(&self) -> bool[src]

Checks if the value of the field is XT1HFFREQ_1

pub fn is_xt1hffreq_2(&self) -> bool[src]

Checks if the value of the field is XT1HFFREQ_2

pub fn is_xt1hffreq_3(&self) -> bool[src]

Checks if the value of the field is XT1HFFREQ_3

impl R<bool, XT1BYPASS_A>[src]

pub fn variant(&self) -> XT1BYPASS_A[src]

Get enumerated values variant

pub fn is_xt1bypass_0(&self) -> bool[src]

Checks if the value of the field is XT1BYPASS_0

pub fn is_xt1bypass_1(&self) -> bool[src]

Checks if the value of the field is XT1BYPASS_1

impl R<bool, XTS_A>[src]

pub fn variant(&self) -> XTS_A[src]

Get enumerated values variant

pub fn is_xts_0(&self) -> bool[src]

Checks if the value of the field is XTS_0

pub fn is_xts_1(&self) -> bool[src]

Checks if the value of the field is XTS_1

impl R<u8, XT1DRIVE_A>[src]

pub fn variant(&self) -> XT1DRIVE_A[src]

Get enumerated values variant

pub fn is_xt1drive_0(&self) -> bool[src]

Checks if the value of the field is XT1DRIVE_0

pub fn is_xt1drive_1(&self) -> bool[src]

Checks if the value of the field is XT1DRIVE_1

pub fn is_xt1drive_2(&self) -> bool[src]

Checks if the value of the field is XT1DRIVE_2

pub fn is_xt1drive_3(&self) -> bool[src]

Checks if the value of the field is XT1DRIVE_3

impl R<u8, DIVA_A>[src]

pub fn variant(&self) -> DIVA_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

pub fn is_128(&self) -> bool[src]

Checks if the value of the field is _128

pub fn is_256(&self) -> bool[src]

Checks if the value of the field is _256

pub fn is_384(&self) -> bool[src]

Checks if the value of the field is _384

pub fn is_512(&self) -> bool[src]

Checks if the value of the field is _512

pub fn is_768(&self) -> bool[src]

Checks if the value of the field is _768

pub fn is_1024(&self) -> bool[src]

Checks if the value of the field is _1024

pub fn is_108(&self) -> bool[src]

Checks if the value of the field is _108

pub fn is_338(&self) -> bool[src]

Checks if the value of the field is _338

pub fn is_414(&self) -> bool[src]

Checks if the value of the field is _414

pub fn is_640(&self) -> bool[src]

Checks if the value of the field is _640

pub fn is_diva_14(&self) -> bool[src]

Checks if the value of the field is DIVA_14

pub fn is_diva_15(&self) -> bool[src]

Checks if the value of the field is DIVA_15

impl R<bool, XT1FAULTOFF_A>[src]

pub fn variant(&self) -> XT1FAULTOFF_A[src]

Get enumerated values variant

pub fn is_xt1faultoff_0(&self) -> bool[src]

Checks if the value of the field is XT1FAULTOFF_0

pub fn is_xt1faultoff_1(&self) -> bool[src]

Checks if the value of the field is XT1FAULTOFF_1

impl R<u16, Reg<u16, _CSCTL6>>[src]

pub fn xt1autooff(&self) -> XT1AUTOOFF_R[src]

Bit 0 - XT1 automatic off enable. This bit allows XT1 turned turns off when it is not used

pub fn xt1agcoff(&self) -> XT1AGCOFF_R[src]

Bit 1 - Automatic Gain Control (AGC) disable.

pub fn xt1hffreq(&self) -> XT1HFFREQ_R[src]

Bits 2:3 - The XT1 High-frequency selection. These bits must be set to appropriate frequency for crystal or bypass modes of operation.

pub fn xt1bypass(&self) -> XT1BYPASS_R[src]

Bit 4 - XT1 bypass select

pub fn xts(&self) -> XTS_R[src]

Bit 5 - XT1 mode select

pub fn xt1drive(&self) -> XT1DRIVE_R[src]

Bits 6:7 - The XT1 oscillator current can be adjusted to its drive needs. Initially, it starts with the highest supply current for reliable and quick startup. If needed, user software can reduce the drive strength. The configuration of these bits is retained during LPM3.5 until LOCKLPM5 is cleared, but not the register bits itself; therefore, reconfiguration after wake-up from LPM3.5 before clearing LOCKLPM5 is required.

pub fn diva(&self) -> DIVA_R[src]

Bits 8:11 - ACLK source divider.

pub fn xt1faultoff(&self) -> XT1FAULTOFF_R[src]

Bit 13 - The XT1 oscillator fault detection off

impl R<bool, REFOREADY_A>[src]

pub fn variant(&self) -> REFOREADY_A[src]

Get enumerated values variant

pub fn is_refoready_0(&self) -> bool[src]

Checks if the value of the field is REFOREADY_0

pub fn is_refoready_1(&self) -> bool[src]

Checks if the value of the field is REFOREADY_1

impl R<bool, DCOFFG_A>[src]

pub fn variant(&self) -> DCOFFG_A[src]

Get enumerated values variant

pub fn is_dcoffg_0(&self) -> bool[src]

Checks if the value of the field is DCOFFG_0

pub fn is_dcoffg_1(&self) -> bool[src]

Checks if the value of the field is DCOFFG_1

impl R<bool, XT1OFFG_A>[src]

pub fn variant(&self) -> XT1OFFG_A[src]

Get enumerated values variant

pub fn is_xt1offg_0(&self) -> bool[src]

Checks if the value of the field is XT1OFFG_0

pub fn is_xt1offg_1(&self) -> bool[src]

Checks if the value of the field is XT1OFFG_1

impl R<bool, FLLULIFG_A>[src]

pub fn variant(&self) -> FLLULIFG_A[src]

Get enumerated values variant

pub fn is_fllulifg_0(&self) -> bool[src]

Checks if the value of the field is FLLULIFG_0

pub fn is_fllulifg_1(&self) -> bool[src]

Checks if the value of the field is FLLULIFG_1

impl R<bool, ENSTFCNT1_A>[src]

pub fn variant(&self) -> ENSTFCNT1_A[src]

Get enumerated values variant

pub fn is_enstfcnt1_0(&self) -> bool[src]

Checks if the value of the field is ENSTFCNT1_0

pub fn is_enstfcnt1_1(&self) -> bool[src]

Checks if the value of the field is ENSTFCNT1_1

impl R<u8, FLLUNLOCK_A>[src]

pub fn variant(&self) -> FLLUNLOCK_A[src]

Get enumerated values variant

pub fn is_fllunlock_0(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCK_0

pub fn is_fllunlock_1(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCK_1

pub fn is_fllunlock_2(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCK_2

pub fn is_fllunlock_3(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCK_3

impl R<u8, FLLUNLOCKHIS_A>[src]

pub fn variant(&self) -> FLLUNLOCKHIS_A[src]

Get enumerated values variant

pub fn is_fllunlockhis_0(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCKHIS_0

pub fn is_fllunlockhis_1(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCKHIS_1

pub fn is_fllunlockhis_2(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCKHIS_2

pub fn is_fllunlockhis_3(&self) -> bool[src]

Checks if the value of the field is FLLUNLOCKHIS_3

impl R<bool, FLLWARNEN_A>[src]

pub fn variant(&self) -> FLLWARNEN_A[src]

Get enumerated values variant

pub fn is_fllwarnen_0(&self) -> bool[src]

Checks if the value of the field is FLLWARNEN_0

pub fn is_fllwarnen_1(&self) -> bool[src]

Checks if the value of the field is FLLWARNEN_1

impl R<u16, Reg<u16, _CSCTL7>>[src]

pub fn refoready(&self) -> REFOREADY_R[src]

Bit 2 - REFO ready flag. This bit reflects the REFO readiness whent REFO is good for operation (such as FLL reference)

pub fn dcoffg(&self) -> DCOFFG_R[src]

Bit 0 - DCO fault flag. If this bit is set, the OFIFG flag is also set. The DCOFFG bit is set if DCO = {0} or DCO = {511}. DCOFFG can be cleared by software. If the DCO fault condition still remains, DCOFFG is set. As long as DCOFFG is set, FLLUNLOCK shows the DCOERROR condition.

pub fn xt1offg(&self) -> XT1OFFG_R[src]

Bit 1 - T1 oscillator fault flag. If this bit is set, the OFIFG flag is also set. XT1OFFG is set if a XT1 fault condition exists. XT1OFFG can be cleared by software. If the XT1 fault condition still remains, XT1OFFG is set.

pub fn fllulifg(&self) -> FLLULIFG_R[src]

Bit 4 - FLL unlock interrupt flag. This flag is set when FLLUNLOCK bits equal 10b (DCO too fast). If FLLULPUC is also set, a PUC is triggered when FLLUIFG is set.

pub fn enstfcnt1(&self) -> ENSTFCNT1_R[src]

Bit 6 - Enable start counter for XT1.

pub fn fllunlock(&self) -> FLLUNLOCK_R[src]

Bits 8:9 - Unlock. These bits indicate the current FLL unlock condition. These bits are both set as long as the DCOFFG flag is set.

pub fn fllunlockhis(&self) -> FLLUNLOCKHIS_R[src]

Bits 10:11 - Unlock history bits. These bits indicate the FLL unlock condition history. As soon as any unlock condition happens, the respective bits are set and remain set until cleared by software by writing 0 to it or by a POR.

pub fn fllulpuc(&self) -> FLLULPUC_R[src]

Bit 12 - FLL unlock PUC enable. If the FLLULPUC bit is set, a reset (PUC) is triggered if FLLULIFG is set. FLLULIFG indicates when FLLUNLOCK bits equal 10 (too fast). FLLULPUC is automatically cleared upon servicing the event. If FLLULPUC is cleared (0), no PUC can be triggered by FLLULIFG.

pub fn fllwarnen(&self) -> FLLWARNEN_R[src]

Bit 13 - Warning enable. If this bit is set, an interrupt is generated based on the FLLUNLOCKHIS bits. If FLLUNLOCKHIS is not equal to 00, an OFIFG is generated.

impl R<bool, ACLKREQEN_A>[src]

pub fn variant(&self) -> ACLKREQEN_A[src]

Get enumerated values variant

pub fn is_aclkreqen_0(&self) -> bool[src]

Checks if the value of the field is ACLKREQEN_0

pub fn is_aclkreqen_1(&self) -> bool[src]

Checks if the value of the field is ACLKREQEN_1

impl R<bool, MCLKREQEN_A>[src]

pub fn variant(&self) -> MCLKREQEN_A[src]

Get enumerated values variant

pub fn is_mclkreqen_0(&self) -> bool[src]

Checks if the value of the field is MCLKREQEN_0

pub fn is_mclkreqen_1(&self) -> bool[src]

Checks if the value of the field is MCLKREQEN_1

impl R<bool, SMCLKREQEN_A>[src]

pub fn variant(&self) -> SMCLKREQEN_A[src]

Get enumerated values variant

pub fn is_smclkreqen_0(&self) -> bool[src]

Checks if the value of the field is SMCLKREQEN_0

pub fn is_smclkreqen_1(&self) -> bool[src]

Checks if the value of the field is SMCLKREQEN_1

impl R<bool, MODOSCREQEN_A>[src]

pub fn variant(&self) -> MODOSCREQEN_A[src]

Get enumerated values variant

pub fn is_modoscreqen_0(&self) -> bool[src]

Checks if the value of the field is MODOSCREQEN_0

pub fn is_modoscreqen_1(&self) -> bool[src]

Checks if the value of the field is MODOSCREQEN_1

impl R<u16, Reg<u16, _CSCTL8>>[src]

pub fn aclkreqen(&self) -> ACLKREQEN_R[src]

Bit 0 - ACLK clock request enable. Setting this enables conditional module requests for ACLK

pub fn mclkreqen(&self) -> MCLKREQEN_R[src]

Bit 1 - MCLK clock request enable. Setting this enables conditional module requests for MCLK

pub fn smclkreqen(&self) -> SMCLKREQEN_R[src]

Bit 2 - SMCLK clock request enable. Setting this enables conditional module requests for SMCLK

pub fn modoscreqen(&self) -> MODOSCREQEN_R[src]

Bit 3 - MODOSC clock request enable. Setting this enables conditional module requests for MODOSC.

impl R<u8, NWAITS_A>[src]

pub fn variant(&self) -> NWAITS_A[src]

Get enumerated values variant

pub fn is_nwaits_0(&self) -> bool[src]

Checks if the value of the field is NWAITS_0

pub fn is_nwaits_1(&self) -> bool[src]

Checks if the value of the field is NWAITS_1

pub fn is_nwaits_2(&self) -> bool[src]

Checks if the value of the field is NWAITS_2

pub fn is_nwaits_3(&self) -> bool[src]

Checks if the value of the field is NWAITS_3

pub fn is_nwaits_4(&self) -> bool[src]

Checks if the value of the field is NWAITS_4

pub fn is_nwaits_5(&self) -> bool[src]

Checks if the value of the field is NWAITS_5

pub fn is_nwaits_6(&self) -> bool[src]

Checks if the value of the field is NWAITS_6

pub fn is_nwaits_7(&self) -> bool[src]

Checks if the value of the field is NWAITS_7

impl R<u16, Reg<u16, _FRCTL0>>[src]

pub fn nwaits(&self) -> NWAITS_R[src]

Bits 4:6 - Wait state numbers

pub fn frctlpw(&self) -> FRCTLPW_R[src]

Bits 8:15 - FRCTLPW password

impl R<bool, UBDRSTEN_A>[src]

pub fn variant(&self) -> UBDRSTEN_A[src]

Get enumerated values variant

pub fn is_ubdrsten_0(&self) -> bool[src]

Checks if the value of the field is UBDRSTEN_0

pub fn is_ubdrsten_1(&self) -> bool[src]

Checks if the value of the field is UBDRSTEN_1

impl R<bool, UBDIE_A>[src]

pub fn variant(&self) -> UBDIE_A[src]

Get enumerated values variant

pub fn is_ubdie_0(&self) -> bool[src]

Checks if the value of the field is UBDIE_0

pub fn is_ubdie_1(&self) -> bool[src]

Checks if the value of the field is UBDIE_1

impl R<bool, CBDIE_A>[src]

pub fn variant(&self) -> CBDIE_A[src]

Get enumerated values variant

pub fn is_cbdie_0(&self) -> bool[src]

Checks if the value of the field is CBDIE_0

pub fn is_cbdie_1(&self) -> bool[src]

Checks if the value of the field is CBDIE_1

impl R<bool, FRPWR_A>[src]

pub fn variant(&self) -> FRPWR_A[src]

Get enumerated values variant

pub fn is_frpwr_0(&self) -> bool[src]

Checks if the value of the field is FRPWR_0

pub fn is_frpwr_1(&self) -> bool[src]

Checks if the value of the field is FRPWR_1

impl R<bool, FRLPMPWR_A>[src]

pub fn variant(&self) -> FRLPMPWR_A[src]

Get enumerated values variant

pub fn is_frlpmpwr_0(&self) -> bool[src]

Checks if the value of the field is FRLPMPWR_0

pub fn is_frlpmpwr_1(&self) -> bool[src]

Checks if the value of the field is FRLPMPWR_1

impl R<u16, Reg<u16, _GCCTL0>>[src]

pub fn ubdrsten(&self) -> UBDRSTEN_R[src]

Bit 7 - Enable Power Up Clear (PUC) reset for the uncorrectable bit error detection flag (UBDIFG)

pub fn ubdie(&self) -> UBDIE_R[src]

Bit 6 - Enable NMI event for the uncorrectable bit error detection flag (UBDIFG)

pub fn cbdie(&self) -> CBDIE_R[src]

Bit 5 - Enable NMI event for the correctable bit error detection flag (CBDIFG)

pub fn frpwr(&self) -> FRPWR_R[src]

Bit 2 - FRAM Memory Power Control Request

pub fn frlpmpwr(&self) -> FRLPMPWR_R[src]

Bit 1 - Enables FRAM auto power up after LPM

impl R<bool, ACCTEIFG_A>[src]

pub fn variant(&self) -> ACCTEIFG_A[src]

Get enumerated values variant

pub fn is_accteifg_0(&self) -> bool[src]

Checks if the value of the field is ACCTEIFG_0

pub fn is_accteifg_1(&self) -> bool[src]

Checks if the value of the field is ACCTEIFG_1

impl R<bool, UBDIFG_A>[src]

pub fn variant(&self) -> UBDIFG_A[src]

Get enumerated values variant

pub fn is_ubdifg_0(&self) -> bool[src]

Checks if the value of the field is UBDIFG_0

pub fn is_ubdifg_1(&self) -> bool[src]

Checks if the value of the field is UBDIFG_1

impl R<bool, CBDIFG_A>[src]

pub fn variant(&self) -> CBDIFG_A[src]

Get enumerated values variant

pub fn is_cbdifg_0(&self) -> bool[src]

Checks if the value of the field is CBDIFG_0

pub fn is_cbdifg_1(&self) -> bool[src]

Checks if the value of the field is CBDIFG_1

impl R<u16, Reg<u16, _GCCTL1>>[src]

pub fn accteifg(&self) -> ACCTEIFG_R[src]

Bit 3 - Access time error flag

pub fn ubdifg(&self) -> UBDIFG_R[src]

Bit 2 - FRAM uncorrectable bit error detection flag

pub fn cbdifg(&self) -> CBDIFG_R[src]

Bit 1 - FRAM correctable bit error detection flag

impl R<u8, WDTIS_A>[src]

pub fn variant(&self) -> WDTIS_A[src]

Get enumerated values variant

pub fn is_2g(&self) -> bool[src]

Checks if the value of the field is _2G

pub fn is_128m(&self) -> bool[src]

Checks if the value of the field is _128M

pub fn is_8192k(&self) -> bool[src]

Checks if the value of the field is _8192K

pub fn is_512k(&self) -> bool[src]

Checks if the value of the field is _512K

pub fn is_32k(&self) -> bool[src]

Checks if the value of the field is _32K

pub fn is_8192(&self) -> bool[src]

Checks if the value of the field is _8192

pub fn is_512(&self) -> bool[src]

Checks if the value of the field is _512

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

impl R<bool, WDTCNTCL_A>[src]

pub fn variant(&self) -> WDTCNTCL_A[src]

Get enumerated values variant

pub fn is_wdtcntcl_0(&self) -> bool[src]

Checks if the value of the field is WDTCNTCL_0

pub fn is_wdtcntcl_1(&self) -> bool[src]

Checks if the value of the field is WDTCNTCL_1

impl R<bool, WDTTMSEL_A>[src]

pub fn variant(&self) -> WDTTMSEL_A[src]

Get enumerated values variant

pub fn is_wdttmsel_0(&self) -> bool[src]

Checks if the value of the field is WDTTMSEL_0

pub fn is_wdttmsel_1(&self) -> bool[src]

Checks if the value of the field is WDTTMSEL_1

impl R<u8, WDTSSEL_A>[src]

pub fn variant(&self) -> WDTSSEL_A[src]

Get enumerated values variant

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_vloclk(&self) -> bool[src]

Checks if the value of the field is VLOCLK

pub fn is_bclk(&self) -> bool[src]

Checks if the value of the field is BCLK

impl R<bool, WDTHOLD_A>[src]

pub fn variant(&self) -> WDTHOLD_A[src]

Get enumerated values variant

pub fn is_unhold(&self) -> bool[src]

Checks if the value of the field is UNHOLD

pub fn is_hold(&self) -> bool[src]

Checks if the value of the field is HOLD

impl R<u16, Reg<u16, _WDTCTL>>[src]

pub fn wdtis(&self) -> WDTIS_R[src]

Bits 0:2 - Watchdog timer interval select

pub fn wdtcntcl(&self) -> WDTCNTCL_R[src]

Bit 3 - Watchdog timer counter clear

pub fn wdttmsel(&self) -> WDTTMSEL_R[src]

Bit 4 - Watchdog timer mode select

pub fn wdtssel(&self) -> WDTSSEL_R[src]

Bits 5:6 - Watchdog timer clock source select

pub fn wdthold(&self) -> WDTHOLD_R[src]

Bit 7 - Watchdog timer hold

pub fn wdtpw(&self) -> WDTPW_R[src]

Bits 8:15 - Watchdog timer password

impl R<bool, RTCIFG_A>[src]

pub fn variant(&self) -> RTCIFG_A[src]

Get enumerated values variant

pub fn is_rtcifg_0(&self) -> bool[src]

Checks if the value of the field is RTCIFG_0

pub fn is_rtcifg_1(&self) -> bool[src]

Checks if the value of the field is RTCIFG_1

impl R<bool, RTCIE_A>[src]

pub fn variant(&self) -> RTCIE_A[src]

Get enumerated values variant

pub fn is_rtcie_0(&self) -> bool[src]

Checks if the value of the field is RTCIE_0

pub fn is_rtcie_1(&self) -> bool[src]

Checks if the value of the field is RTCIE_1

impl R<bool, RTCSR_A>[src]

pub fn variant(&self) -> RTCSR_A[src]

Get enumerated values variant

pub fn is_rtcsr_0(&self) -> bool[src]

Checks if the value of the field is RTCSR_0

pub fn is_rtcsr_1(&self) -> bool[src]

Checks if the value of the field is RTCSR_1

impl R<u8, RTCPS_A>[src]

pub fn variant(&self) -> RTCPS_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_10(&self) -> bool[src]

Checks if the value of the field is _10

pub fn is_100(&self) -> bool[src]

Checks if the value of the field is _100

pub fn is_1000(&self) -> bool[src]

Checks if the value of the field is _1000

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

pub fn is_256(&self) -> bool[src]

Checks if the value of the field is _256

pub fn is_1024(&self) -> bool[src]

Checks if the value of the field is _1024

impl R<u8, RTCSS_A>[src]

pub fn variant(&self) -> RTCSS_A[src]

Get enumerated values variant

pub fn is_disabled(&self) -> bool[src]

Checks if the value of the field is DISABLED

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_xt1clk(&self) -> bool[src]

Checks if the value of the field is XT1CLK

pub fn is_vloclk(&self) -> bool[src]

Checks if the value of the field is VLOCLK

impl R<u16, Reg<u16, _RTCCTL>>[src]

pub fn rtcifg(&self) -> RTCIFG_R[src]

Bit 0 - Real-time interrupt flag. This bit reports the status of a pending interrupt. This read only bit can be cleared by reading RTCIV register.

pub fn rtcie(&self) -> RTCIE_R[src]

Bit 1 - Real-time interrupt enable

pub fn rtcsr(&self) -> RTCSR_R[src]

Bit 6 - Real-time software reset. This is a write only bit and is always read with logic 0. 0b = Write 0 has no effect

pub fn rtcps(&self) -> RTCPS_R[src]

Bits 8:10 - Real-time clock pre-divider select

pub fn rtcss(&self) -> RTCSS_R[src]

Bits 12:13 - Real-time clock source select

impl R<u16, RTCIV_A>[src]

pub fn variant(&self) -> Variant<u16, RTCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rtcifg(&self) -> bool[src]

Checks if the value of the field is RTCIFG

impl R<u16, Reg<u16, _RTCIV>>[src]

pub fn rtciv(&self) -> RTCIV_R[src]

Bits 0:15 - Real-time clock interrupt vector value

impl R<bool, TBIFG_A>[src]

pub fn variant(&self) -> TBIFG_A[src]

Get enumerated values variant

pub fn is_tbifg_0(&self) -> bool[src]

Checks if the value of the field is TBIFG_0

pub fn is_tbifg_1(&self) -> bool[src]

Checks if the value of the field is TBIFG_1

impl R<bool, TBIE_A>[src]

pub fn variant(&self) -> TBIE_A[src]

Get enumerated values variant

pub fn is_tbie_0(&self) -> bool[src]

Checks if the value of the field is TBIE_0

pub fn is_tbie_1(&self) -> bool[src]

Checks if the value of the field is TBIE_1

impl R<u8, MC_A>[src]

pub fn variant(&self) -> MC_A[src]

Get enumerated values variant

pub fn is_stop(&self) -> bool[src]

Checks if the value of the field is STOP

pub fn is_up(&self) -> bool[src]

Checks if the value of the field is UP

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_updown(&self) -> bool[src]

Checks if the value of the field is UPDOWN

impl R<u8, ID_A>[src]

pub fn variant(&self) -> ID_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBSSEL_A>[src]

pub fn variant(&self) -> TBSSEL_A[src]

Get enumerated values variant

pub fn is_tbclk(&self) -> bool[src]

Checks if the value of the field is TBCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_inclk(&self) -> bool[src]

Checks if the value of the field is INCLK

impl R<u8, CNTL_A>[src]

pub fn variant(&self) -> CNTL_A[src]

Get enumerated values variant

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_12(&self) -> bool[src]

Checks if the value of the field is _12

pub fn is_10(&self) -> bool[src]

Checks if the value of the field is _10

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBCLGRP_A>[src]

pub fn variant(&self) -> TBCLGRP_A[src]

Get enumerated values variant

pub fn is_tbclgrp_0(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_0

pub fn is_tbclgrp_1(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_1

pub fn is_tbclgrp_2(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_2

pub fn is_tbclgrp_3(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_3

impl R<u16, Reg<u16, _TB0CTL>>[src]

pub fn tbifg(&self) -> TBIFG_R[src]

Bit 0 - TimerB interrupt flag

pub fn tbie(&self) -> TBIE_R[src]

Bit 1 - TimerB interrupt enable

pub fn tbclr(&self) -> TBCLR_R[src]

Bit 2 - TimerB clear

pub fn mc(&self) -> MC_R[src]

Bits 4:5 - Mode control

pub fn id(&self) -> ID_R[src]

Bits 6:7 - Input divider

pub fn tbssel(&self) -> TBSSEL_R[src]

Bits 8:9 - TimerB clock source select

pub fn cntl(&self) -> CNTL_R[src]

Bits 11:12 - Counter length

pub fn tbclgrp(&self) -> TBCLGRP_R[src]

Bits 13:14 - TBxCLn group

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB0CCTL0>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB0CCTL1>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB0CCTL2>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<u8, TBIDEX_A>[src]

pub fn variant(&self) -> TBIDEX_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_3(&self) -> bool[src]

Checks if the value of the field is _3

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_5(&self) -> bool[src]

Checks if the value of the field is _5

pub fn is_6(&self) -> bool[src]

Checks if the value of the field is _6

pub fn is_7(&self) -> bool[src]

Checks if the value of the field is _7

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u16, Reg<u16, _TB0EX0>>[src]

pub fn tbidex(&self) -> TBIDEX_R[src]

Bits 0:2 - Input divider expansion

impl R<u16, TBIV_A>[src]

pub fn variant(&self) -> Variant<u16, TBIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_tbccr1(&self) -> bool[src]

Checks if the value of the field is TBCCR1

pub fn is_tbccr2(&self) -> bool[src]

Checks if the value of the field is TBCCR2

pub fn is_tbccr3(&self) -> bool[src]

Checks if the value of the field is TBCCR3

pub fn is_tbccr4(&self) -> bool[src]

Checks if the value of the field is TBCCR4

pub fn is_tbccr5(&self) -> bool[src]

Checks if the value of the field is TBCCR5

pub fn is_tbccr6(&self) -> bool[src]

Checks if the value of the field is TBCCR6

pub fn is_tbifg(&self) -> bool[src]

Checks if the value of the field is TBIFG

impl R<u16, Reg<u16, _TB0IV>>[src]

pub fn tbiv(&self) -> TBIV_R[src]

Bits 0:15 - Timer_B interrupt vector value

impl R<bool, TBIFG_A>[src]

pub fn variant(&self) -> TBIFG_A[src]

Get enumerated values variant

pub fn is_tbifg_0(&self) -> bool[src]

Checks if the value of the field is TBIFG_0

pub fn is_tbifg_1(&self) -> bool[src]

Checks if the value of the field is TBIFG_1

impl R<bool, TBIE_A>[src]

pub fn variant(&self) -> TBIE_A[src]

Get enumerated values variant

pub fn is_tbie_0(&self) -> bool[src]

Checks if the value of the field is TBIE_0

pub fn is_tbie_1(&self) -> bool[src]

Checks if the value of the field is TBIE_1

impl R<u8, MC_A>[src]

pub fn variant(&self) -> MC_A[src]

Get enumerated values variant

pub fn is_stop(&self) -> bool[src]

Checks if the value of the field is STOP

pub fn is_up(&self) -> bool[src]

Checks if the value of the field is UP

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_updown(&self) -> bool[src]

Checks if the value of the field is UPDOWN

impl R<u8, ID_A>[src]

pub fn variant(&self) -> ID_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBSSEL_A>[src]

pub fn variant(&self) -> TBSSEL_A[src]

Get enumerated values variant

pub fn is_tbclk(&self) -> bool[src]

Checks if the value of the field is TBCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_inclk(&self) -> bool[src]

Checks if the value of the field is INCLK

impl R<u8, CNTL_A>[src]

pub fn variant(&self) -> CNTL_A[src]

Get enumerated values variant

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_12(&self) -> bool[src]

Checks if the value of the field is _12

pub fn is_10(&self) -> bool[src]

Checks if the value of the field is _10

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBCLGRP_A>[src]

pub fn variant(&self) -> TBCLGRP_A[src]

Get enumerated values variant

pub fn is_tbclgrp_0(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_0

pub fn is_tbclgrp_1(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_1

pub fn is_tbclgrp_2(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_2

pub fn is_tbclgrp_3(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_3

impl R<u16, Reg<u16, _TB1CTL>>[src]

pub fn tbifg(&self) -> TBIFG_R[src]

Bit 0 - TimerB interrupt flag

pub fn tbie(&self) -> TBIE_R[src]

Bit 1 - TimerB interrupt enable

pub fn tbclr(&self) -> TBCLR_R[src]

Bit 2 - TimerB clear

pub fn mc(&self) -> MC_R[src]

Bits 4:5 - Mode control

pub fn id(&self) -> ID_R[src]

Bits 6:7 - Input divider

pub fn tbssel(&self) -> TBSSEL_R[src]

Bits 8:9 - TimerB clock source select

pub fn cntl(&self) -> CNTL_R[src]

Bits 11:12 - Counter length

pub fn tbclgrp(&self) -> TBCLGRP_R[src]

Bits 13:14 - TBxCLn group

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB1CCTL0>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB1CCTL1>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB1CCTL2>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<u8, TBIDEX_A>[src]

pub fn variant(&self) -> TBIDEX_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_3(&self) -> bool[src]

Checks if the value of the field is _3

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_5(&self) -> bool[src]

Checks if the value of the field is _5

pub fn is_6(&self) -> bool[src]

Checks if the value of the field is _6

pub fn is_7(&self) -> bool[src]

Checks if the value of the field is _7

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u16, Reg<u16, _TB1EX0>>[src]

pub fn tbidex(&self) -> TBIDEX_R[src]

Bits 0:2 - Input divider expansion

impl R<u16, TBIV_A>[src]

pub fn variant(&self) -> Variant<u16, TBIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_tbccr1(&self) -> bool[src]

Checks if the value of the field is TBCCR1

pub fn is_tbccr2(&self) -> bool[src]

Checks if the value of the field is TBCCR2

pub fn is_tbccr3(&self) -> bool[src]

Checks if the value of the field is TBCCR3

pub fn is_tbccr4(&self) -> bool[src]

Checks if the value of the field is TBCCR4

pub fn is_tbccr5(&self) -> bool[src]

Checks if the value of the field is TBCCR5

pub fn is_tbccr6(&self) -> bool[src]

Checks if the value of the field is TBCCR6

pub fn is_tbifg(&self) -> bool[src]

Checks if the value of the field is TBIFG

impl R<u16, Reg<u16, _TB1IV>>[src]

pub fn tbiv(&self) -> TBIV_R[src]

Bits 0:15 - Timer_B interrupt vector value

impl R<bool, TBIFG_A>[src]

pub fn variant(&self) -> TBIFG_A[src]

Get enumerated values variant

pub fn is_tbifg_0(&self) -> bool[src]

Checks if the value of the field is TBIFG_0

pub fn is_tbifg_1(&self) -> bool[src]

Checks if the value of the field is TBIFG_1

impl R<bool, TBIE_A>[src]

pub fn variant(&self) -> TBIE_A[src]

Get enumerated values variant

pub fn is_tbie_0(&self) -> bool[src]

Checks if the value of the field is TBIE_0

pub fn is_tbie_1(&self) -> bool[src]

Checks if the value of the field is TBIE_1

impl R<u8, MC_A>[src]

pub fn variant(&self) -> MC_A[src]

Get enumerated values variant

pub fn is_stop(&self) -> bool[src]

Checks if the value of the field is STOP

pub fn is_up(&self) -> bool[src]

Checks if the value of the field is UP

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_updown(&self) -> bool[src]

Checks if the value of the field is UPDOWN

impl R<u8, ID_A>[src]

pub fn variant(&self) -> ID_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBSSEL_A>[src]

pub fn variant(&self) -> TBSSEL_A[src]

Get enumerated values variant

pub fn is_tbclk(&self) -> bool[src]

Checks if the value of the field is TBCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_inclk(&self) -> bool[src]

Checks if the value of the field is INCLK

impl R<u8, CNTL_A>[src]

pub fn variant(&self) -> CNTL_A[src]

Get enumerated values variant

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_12(&self) -> bool[src]

Checks if the value of the field is _12

pub fn is_10(&self) -> bool[src]

Checks if the value of the field is _10

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBCLGRP_A>[src]

pub fn variant(&self) -> TBCLGRP_A[src]

Get enumerated values variant

pub fn is_tbclgrp_0(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_0

pub fn is_tbclgrp_1(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_1

pub fn is_tbclgrp_2(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_2

pub fn is_tbclgrp_3(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_3

impl R<u16, Reg<u16, _TB2CTL>>[src]

pub fn tbifg(&self) -> TBIFG_R[src]

Bit 0 - TimerB interrupt flag

pub fn tbie(&self) -> TBIE_R[src]

Bit 1 - TimerB interrupt enable

pub fn tbclr(&self) -> TBCLR_R[src]

Bit 2 - TimerB clear

pub fn mc(&self) -> MC_R[src]

Bits 4:5 - Mode control

pub fn id(&self) -> ID_R[src]

Bits 6:7 - Input divider

pub fn tbssel(&self) -> TBSSEL_R[src]

Bits 8:9 - TimerB clock source select

pub fn cntl(&self) -> CNTL_R[src]

Bits 11:12 - Counter length

pub fn tbclgrp(&self) -> TBCLGRP_R[src]

Bits 13:14 - TBxCLn group

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB2CCTL0>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB2CCTL1>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB2CCTL2>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<u8, TBIDEX_A>[src]

pub fn variant(&self) -> TBIDEX_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_3(&self) -> bool[src]

Checks if the value of the field is _3

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_5(&self) -> bool[src]

Checks if the value of the field is _5

pub fn is_6(&self) -> bool[src]

Checks if the value of the field is _6

pub fn is_7(&self) -> bool[src]

Checks if the value of the field is _7

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u16, Reg<u16, _TB2EX0>>[src]

pub fn tbidex(&self) -> TBIDEX_R[src]

Bits 0:2 - Input divider expansion

impl R<u16, TBIV_A>[src]

pub fn variant(&self) -> Variant<u16, TBIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_tbccr1(&self) -> bool[src]

Checks if the value of the field is TBCCR1

pub fn is_tbccr2(&self) -> bool[src]

Checks if the value of the field is TBCCR2

pub fn is_tbccr3(&self) -> bool[src]

Checks if the value of the field is TBCCR3

pub fn is_tbccr4(&self) -> bool[src]

Checks if the value of the field is TBCCR4

pub fn is_tbccr5(&self) -> bool[src]

Checks if the value of the field is TBCCR5

pub fn is_tbccr6(&self) -> bool[src]

Checks if the value of the field is TBCCR6

pub fn is_tbifg(&self) -> bool[src]

Checks if the value of the field is TBIFG

impl R<u16, Reg<u16, _TB2IV>>[src]

pub fn tbiv(&self) -> TBIV_R[src]

Bits 0:15 - Timer_B interrupt vector value

impl R<bool, TBIFG_A>[src]

pub fn variant(&self) -> TBIFG_A[src]

Get enumerated values variant

pub fn is_tbifg_0(&self) -> bool[src]

Checks if the value of the field is TBIFG_0

pub fn is_tbifg_1(&self) -> bool[src]

Checks if the value of the field is TBIFG_1

impl R<bool, TBIE_A>[src]

pub fn variant(&self) -> TBIE_A[src]

Get enumerated values variant

pub fn is_tbie_0(&self) -> bool[src]

Checks if the value of the field is TBIE_0

pub fn is_tbie_1(&self) -> bool[src]

Checks if the value of the field is TBIE_1

impl R<u8, MC_A>[src]

pub fn variant(&self) -> MC_A[src]

Get enumerated values variant

pub fn is_stop(&self) -> bool[src]

Checks if the value of the field is STOP

pub fn is_up(&self) -> bool[src]

Checks if the value of the field is UP

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_updown(&self) -> bool[src]

Checks if the value of the field is UPDOWN

impl R<u8, ID_A>[src]

pub fn variant(&self) -> ID_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBSSEL_A>[src]

pub fn variant(&self) -> TBSSEL_A[src]

Get enumerated values variant

pub fn is_tbclk(&self) -> bool[src]

Checks if the value of the field is TBCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_inclk(&self) -> bool[src]

Checks if the value of the field is INCLK

impl R<u8, CNTL_A>[src]

pub fn variant(&self) -> CNTL_A[src]

Get enumerated values variant

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_12(&self) -> bool[src]

Checks if the value of the field is _12

pub fn is_10(&self) -> bool[src]

Checks if the value of the field is _10

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u8, TBCLGRP_A>[src]

pub fn variant(&self) -> TBCLGRP_A[src]

Get enumerated values variant

pub fn is_tbclgrp_0(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_0

pub fn is_tbclgrp_1(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_1

pub fn is_tbclgrp_2(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_2

pub fn is_tbclgrp_3(&self) -> bool[src]

Checks if the value of the field is TBCLGRP_3

impl R<u16, Reg<u16, _TB3CTL>>[src]

pub fn tbifg(&self) -> TBIFG_R[src]

Bit 0 - TimerB interrupt flag

pub fn tbie(&self) -> TBIE_R[src]

Bit 1 - TimerB interrupt enable

pub fn tbclr(&self) -> TBCLR_R[src]

Bit 2 - TimerB clear

pub fn mc(&self) -> MC_R[src]

Bits 4:5 - Mode control

pub fn id(&self) -> ID_R[src]

Bits 6:7 - Input divider

pub fn tbssel(&self) -> TBSSEL_R[src]

Bits 8:9 - TimerB clock source select

pub fn cntl(&self) -> CNTL_R[src]

Bits 11:12 - Counter length

pub fn tbclgrp(&self) -> TBCLGRP_R[src]

Bits 13:14 - TBxCLn group

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL0>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL1>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL2>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL3>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL4>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL5>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<bool, CCIFG_A>[src]

pub fn variant(&self) -> CCIFG_A[src]

Get enumerated values variant

pub fn is_ccifg_0(&self) -> bool[src]

Checks if the value of the field is CCIFG_0

pub fn is_ccifg_1(&self) -> bool[src]

Checks if the value of the field is CCIFG_1

impl R<bool, COV_A>[src]

pub fn variant(&self) -> COV_A[src]

Get enumerated values variant

pub fn is_cov_0(&self) -> bool[src]

Checks if the value of the field is COV_0

pub fn is_cov_1(&self) -> bool[src]

Checks if the value of the field is COV_1

impl R<bool, OUT_A>[src]

pub fn variant(&self) -> OUT_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, CCIE_A>[src]

pub fn variant(&self) -> CCIE_A[src]

Get enumerated values variant

pub fn is_ccie_0(&self) -> bool[src]

Checks if the value of the field is CCIE_0

pub fn is_ccie_1(&self) -> bool[src]

Checks if the value of the field is CCIE_1

impl R<u8, OUTMOD_A>[src]

pub fn variant(&self) -> OUTMOD_A[src]

Get enumerated values variant

pub fn is_outmod_0(&self) -> bool[src]

Checks if the value of the field is OUTMOD_0

pub fn is_outmod_1(&self) -> bool[src]

Checks if the value of the field is OUTMOD_1

pub fn is_outmod_2(&self) -> bool[src]

Checks if the value of the field is OUTMOD_2

pub fn is_outmod_3(&self) -> bool[src]

Checks if the value of the field is OUTMOD_3

pub fn is_outmod_4(&self) -> bool[src]

Checks if the value of the field is OUTMOD_4

pub fn is_outmod_5(&self) -> bool[src]

Checks if the value of the field is OUTMOD_5

pub fn is_outmod_6(&self) -> bool[src]

Checks if the value of the field is OUTMOD_6

pub fn is_outmod_7(&self) -> bool[src]

Checks if the value of the field is OUTMOD_7

impl R<bool, CAP_A>[src]

pub fn variant(&self) -> CAP_A[src]

Get enumerated values variant

pub fn is_compare(&self) -> bool[src]

Checks if the value of the field is COMPARE

pub fn is_capture(&self) -> bool[src]

Checks if the value of the field is CAPTURE

impl R<u8, CLLD_A>[src]

pub fn variant(&self) -> CLLD_A[src]

Get enumerated values variant

pub fn is_clld_0(&self) -> bool[src]

Checks if the value of the field is CLLD_0

pub fn is_clld_1(&self) -> bool[src]

Checks if the value of the field is CLLD_1

pub fn is_clld_2(&self) -> bool[src]

Checks if the value of the field is CLLD_2

pub fn is_clld_3(&self) -> bool[src]

Checks if the value of the field is CLLD_3

impl R<bool, SCS_A>[src]

pub fn variant(&self) -> SCS_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, CCIS_A>[src]

pub fn variant(&self) -> CCIS_A[src]

Get enumerated values variant

pub fn is_ccia(&self) -> bool[src]

Checks if the value of the field is CCIA

pub fn is_ccib(&self) -> bool[src]

Checks if the value of the field is CCIB

pub fn is_gnd(&self) -> bool[src]

Checks if the value of the field is GND

pub fn is_vcc(&self) -> bool[src]

Checks if the value of the field is VCC

impl R<u8, CM_A>[src]

pub fn variant(&self) -> CM_A[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_rising(&self) -> bool[src]

Checks if the value of the field is RISING

pub fn is_falling(&self) -> bool[src]

Checks if the value of the field is FALLING

pub fn is_both(&self) -> bool[src]

Checks if the value of the field is BOTH

impl R<u16, Reg<u16, _TB3CCTL6>>[src]

pub fn ccifg(&self) -> CCIFG_R[src]

Bit 0 - Capture/compare interrupt flag

pub fn cov(&self) -> COV_R[src]

Bit 1 - Capture overflow

pub fn out(&self) -> OUT_R[src]

Bit 2 - Output

pub fn cci(&self) -> CCI_R[src]

Bit 3 - Capture/compare input

pub fn ccie(&self) -> CCIE_R[src]

Bit 4 - Capture/compare interrupt enable

pub fn outmod(&self) -> OUTMOD_R[src]

Bits 5:7 - Output mode

pub fn cap(&self) -> CAP_R[src]

Bit 8 - Capture mode

pub fn clld(&self) -> CLLD_R[src]

Bits 9:10 - Compare latch load

pub fn scs(&self) -> SCS_R[src]

Bit 11 - Synchronize capture source

pub fn ccis(&self) -> CCIS_R[src]

Bits 12:13 - Capture/compare input select

pub fn cm(&self) -> CM_R[src]

Bits 14:15 - Capture mode

impl R<u8, TBIDEX_A>[src]

pub fn variant(&self) -> TBIDEX_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_2(&self) -> bool[src]

Checks if the value of the field is _2

pub fn is_3(&self) -> bool[src]

Checks if the value of the field is _3

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_5(&self) -> bool[src]

Checks if the value of the field is _5

pub fn is_6(&self) -> bool[src]

Checks if the value of the field is _6

pub fn is_7(&self) -> bool[src]

Checks if the value of the field is _7

pub fn is_8(&self) -> bool[src]

Checks if the value of the field is _8

impl R<u16, Reg<u16, _TB3EX0>>[src]

pub fn tbidex(&self) -> TBIDEX_R[src]

Bits 0:2 - Input divider expansion

impl R<u16, TBIV_A>[src]

pub fn variant(&self) -> Variant<u16, TBIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_tbccr1(&self) -> bool[src]

Checks if the value of the field is TBCCR1

pub fn is_tbccr2(&self) -> bool[src]

Checks if the value of the field is TBCCR2

pub fn is_tbccr3(&self) -> bool[src]

Checks if the value of the field is TBCCR3

pub fn is_tbccr4(&self) -> bool[src]

Checks if the value of the field is TBCCR4

pub fn is_tbccr5(&self) -> bool[src]

Checks if the value of the field is TBCCR5

pub fn is_tbccr6(&self) -> bool[src]

Checks if the value of the field is TBCCR6

pub fn is_tbifg(&self) -> bool[src]

Checks if the value of the field is TBIFG

impl R<u16, Reg<u16, _TB3IV>>[src]

pub fn tbiv(&self) -> TBIV_R[src]

Bits 0:15 - Timer_B interrupt vector value

impl R<u16, Reg<u16, _MACS32H>>[src]

pub fn macs32h(&self) -> MACS32H_R[src]

Bits 8:15 - 32-bit operand 1 signed multiply accumulate high word

impl R<bool, MPYDLY32_A>[src]

pub fn variant(&self) -> MPYDLY32_A[src]

Get enumerated values variant

pub fn is_mpydly32_0(&self) -> bool[src]

Checks if the value of the field is MPYDLY32_0

pub fn is_mpydly32_1(&self) -> bool[src]

Checks if the value of the field is MPYDLY32_1

impl R<bool, MPYDLYWRTEN_A>[src]

pub fn variant(&self) -> MPYDLYWRTEN_A[src]

Get enumerated values variant

pub fn is_mpydlywrten_0(&self) -> bool[src]

Checks if the value of the field is MPYDLYWRTEN_0

pub fn is_mpydlywrten_1(&self) -> bool[src]

Checks if the value of the field is MPYDLYWRTEN_1

impl R<bool, MPYOP2_32_A>[src]

pub fn variant(&self) -> MPYOP2_32_A[src]

Get enumerated values variant

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

impl R<bool, MPYOP1_32_A>[src]

pub fn variant(&self) -> MPYOP1_32_A[src]

Get enumerated values variant

pub fn is_16(&self) -> bool[src]

Checks if the value of the field is _16

pub fn is_32(&self) -> bool[src]

Checks if the value of the field is _32

impl R<u8, MPYM_A>[src]

pub fn variant(&self) -> MPYM_A[src]

Get enumerated values variant

pub fn is_mpy(&self) -> bool[src]

Checks if the value of the field is MPY

pub fn is_mpys(&self) -> bool[src]

Checks if the value of the field is MPYS

pub fn is_mac(&self) -> bool[src]

Checks if the value of the field is MAC

pub fn is_macs(&self) -> bool[src]

Checks if the value of the field is MACS

impl R<bool, MPYSAT_A>[src]

pub fn variant(&self) -> MPYSAT_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, MPYFRAC_A>[src]

pub fn variant(&self) -> MPYFRAC_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, MPYC_A>[src]

pub fn variant(&self) -> MPYC_A[src]

Get enumerated values variant

pub fn is_mpyc_0(&self) -> bool[src]

Checks if the value of the field is MPYC_0

pub fn is_mpyc_1(&self) -> bool[src]

Checks if the value of the field is MPYC_1

impl R<u16, Reg<u16, _MPY32CTL0>>[src]

pub fn mpydly32(&self) -> MPYDLY32_R[src]

Bit 9 - Delayed write mode.

pub fn mpydlywrten(&self) -> MPYDLYWRTEN_R[src]

Bit 8 - Delayed write enable.

pub fn mpyop2_32(&self) -> MPYOP2_32_R[src]

Bit 7 - Multiplier bit width of operand 2

pub fn mpyop1_32(&self) -> MPYOP1_32_R[src]

Bit 6 - Multiplier bit width of operand 1

pub fn mpym(&self) -> MPYM_R[src]

Bits 4:5 - Multiplier mode

pub fn mpysat(&self) -> MPYSAT_R[src]

Bit 3 - Saturation mode

pub fn mpyfrac(&self) -> MPYFRAC_R[src]

Bit 2 - Fractional mode.

pub fn mpyc(&self) -> MPYC_R[src]

Bit 0 - Carry of the multiplier

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCTXBRK_A>[src]

pub fn variant(&self) -> UCTXBRK_A[src]

Get enumerated values variant

pub fn is_uctxbrk_0(&self) -> bool[src]

Checks if the value of the field is UCTXBRK_0

pub fn is_uctxbrk_1(&self) -> bool[src]

Checks if the value of the field is UCTXBRK_1

impl R<bool, UCTXADDR_A>[src]

pub fn variant(&self) -> UCTXADDR_A[src]

Get enumerated values variant

pub fn is_uctxaddr_0(&self) -> bool[src]

Checks if the value of the field is UCTXADDR_0

pub fn is_uctxaddr_1(&self) -> bool[src]

Checks if the value of the field is UCTXADDR_1

impl R<bool, UCDORM_A>[src]

pub fn variant(&self) -> UCDORM_A[src]

Get enumerated values variant

pub fn is_ucdorm_0(&self) -> bool[src]

Checks if the value of the field is UCDORM_0

pub fn is_ucdorm_1(&self) -> bool[src]

Checks if the value of the field is UCDORM_1

impl R<bool, UCBRKIE_A>[src]

pub fn variant(&self) -> UCBRKIE_A[src]

Get enumerated values variant

pub fn is_ucbrkie_0(&self) -> bool[src]

Checks if the value of the field is UCBRKIE_0

pub fn is_ucbrkie_1(&self) -> bool[src]

Checks if the value of the field is UCBRKIE_1

impl R<bool, UCRXEIE_A>[src]

pub fn variant(&self) -> UCRXEIE_A[src]

Get enumerated values variant

pub fn is_ucrxeie_0(&self) -> bool[src]

Checks if the value of the field is UCRXEIE_0

pub fn is_ucrxeie_1(&self) -> bool[src]

Checks if the value of the field is UCRXEIE_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_uclk(&self) -> bool[src]

Checks if the value of the field is UCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCSPB_A>[src]

pub fn variant(&self) -> UCSPB_A[src]

Get enumerated values variant

pub fn is_ucspb_0(&self) -> bool[src]

Checks if the value of the field is UCSPB_0

pub fn is_ucspb_1(&self) -> bool[src]

Checks if the value of the field is UCSPB_1

impl R<bool, UC7BIT_A>[src]

pub fn variant(&self) -> UC7BIT_A[src]

Get enumerated values variant

pub fn is_8bit(&self) -> bool[src]

Checks if the value of the field is _8BIT

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

impl R<bool, UCMSB_A>[src]

pub fn variant(&self) -> UCMSB_A[src]

Get enumerated values variant

pub fn is_ucmsb_0(&self) -> bool[src]

Checks if the value of the field is UCMSB_0

pub fn is_ucmsb_1(&self) -> bool[src]

Checks if the value of the field is UCMSB_1

impl R<bool, UCPAR_A>[src]

pub fn variant(&self) -> UCPAR_A[src]

Get enumerated values variant

pub fn is_odd(&self) -> bool[src]

Checks if the value of the field is ODD

pub fn is_even(&self) -> bool[src]

Checks if the value of the field is EVEN

impl R<bool, UCPEN_A>[src]

pub fn variant(&self) -> UCPEN_A[src]

Get enumerated values variant

pub fn is_ucpen_0(&self) -> bool[src]

Checks if the value of the field is UCPEN_0

pub fn is_ucpen_1(&self) -> bool[src]

Checks if the value of the field is UCPEN_1

impl R<u16, Reg<u16, _UCA0CTLW0>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn uctxbrk(&self) -> UCTXBRK_R[src]

Bit 1 - Transmit break

pub fn uctxaddr(&self) -> UCTXADDR_R[src]

Bit 2 - Transmit address

pub fn ucdorm(&self) -> UCDORM_R[src]

Bit 3 - Dormant

pub fn ucbrkie(&self) -> UCBRKIE_R[src]

Bit 4 - Receive break character interrupt enable

pub fn ucrxeie(&self) -> UCRXEIE_R[src]

Bit 5 - Receive erroneous-character interrupt enable

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_A clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI_A mode

pub fn ucspb(&self) -> UCSPB_R[src]

Bit 11 - Stop bit select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucpar(&self) -> UCPAR_R[src]

Bit 14 - Parity select

pub fn ucpen(&self) -> UCPEN_R[src]

Bit 15 - Parity enable

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCSTEM_A>[src]

pub fn variant(&self) -> UCSTEM_A[src]

Get enumerated values variant

pub fn is_ucstem_0(&self) -> bool[src]

Checks if the value of the field is UCSTEM_0

pub fn is_ucstem_1(&self) -> bool[src]

Checks if the value of the field is UCSTEM_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_ucssel_0(&self) -> bool[src]

Checks if the value of the field is UCSSEL_0

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCMST_A>[src]

pub fn variant(&self) -> UCMST_A[src]

Get enumerated values variant

pub fn is_slave(&self) -> bool[src]

Checks if the value of the field is SLAVE

pub fn is_master(&self) -> bool[src]

Checks if the value of the field is MASTER

impl R<bool, UC7BIT_A>[src]

pub fn variant(&self) -> UC7BIT_A[src]

Get enumerated values variant

pub fn is_8bit(&self) -> bool[src]

Checks if the value of the field is _8BIT

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

impl R<bool, UCMSB_A>[src]

pub fn variant(&self) -> UCMSB_A[src]

Get enumerated values variant

pub fn is_ucmsb_0(&self) -> bool[src]

Checks if the value of the field is UCMSB_0

pub fn is_ucmsb_1(&self) -> bool[src]

Checks if the value of the field is UCMSB_1

impl R<bool, UCCKPL_A>[src]

pub fn variant(&self) -> UCCKPL_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, UCCKPH_A>[src]

pub fn variant(&self) -> UCCKPH_A[src]

Get enumerated values variant

pub fn is_ucckph_0(&self) -> bool[src]

Checks if the value of the field is UCCKPH_0

pub fn is_ucckph_1(&self) -> bool[src]

Checks if the value of the field is UCCKPH_1

impl R<u16, Reg<u16, _UCA0CTLW0_SPI>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn ucstem(&self) -> UCSTEM_R[src]

Bit 1 - STE mode select in master mode.

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_A clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucckpl(&self) -> UCCKPL_R[src]

Bit 14 - Clock polarity select

pub fn ucckph(&self) -> UCCKPH_R[src]

Bit 15 - Clock phase select

impl R<u8, UCGLIT_A>[src]

pub fn variant(&self) -> UCGLIT_A[src]

Get enumerated values variant

pub fn is_ucglit_0(&self) -> bool[src]

Checks if the value of the field is UCGLIT_0

pub fn is_ucglit_1(&self) -> bool[src]

Checks if the value of the field is UCGLIT_1

pub fn is_ucglit_2(&self) -> bool[src]

Checks if the value of the field is UCGLIT_2

pub fn is_ucglit_3(&self) -> bool[src]

Checks if the value of the field is UCGLIT_3

impl R<u16, Reg<u16, _UCA0CTLW1>>[src]

pub fn ucglit(&self) -> UCGLIT_R[src]

Bits 0:1 - Deglitch time

impl R<bool, UCOS16_A>[src]

pub fn variant(&self) -> UCOS16_A[src]

Get enumerated values variant

pub fn is_ucos16_0(&self) -> bool[src]

Checks if the value of the field is UCOS16_0

pub fn is_ucos16_1(&self) -> bool[src]

Checks if the value of the field is UCOS16_1

impl R<u16, Reg<u16, _UCA0MCTLW>>[src]

pub fn ucos16(&self) -> UCOS16_R[src]

Bit 0 - Oversampling mode enabled

pub fn ucbrf(&self) -> UCBRF_R[src]

Bits 4:7 - First modulation stage select

pub fn ucbrs(&self) -> UCBRS_R[src]

Bits 8:15 - Second modulation stage select

impl R<bool, UCBUSY_A>[src]

pub fn variant(&self) -> UCBUSY_A[src]

Get enumerated values variant

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

pub fn is_busy(&self) -> bool[src]

Checks if the value of the field is BUSY

impl R<bool, UCADDR_UCIDLE_A>[src]

pub fn variant(&self) -> UCADDR_UCIDLE_A[src]

Get enumerated values variant

pub fn is_ucaddr_ucidle_0(&self) -> bool[src]

Checks if the value of the field is UCADDR_UCIDLE_0

pub fn is_ucaddr_ucidle_1(&self) -> bool[src]

Checks if the value of the field is UCADDR_UCIDLE_1

impl R<bool, UCRXERR_A>[src]

pub fn variant(&self) -> UCRXERR_A[src]

Get enumerated values variant

pub fn is_ucrxerr_0(&self) -> bool[src]

Checks if the value of the field is UCRXERR_0

pub fn is_ucrxerr_1(&self) -> bool[src]

Checks if the value of the field is UCRXERR_1

impl R<bool, UCBRK_A>[src]

pub fn variant(&self) -> UCBRK_A[src]

Get enumerated values variant

pub fn is_ucbrk_0(&self) -> bool[src]

Checks if the value of the field is UCBRK_0

pub fn is_ucbrk_1(&self) -> bool[src]

Checks if the value of the field is UCBRK_1

impl R<bool, UCPE_A>[src]

pub fn variant(&self) -> UCPE_A[src]

Get enumerated values variant

pub fn is_ucpe_0(&self) -> bool[src]

Checks if the value of the field is UCPE_0

pub fn is_ucpe_1(&self) -> bool[src]

Checks if the value of the field is UCPE_1

impl R<bool, UCOE_A>[src]

pub fn variant(&self) -> UCOE_A[src]

Get enumerated values variant

pub fn is_ucoe_0(&self) -> bool[src]

Checks if the value of the field is UCOE_0

pub fn is_ucoe_1(&self) -> bool[src]

Checks if the value of the field is UCOE_1

impl R<bool, UCFE_A>[src]

pub fn variant(&self) -> UCFE_A[src]

Get enumerated values variant

pub fn is_ucfe_0(&self) -> bool[src]

Checks if the value of the field is UCFE_0

pub fn is_ucfe_1(&self) -> bool[src]

Checks if the value of the field is UCFE_1

impl R<bool, UCLISTEN_A>[src]

pub fn variant(&self) -> UCLISTEN_A[src]

Get enumerated values variant

pub fn is_uclisten_0(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_0

pub fn is_uclisten_1(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_1

impl R<u16, Reg<u16, _UCA0STATW>>[src]

pub fn ucbusy(&self) -> UCBUSY_R[src]

Bit 0 - eUSCI_A busy

pub fn ucaddr_ucidle(&self) -> UCADDR_UCIDLE_R[src]

Bit 1 - Address received / Idle line detected

pub fn ucrxerr(&self) -> UCRXERR_R[src]

Bit 2 - Receive error flag

pub fn ucbrk(&self) -> UCBRK_R[src]

Bit 3 - Break detect flag

pub fn ucpe(&self) -> UCPE_R[src]

Bit 4 - Parity error flag. When UCPEN = 0, UCPE is read as 0. UCPE is cleared when UCAxRXBUF is read.

pub fn ucoe(&self) -> UCOE_R[src]

Bit 5 - Overrun error flag

pub fn ucfe(&self) -> UCFE_R[src]

Bit 6 - Framing error flag

pub fn uclisten(&self) -> UCLISTEN_R[src]

Bit 7 - Listen enable

impl R<bool, UCOE_A>[src]

pub fn variant(&self) -> UCOE_A[src]

Get enumerated values variant

pub fn is_ucoe_0(&self) -> bool[src]

Checks if the value of the field is UCOE_0

pub fn is_ucoe_1(&self) -> bool[src]

Checks if the value of the field is UCOE_1

impl R<bool, UCFE_A>[src]

pub fn variant(&self) -> UCFE_A[src]

Get enumerated values variant

pub fn is_ucfe_0(&self) -> bool[src]

Checks if the value of the field is UCFE_0

pub fn is_ucfe_1(&self) -> bool[src]

Checks if the value of the field is UCFE_1

impl R<bool, UCLISTEN_A>[src]

pub fn variant(&self) -> UCLISTEN_A[src]

Get enumerated values variant

pub fn is_uclisten_0(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_0

pub fn is_uclisten_1(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_1

impl R<u16, Reg<u16, _UCA0STATW_SPI>>[src]

pub fn ucoe(&self) -> UCOE_R[src]

Bit 5 - Overrun error flag

pub fn ucfe(&self) -> UCFE_R[src]

Bit 6 - Framing error flag

pub fn uclisten(&self) -> UCLISTEN_R[src]

Bit 7 - Listen enable

impl R<u16, Reg<u16, _UCA0RXBUF>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCA0RXBUF_SPI>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCA0TXBUF>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<u16, Reg<u16, _UCA0TXBUF_SPI>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<bool, UCABDEN_A>[src]

pub fn variant(&self) -> UCABDEN_A[src]

Get enumerated values variant

pub fn is_ucabden_0(&self) -> bool[src]

Checks if the value of the field is UCABDEN_0

pub fn is_ucabden_1(&self) -> bool[src]

Checks if the value of the field is UCABDEN_1

impl R<bool, UCBTOE_A>[src]

pub fn variant(&self) -> UCBTOE_A[src]

Get enumerated values variant

pub fn is_ucbtoe_0(&self) -> bool[src]

Checks if the value of the field is UCBTOE_0

pub fn is_ucbtoe_1(&self) -> bool[src]

Checks if the value of the field is UCBTOE_1

impl R<bool, UCSTOE_A>[src]

pub fn variant(&self) -> UCSTOE_A[src]

Get enumerated values variant

pub fn is_ucstoe_0(&self) -> bool[src]

Checks if the value of the field is UCSTOE_0

pub fn is_ucstoe_1(&self) -> bool[src]

Checks if the value of the field is UCSTOE_1

impl R<u8, UCDELIM_A>[src]

pub fn variant(&self) -> UCDELIM_A[src]

Get enumerated values variant

pub fn is_ucdelim_0(&self) -> bool[src]

Checks if the value of the field is UCDELIM_0

pub fn is_ucdelim_1(&self) -> bool[src]

Checks if the value of the field is UCDELIM_1

pub fn is_ucdelim_2(&self) -> bool[src]

Checks if the value of the field is UCDELIM_2

pub fn is_ucdelim_3(&self) -> bool[src]

Checks if the value of the field is UCDELIM_3

impl R<u16, Reg<u16, _UCA0ABCTL>>[src]

pub fn ucabden(&self) -> UCABDEN_R[src]

Bit 0 - Automatic baud-rate detect enable

pub fn ucbtoe(&self) -> UCBTOE_R[src]

Bit 2 - Break time out error

pub fn ucstoe(&self) -> UCSTOE_R[src]

Bit 3 - Synch field time out error

pub fn ucdelim(&self) -> UCDELIM_R[src]

Bits 4:5 - Break/synch delimiter length

impl R<bool, UCIREN_A>[src]

pub fn variant(&self) -> UCIREN_A[src]

Get enumerated values variant

pub fn is_uciren_0(&self) -> bool[src]

Checks if the value of the field is UCIREN_0

pub fn is_uciren_1(&self) -> bool[src]

Checks if the value of the field is UCIREN_1

impl R<bool, UCIRTXCLK_A>[src]

pub fn variant(&self) -> UCIRTXCLK_A[src]

Get enumerated values variant

pub fn is_ucirtxclk_0(&self) -> bool[src]

Checks if the value of the field is UCIRTXCLK_0

pub fn is_ucirtxclk_1(&self) -> bool[src]

Checks if the value of the field is UCIRTXCLK_1

impl R<bool, UCIRRXFE_A>[src]

pub fn variant(&self) -> UCIRRXFE_A[src]

Get enumerated values variant

pub fn is_ucirrxfe_0(&self) -> bool[src]

Checks if the value of the field is UCIRRXFE_0

pub fn is_ucirrxfe_1(&self) -> bool[src]

Checks if the value of the field is UCIRRXFE_1

impl R<bool, UCIRRXPL_A>[src]

pub fn variant(&self) -> UCIRRXPL_A[src]

Get enumerated values variant

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

impl R<u16, Reg<u16, _UCA0IRCTL>>[src]

pub fn uciren(&self) -> UCIREN_R[src]

Bit 0 - IrDA encoder/decoder enable

pub fn ucirtxclk(&self) -> UCIRTXCLK_R[src]

Bit 1 - IrDA transmit pulse clock select

pub fn ucirtxpl(&self) -> UCIRTXPL_R[src]

Bits 2:7 - Transmit pulse length

pub fn ucirrxfe(&self) -> UCIRRXFE_R[src]

Bit 8 - IrDA receive filter enabled

pub fn ucirrxpl(&self) -> UCIRRXPL_R[src]

Bit 9 - IrDA receive input UCAxRXD polarity

pub fn ucirrxfl(&self) -> UCIRRXFL_R[src]

Bits 10:15 - Receive filter length

impl R<bool, UCRXIE_A>[src]

pub fn variant(&self) -> UCRXIE_A[src]

Get enumerated values variant

pub fn is_ucrxie_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE_0

pub fn is_ucrxie_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE_1

impl R<bool, UCTXIE_A>[src]

pub fn variant(&self) -> UCTXIE_A[src]

Get enumerated values variant

pub fn is_uctxie_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE_0

pub fn is_uctxie_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE_1

impl R<bool, UCSTTIE_A>[src]

pub fn variant(&self) -> UCSTTIE_A[src]

Get enumerated values variant

pub fn is_ucsttie_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_0

pub fn is_ucsttie_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_1

impl R<bool, UCTXCPTIE_A>[src]

pub fn variant(&self) -> UCTXCPTIE_A[src]

Get enumerated values variant

pub fn is_uctxcptie_0(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIE_0

pub fn is_uctxcptie_1(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIE_1

impl R<u16, Reg<u16, _UCA0IE>>[src]

pub fn ucrxie(&self) -> UCRXIE_R[src]

Bit 0 - Receive interrupt enable

pub fn uctxie(&self) -> UCTXIE_R[src]

Bit 1 - Transmit interrupt enable

pub fn ucsttie(&self) -> UCSTTIE_R[src]

Bit 2 - Start bit interrupt enable

pub fn uctxcptie(&self) -> UCTXCPTIE_R[src]

Bit 3 - Transmit complete interrupt enable

impl R<bool, UCRXIE_A>[src]

pub fn variant(&self) -> UCRXIE_A[src]

Get enumerated values variant

pub fn is_ucrxie_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE_0

pub fn is_ucrxie_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE_1

impl R<bool, UCTXIE_A>[src]

pub fn variant(&self) -> UCTXIE_A[src]

Get enumerated values variant

pub fn is_uctxie_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE_0

pub fn is_uctxie_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE_1

impl R<u16, Reg<u16, _UCA0IE_SPI>>[src]

pub fn ucrxie(&self) -> UCRXIE_R[src]

Bit 0 - Receive interrupt enable

pub fn uctxie(&self) -> UCTXIE_R[src]

Bit 1 - Transmit interrupt enable

impl R<bool, UCRXIFG_A>[src]

pub fn variant(&self) -> UCRXIFG_A[src]

Get enumerated values variant

pub fn is_ucrxifg_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_0

pub fn is_ucrxifg_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_1

impl R<bool, UCTXIFG_A>[src]

pub fn variant(&self) -> UCTXIFG_A[src]

Get enumerated values variant

pub fn is_uctxifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_0

pub fn is_uctxifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_1

impl R<bool, UCSTTIFG_A>[src]

pub fn variant(&self) -> UCSTTIFG_A[src]

Get enumerated values variant

pub fn is_ucsttifg_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_0

pub fn is_ucsttifg_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_1

impl R<bool, UCTXCPTIFG_A>[src]

pub fn variant(&self) -> UCTXCPTIFG_A[src]

Get enumerated values variant

pub fn is_uctxcptifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIFG_0

pub fn is_uctxcptifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIFG_1

impl R<u16, Reg<u16, _UCA0IFG>>[src]

pub fn ucrxifg(&self) -> UCRXIFG_R[src]

Bit 0 - Receive interrupt flag

pub fn uctxifg(&self) -> UCTXIFG_R[src]

Bit 1 - Transmit interrupt flag

pub fn ucsttifg(&self) -> UCSTTIFG_R[src]

Bit 2 - Start bit interrupt flag

pub fn uctxcptifg(&self) -> UCTXCPTIFG_R[src]

Bit 3 - Transmit ready interrupt enable

impl R<bool, UCRXIFG_A>[src]

pub fn variant(&self) -> UCRXIFG_A[src]

Get enumerated values variant

pub fn is_ucrxifg_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_0

pub fn is_ucrxifg_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_1

impl R<bool, UCTXIFG_A>[src]

pub fn variant(&self) -> UCTXIFG_A[src]

Get enumerated values variant

pub fn is_uctxifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_0

pub fn is_uctxifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_1

impl R<u16, Reg<u16, _UCA0IFG_SPI>>[src]

pub fn ucrxifg(&self) -> UCRXIFG_R[src]

Bit 0 - Receive interrupt flag

pub fn uctxifg(&self) -> UCTXIFG_R[src]

Bit 1 - Transmit interrupt flag

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucrxifg(&self) -> bool[src]

Checks if the value of the field is UCRXIFG

pub fn is_uctxifg(&self) -> bool[src]

Checks if the value of the field is UCTXIFG

pub fn is_ucsttifg(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG

pub fn is_uctxcptifg(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIFG

impl R<u16, Reg<u16, _UCA0IV>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_A interrupt vector value

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucrxifg(&self) -> bool[src]

Checks if the value of the field is UCRXIFG

pub fn is_uctxifg(&self) -> bool[src]

Checks if the value of the field is UCTXIFG

impl R<u16, Reg<u16, _UCA0IV_SPI>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_A interrupt vector value

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCTXSTT_A>[src]

pub fn variant(&self) -> UCTXSTT_A[src]

Get enumerated values variant

pub fn is_uctxstt_0(&self) -> bool[src]

Checks if the value of the field is UCTXSTT_0

pub fn is_uctxstt_1(&self) -> bool[src]

Checks if the value of the field is UCTXSTT_1

impl R<bool, UCTXSTP_A>[src]

pub fn variant(&self) -> UCTXSTP_A[src]

Get enumerated values variant

pub fn is_uctxstp_0(&self) -> bool[src]

Checks if the value of the field is UCTXSTP_0

pub fn is_uctxstp_1(&self) -> bool[src]

Checks if the value of the field is UCTXSTP_1

impl R<bool, UCTXNACK_A>[src]

pub fn variant(&self) -> UCTXNACK_A[src]

Get enumerated values variant

pub fn is_uctxnack_0(&self) -> bool[src]

Checks if the value of the field is UCTXNACK_0

pub fn is_uctxnack_1(&self) -> bool[src]

Checks if the value of the field is UCTXNACK_1

impl R<bool, UCTR_A>[src]

pub fn variant(&self) -> UCTR_A[src]

Get enumerated values variant

pub fn is_rx(&self) -> bool[src]

Checks if the value of the field is RX

pub fn is_tx(&self) -> bool[src]

Checks if the value of the field is TX

impl R<bool, UCTXACK_A>[src]

pub fn variant(&self) -> UCTXACK_A[src]

Get enumerated values variant

pub fn is_uctxack_0(&self) -> bool[src]

Checks if the value of the field is UCTXACK_0

pub fn is_uctxack_1(&self) -> bool[src]

Checks if the value of the field is UCTXACK_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_uclki(&self) -> bool[src]

Checks if the value of the field is UCLKI

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCMST_A>[src]

pub fn variant(&self) -> UCMST_A[src]

Get enumerated values variant

pub fn is_slave(&self) -> bool[src]

Checks if the value of the field is SLAVE

pub fn is_master(&self) -> bool[src]

Checks if the value of the field is MASTER

impl R<bool, UCMM_A>[src]

pub fn variant(&self) -> UCMM_A[src]

Get enumerated values variant

pub fn is_single(&self) -> bool[src]

Checks if the value of the field is SINGLE

pub fn is_multi(&self) -> bool[src]

Checks if the value of the field is MULTI

impl R<bool, UCSLA10_A>[src]

pub fn variant(&self) -> UCSLA10_A[src]

Get enumerated values variant

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

pub fn is_10bit(&self) -> bool[src]

Checks if the value of the field is _10BIT

impl R<bool, UCA10_A>[src]

pub fn variant(&self) -> UCA10_A[src]

Get enumerated values variant

pub fn is_uca10_0(&self) -> bool[src]

Checks if the value of the field is UCA10_0

pub fn is_uca10_1(&self) -> bool[src]

Checks if the value of the field is UCA10_1

impl R<u16, Reg<u16, _UCB0CTLW0>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn uctxstt(&self) -> UCTXSTT_R[src]

Bit 1 - Transmit START condition in master mode

pub fn uctxstp(&self) -> UCTXSTP_R[src]

Bit 2 - Transmit STOP condition in master mode

pub fn uctxnack(&self) -> UCTXNACK_R[src]

Bit 3 - Transmit a NACK

pub fn uctr(&self) -> UCTR_R[src]

Bit 4 - Transmitter/receiver

pub fn uctxack(&self) -> UCTXACK_R[src]

Bit 5 - Transmit ACK condition in slave mode

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_B clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI_B mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn ucmm(&self) -> UCMM_R[src]

Bit 13 - Multi-master environment select

pub fn ucsla10(&self) -> UCSLA10_R[src]

Bit 14 - Slave addressing mode select

pub fn uca10(&self) -> UCA10_R[src]

Bit 15 - Own addressing mode select

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCSTEM_A>[src]

pub fn variant(&self) -> UCSTEM_A[src]

Get enumerated values variant

pub fn is_ucstem_0(&self) -> bool[src]

Checks if the value of the field is UCSTEM_0

pub fn is_ucstem_1(&self) -> bool[src]

Checks if the value of the field is UCSTEM_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_ucssel_0(&self) -> bool[src]

Checks if the value of the field is UCSSEL_0

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCMST_A>[src]

pub fn variant(&self) -> UCMST_A[src]

Get enumerated values variant

pub fn is_slave(&self) -> bool[src]

Checks if the value of the field is SLAVE

pub fn is_master(&self) -> bool[src]

Checks if the value of the field is MASTER

impl R<bool, UC7BIT_A>[src]

pub fn variant(&self) -> UC7BIT_A[src]

Get enumerated values variant

pub fn is_8bit(&self) -> bool[src]

Checks if the value of the field is _8BIT

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

impl R<bool, UCMSB_A>[src]

pub fn variant(&self) -> UCMSB_A[src]

Get enumerated values variant

pub fn is_ucmsb_0(&self) -> bool[src]

Checks if the value of the field is UCMSB_0

pub fn is_ucmsb_1(&self) -> bool[src]

Checks if the value of the field is UCMSB_1

impl R<bool, UCCKPL_A>[src]

pub fn variant(&self) -> UCCKPL_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, UCCKPH_A>[src]

pub fn variant(&self) -> UCCKPH_A[src]

Get enumerated values variant

pub fn is_ucckph_0(&self) -> bool[src]

Checks if the value of the field is UCCKPH_0

pub fn is_ucckph_1(&self) -> bool[src]

Checks if the value of the field is UCCKPH_1

impl R<u16, Reg<u16, _UCB0CTLW0_SPI>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn ucstem(&self) -> UCSTEM_R[src]

Bit 1 - STE mode select in master mode.

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_B clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucckpl(&self) -> UCCKPL_R[src]

Bit 14 - Clock polarity select

pub fn ucckph(&self) -> UCCKPH_R[src]

Bit 15 - Clock phase select

impl R<u8, UCGLIT_A>[src]

pub fn variant(&self) -> UCGLIT_A[src]

Get enumerated values variant

pub fn is_ucglit_0(&self) -> bool[src]

Checks if the value of the field is UCGLIT_0

pub fn is_ucglit_1(&self) -> bool[src]

Checks if the value of the field is UCGLIT_1

pub fn is_ucglit_2(&self) -> bool[src]

Checks if the value of the field is UCGLIT_2

pub fn is_ucglit_3(&self) -> bool[src]

Checks if the value of the field is UCGLIT_3

impl R<u8, UCASTP_A>[src]

pub fn variant(&self) -> UCASTP_A[src]

Get enumerated values variant

pub fn is_ucastp_0(&self) -> bool[src]

Checks if the value of the field is UCASTP_0

pub fn is_ucastp_1(&self) -> bool[src]

Checks if the value of the field is UCASTP_1

pub fn is_ucastp_2(&self) -> bool[src]

Checks if the value of the field is UCASTP_2

pub fn is_ucastp_3(&self) -> bool[src]

Checks if the value of the field is UCASTP_3

impl R<bool, UCSWACK_A>[src]

pub fn variant(&self) -> UCSWACK_A[src]

Get enumerated values variant

pub fn is_ucswack_0(&self) -> bool[src]

Checks if the value of the field is UCSWACK_0

pub fn is_ucswack_1(&self) -> bool[src]

Checks if the value of the field is UCSWACK_1

impl R<bool, UCSTPNACK_A>[src]

pub fn variant(&self) -> UCSTPNACK_A[src]

Get enumerated values variant

pub fn is_ucstpnack_0(&self) -> bool[src]

Checks if the value of the field is UCSTPNACK_0

pub fn is_ucstpnack_1(&self) -> bool[src]

Checks if the value of the field is UCSTPNACK_1

impl R<u8, UCCLTO_A>[src]

pub fn variant(&self) -> UCCLTO_A[src]

Get enumerated values variant

pub fn is_ucclto_0(&self) -> bool[src]

Checks if the value of the field is UCCLTO_0

pub fn is_ucclto_1(&self) -> bool[src]

Checks if the value of the field is UCCLTO_1

pub fn is_ucclto_2(&self) -> bool[src]

Checks if the value of the field is UCCLTO_2

pub fn is_ucclto_3(&self) -> bool[src]

Checks if the value of the field is UCCLTO_3

impl R<bool, UCETXINT_A>[src]

pub fn variant(&self) -> UCETXINT_A[src]

Get enumerated values variant

pub fn is_ucetxint_0(&self) -> bool[src]

Checks if the value of the field is UCETXINT_0

pub fn is_ucetxint_1(&self) -> bool[src]

Checks if the value of the field is UCETXINT_1

impl R<u16, Reg<u16, _UCB0CTLW1>>[src]

pub fn ucglit(&self) -> UCGLIT_R[src]

Bits 0:1 - Deglitch time

pub fn ucastp(&self) -> UCASTP_R[src]

Bits 2:3 - Automatic STOP condition generation

pub fn ucswack(&self) -> UCSWACK_R[src]

Bit 4 - SW or HW ACK control

pub fn ucstpnack(&self) -> UCSTPNACK_R[src]

Bit 5 - ACK all master bytes

pub fn ucclto(&self) -> UCCLTO_R[src]

Bits 6:7 - Clock low timeout select

pub fn ucetxint(&self) -> UCETXINT_R[src]

Bit 8 - Early UCTXIFG0

impl R<bool, UCBBUSY_A>[src]

pub fn variant(&self) -> UCBBUSY_A[src]

Get enumerated values variant

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

pub fn is_busy(&self) -> bool[src]

Checks if the value of the field is BUSY

impl R<bool, UCGC_A>[src]

pub fn variant(&self) -> UCGC_A[src]

Get enumerated values variant

pub fn is_ucgc_0(&self) -> bool[src]

Checks if the value of the field is UCGC_0

pub fn is_ucgc_1(&self) -> bool[src]

Checks if the value of the field is UCGC_1

impl R<bool, UCSCLLOW_A>[src]

pub fn variant(&self) -> UCSCLLOW_A[src]

Get enumerated values variant

pub fn is_ucscllow_0(&self) -> bool[src]

Checks if the value of the field is UCSCLLOW_0

pub fn is_ucscllow_1(&self) -> bool[src]

Checks if the value of the field is UCSCLLOW_1

impl R<u16, Reg<u16, _UCB0STATW>>[src]

pub fn ucbbusy(&self) -> UCBBUSY_R[src]

Bit 4 - Bus busy

pub fn ucgc(&self) -> UCGC_R[src]

Bit 5 - General call address received

pub fn ucscllow(&self) -> UCSCLLOW_R[src]

Bit 6 - SCL low

pub fn ucbcnt(&self) -> UCBCNT_R[src]

Bits 8:15 - Hardware byte counter value

impl R<bool, UCOE_A>[src]

pub fn variant(&self) -> UCOE_A[src]

Get enumerated values variant

pub fn is_ucoe_0(&self) -> bool[src]

Checks if the value of the field is UCOE_0

pub fn is_ucoe_1(&self) -> bool[src]

Checks if the value of the field is UCOE_1

impl R<bool, UCFE_A>[src]

pub fn variant(&self) -> UCFE_A[src]

Get enumerated values variant

pub fn is_ucfe_0(&self) -> bool[src]

Checks if the value of the field is UCFE_0

pub fn is_ucfe_1(&self) -> bool[src]

Checks if the value of the field is UCFE_1

impl R<bool, UCLISTEN_A>[src]

pub fn variant(&self) -> UCLISTEN_A[src]

Get enumerated values variant

pub fn is_uclisten_0(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_0

pub fn is_uclisten_1(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_1

impl R<u16, Reg<u16, _UCB0STATW_SPI>>[src]

pub fn ucoe(&self) -> UCOE_R[src]

Bit 5 - Overrun error flag

pub fn ucfe(&self) -> UCFE_R[src]

Bit 6 - Framing error flag

pub fn uclisten(&self) -> UCLISTEN_R[src]

Bit 7 - Listen enable

impl R<u16, Reg<u16, _UCB0TBCNT>>[src]

pub fn uctbcnt(&self) -> UCTBCNT_R[src]

Bits 0:7 - Byte counter threshold value

impl R<u16, Reg<u16, _UCB0RXBUF>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCB0RXBUF_SPI>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCB0TXBUF>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<u16, Reg<u16, _UCB0TXBUF_SPI>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCGCEN_A>[src]

pub fn variant(&self) -> UCGCEN_A[src]

Get enumerated values variant

pub fn is_ucgcen_0(&self) -> bool[src]

Checks if the value of the field is UCGCEN_0

pub fn is_ucgcen_1(&self) -> bool[src]

Checks if the value of the field is UCGCEN_1

impl R<u16, Reg<u16, _UCB0I2COA0>>[src]

pub fn i2coa0(&self) -> I2COA0_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

pub fn ucgcen(&self) -> UCGCEN_R[src]

Bit 15 - General call response enable

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _UCB0I2COA1>>[src]

pub fn i2coa1(&self) -> I2COA1_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _UCB0I2COA2>>[src]

pub fn i2coa2(&self) -> I2COA2_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _UCB0I2COA3>>[src]

pub fn i2coa3(&self) -> I2COA3_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

impl R<u16, Reg<u16, _UCB0ADDRX>>[src]

pub fn addrx(&self) -> ADDRX_R[src]

Bits 0:9 - Received Address Register

impl R<u16, Reg<u16, _UCB0ADDMASK>>[src]

pub fn addmask(&self) -> ADDMASK_R[src]

Bits 0:9 - Address Mask Register. By clearing the corresponding bit of the own address, this bit is a don't care when comparing the address on the bus to the own address. Using this method, it is possible to react on more than one slave address. When all bits of ADDMASKx are set, the address mask feature is deactivated. Modify only when UCSWRST = 1.

impl R<u16, Reg<u16, _UCB0I2CSA>>[src]

pub fn i2csa(&self) -> I2CSA_R[src]

Bits 0:9 - I2C slave address

impl R<bool, UCRXIE0_A>[src]

pub fn variant(&self) -> UCRXIE0_A[src]

Get enumerated values variant

pub fn is_ucrxie0_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE0_0

pub fn is_ucrxie0_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE0_1

impl R<bool, UCTXIE0_A>[src]

pub fn variant(&self) -> UCTXIE0_A[src]

Get enumerated values variant

pub fn is_uctxie0_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE0_0

pub fn is_uctxie0_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE0_1

impl R<bool, UCSTTIE_A>[src]

pub fn variant(&self) -> UCSTTIE_A[src]

Get enumerated values variant

pub fn is_ucsttie_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_0

pub fn is_ucsttie_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_1

impl R<bool, UCSTPIE_A>[src]

pub fn variant(&self) -> UCSTPIE_A[src]

Get enumerated values variant

pub fn is_ucstpie_0(&self) -> bool[src]

Checks if the value of the field is UCSTPIE_0

pub fn is_ucstpie_1(&self) -> bool[src]

Checks if the value of the field is UCSTPIE_1

impl R<bool, UCALIE_A>[src]

pub fn variant(&self) -> UCALIE_A[src]

Get enumerated values variant

pub fn is_ucalie_0(&self) -> bool[src]

Checks if the value of the field is UCALIE_0

pub fn is_ucalie_1(&self) -> bool[src]

Checks if the value of the field is UCALIE_1

impl R<bool, UCNACKIE_A>[src]

pub fn variant(&self) -> UCNACKIE_A[src]

Get enumerated values variant

pub fn is_ucnackie_0(&self) -> bool[src]

Checks if the value of the field is UCNACKIE_0

pub fn is_ucnackie_1(&self) -> bool[src]

Checks if the value of the field is UCNACKIE_1

impl R<bool, UCBCNTIE_A>[src]

pub fn variant(&self) -> UCBCNTIE_A[src]

Get enumerated values variant

pub fn is_ucbcntie_0(&self) -> bool[src]

Checks if the value of the field is UCBCNTIE_0

pub fn is_ucbcntie_1(&self) -> bool[src]

Checks if the value of the field is UCBCNTIE_1

impl R<bool, UCCLTOIE_A>[src]

pub fn variant(&self) -> UCCLTOIE_A[src]

Get enumerated values variant

pub fn is_uccltoie_0(&self) -> bool[src]

Checks if the value of the field is UCCLTOIE_0

pub fn is_uccltoie_1(&self) -> bool[src]

Checks if the value of the field is UCCLTOIE_1

impl R<bool, UCRXIE1_A>[src]

pub fn variant(&self) -> UCRXIE1_A[src]

Get enumerated values variant

pub fn is_ucrxie1_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE1_0

pub fn is_ucrxie1_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE1_1

impl R<bool, UCTXIE1_A>[src]

pub fn variant(&self) -> UCTXIE1_A[src]

Get enumerated values variant

pub fn is_uctxie1_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE1_0

pub fn is_uctxie1_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE1_1

impl R<bool, UCRXIE2_A>[src]

pub fn variant(&self) -> UCRXIE2_A[src]

Get enumerated values variant

pub fn is_ucrxie2_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE2_0

pub fn is_ucrxie2_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE2_1

impl R<bool, UCTXIE2_A>[src]

pub fn variant(&self) -> UCTXIE2_A[src]

Get enumerated values variant

pub fn is_uctxie2_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE2_0

pub fn is_uctxie2_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE2_1

impl R<bool, UCRXIE3_A>[src]

pub fn variant(&self) -> UCRXIE3_A[src]

Get enumerated values variant

pub fn is_ucrxie3_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE3_0

pub fn is_ucrxie3_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE3_1

impl R<bool, UCTXIE3_A>[src]

pub fn variant(&self) -> UCTXIE3_A[src]

Get enumerated values variant

pub fn is_uctxie3_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE3_0

pub fn is_uctxie3_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE3_1

impl R<bool, UCBIT9IE_A>[src]

pub fn variant(&self) -> UCBIT9IE_A[src]

Get enumerated values variant

pub fn is_ucbit9ie_0(&self) -> bool[src]

Checks if the value of the field is UCBIT9IE_0

pub fn is_ucbit9ie_1(&self) -> bool[src]

Checks if the value of the field is UCBIT9IE_1

impl R<u16, Reg<u16, _UCB0IE>>[src]

pub fn ucrxie0(&self) -> UCRXIE0_R[src]

Bit 0 - Receive interrupt enable 0

pub fn uctxie0(&self) -> UCTXIE0_R[src]

Bit 1 - Transmit interrupt enable 0

pub fn ucsttie(&self) -> UCSTTIE_R[src]

Bit 2 - START condition interrupt enable

pub fn ucstpie(&self) -> UCSTPIE_R[src]

Bit 3 - STOP condition interrupt enable

pub fn ucalie(&self) -> UCALIE_R[src]

Bit 4 - Arbitration lost interrupt enable

pub fn ucnackie(&self) -> UCNACKIE_R[src]

Bit 5 - Not-acknowledge interrupt enable

pub fn ucbcntie(&self) -> UCBCNTIE_R[src]

Bit 6 - Byte counter interrupt enable

pub fn uccltoie(&self) -> UCCLTOIE_R[src]

Bit 7 - Clock low timeout interrupt enable

pub fn ucrxie1(&self) -> UCRXIE1_R[src]

Bit 8 - Receive interrupt enable 1

pub fn uctxie1(&self) -> UCTXIE1_R[src]

Bit 9 - Transmit interrupt enable 1

pub fn ucrxie2(&self) -> UCRXIE2_R[src]

Bit 10 - Receive interrupt enable 2

pub fn uctxie2(&self) -> UCTXIE2_R[src]

Bit 11 - Transmit interrupt enable 2

pub fn ucrxie3(&self) -> UCRXIE3_R[src]

Bit 12 - Receive interrupt enable 3

pub fn uctxie3(&self) -> UCTXIE3_R[src]

Bit 13 - Transmit interrupt enable 3

pub fn ucbit9ie(&self) -> UCBIT9IE_R[src]

Bit 14 - Bit position 9 interrupt enable

impl R<bool, UCRXIE_A>[src]

pub fn variant(&self) -> UCRXIE_A[src]

Get enumerated values variant

pub fn is_ucrxie_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE_0

pub fn is_ucrxie_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE_1

impl R<bool, UCTXIE_A>[src]

pub fn variant(&self) -> UCTXIE_A[src]

Get enumerated values variant

pub fn is_uctxie_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE_0

pub fn is_uctxie_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE_1

impl R<u16, Reg<u16, _UCB0IE_SPI>>[src]

pub fn ucrxie(&self) -> UCRXIE_R[src]

Bit 0 - Receive interrupt enable

pub fn uctxie(&self) -> UCTXIE_R[src]

Bit 1 - Transmit interrupt enable

impl R<bool, UCRXIFG0_A>[src]

pub fn variant(&self) -> UCRXIFG0_A[src]

Get enumerated values variant

pub fn is_ucrxifg0_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG0_0

pub fn is_ucrxifg0_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG0_1

impl R<bool, UCTXIFG0_A>[src]

pub fn variant(&self) -> UCTXIFG0_A[src]

Get enumerated values variant

pub fn is_uctxifg0_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG0_0

pub fn is_uctxifg0_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG0_1

impl R<bool, UCSTTIFG_A>[src]

pub fn variant(&self) -> UCSTTIFG_A[src]

Get enumerated values variant

pub fn is_ucsttifg_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_0

pub fn is_ucsttifg_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_1

impl R<bool, UCSTPIFG_A>[src]

pub fn variant(&self) -> UCSTPIFG_A[src]

Get enumerated values variant

pub fn is_ucstpifg_0(&self) -> bool[src]

Checks if the value of the field is UCSTPIFG_0

pub fn is_ucstpifg_1(&self) -> bool[src]

Checks if the value of the field is UCSTPIFG_1

impl R<bool, UCALIFG_A>[src]

pub fn variant(&self) -> UCALIFG_A[src]

Get enumerated values variant

pub fn is_ucalifg_0(&self) -> bool[src]

Checks if the value of the field is UCALIFG_0

pub fn is_ucalifg_1(&self) -> bool[src]

Checks if the value of the field is UCALIFG_1

impl R<bool, UCNACKIFG_A>[src]

pub fn variant(&self) -> UCNACKIFG_A[src]

Get enumerated values variant

pub fn is_ucnackifg_0(&self) -> bool[src]

Checks if the value of the field is UCNACKIFG_0

pub fn is_ucnackifg_1(&self) -> bool[src]

Checks if the value of the field is UCNACKIFG_1

impl R<bool, UCBCNTIFG_A>[src]

pub fn variant(&self) -> UCBCNTIFG_A[src]

Get enumerated values variant

pub fn is_ucbcntifg_0(&self) -> bool[src]

Checks if the value of the field is UCBCNTIFG_0

pub fn is_ucbcntifg_1(&self) -> bool[src]

Checks if the value of the field is UCBCNTIFG_1

impl R<bool, UCCLTOIFG_A>[src]

pub fn variant(&self) -> UCCLTOIFG_A[src]

Get enumerated values variant

pub fn is_uccltoifg_0(&self) -> bool[src]

Checks if the value of the field is UCCLTOIFG_0

pub fn is_uccltoifg_1(&self) -> bool[src]

Checks if the value of the field is UCCLTOIFG_1

impl R<bool, UCRXIFG1_A>[src]

pub fn variant(&self) -> UCRXIFG1_A[src]

Get enumerated values variant

pub fn is_ucrxifg1_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG1_0

pub fn is_ucrxifg1_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG1_1

impl R<bool, UCTXIFG1_A>[src]

pub fn variant(&self) -> UCTXIFG1_A[src]

Get enumerated values variant

pub fn is_uctxifg1_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG1_0

pub fn is_uctxifg1_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG1_1

impl R<bool, UCRXIFG2_A>[src]

pub fn variant(&self) -> UCRXIFG2_A[src]

Get enumerated values variant

pub fn is_ucrxifg2_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG2_0

pub fn is_ucrxifg2_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG2_1

impl R<bool, UCTXIFG2_A>[src]

pub fn variant(&self) -> UCTXIFG2_A[src]

Get enumerated values variant

pub fn is_uctxifg2_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG2_0

pub fn is_uctxifg2_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG2_1

impl R<bool, UCRXIFG3_A>[src]

pub fn variant(&self) -> UCRXIFG3_A[src]

Get enumerated values variant

pub fn is_ucrxifg3_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG3_0

pub fn is_ucrxifg3_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG3_1

impl R<bool, UCTXIFG3_A>[src]

pub fn variant(&self) -> UCTXIFG3_A[src]

Get enumerated values variant

pub fn is_uctxifg3_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG3_0

pub fn is_uctxifg3_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG3_1

impl R<bool, UCBIT9IFG_A>[src]

pub fn variant(&self) -> UCBIT9IFG_A[src]

Get enumerated values variant

pub fn is_ucbit9ifg_0(&self) -> bool[src]

Checks if the value of the field is UCBIT9IFG_0

pub fn is_ucbit9ifg_1(&self) -> bool[src]

Checks if the value of the field is UCBIT9IFG_1

impl R<u16, Reg<u16, _UCB0IFG>>[src]

pub fn ucrxifg0(&self) -> UCRXIFG0_R[src]

Bit 0 - eUSCI_B receive interrupt flag 0

pub fn uctxifg0(&self) -> UCTXIFG0_R[src]

Bit 1 - eUSCI_B transmit interrupt flag 0

pub fn ucsttifg(&self) -> UCSTTIFG_R[src]

Bit 2 - START condition interrupt flag

pub fn ucstpifg(&self) -> UCSTPIFG_R[src]

Bit 3 - STOP condition interrupt flag

pub fn ucalifg(&self) -> UCALIFG_R[src]

Bit 4 - Arbitration lost interrupt flag

pub fn ucnackifg(&self) -> UCNACKIFG_R[src]

Bit 5 - Not-acknowledge received interrupt flag

pub fn ucbcntifg(&self) -> UCBCNTIFG_R[src]

Bit 6 - Byte counter interrupt flag

pub fn uccltoifg(&self) -> UCCLTOIFG_R[src]

Bit 7 - Clock low timeout interrupt flag

pub fn ucrxifg1(&self) -> UCRXIFG1_R[src]

Bit 8 - eUSCI_B receive interrupt flag 1

pub fn uctxifg1(&self) -> UCTXIFG1_R[src]

Bit 9 - eUSCI_B transmit interrupt flag 1

pub fn ucrxifg2(&self) -> UCRXIFG2_R[src]

Bit 10 - eUSCI_B receive interrupt flag 2

pub fn uctxifg2(&self) -> UCTXIFG2_R[src]

Bit 11 - eUSCI_B transmit interrupt flag 2

pub fn ucrxifg3(&self) -> UCRXIFG3_R[src]

Bit 12 - eUSCI_B receive interrupt flag 3

pub fn uctxifg3(&self) -> UCTXIFG3_R[src]

Bit 13 - eUSCI_B transmit interrupt flag 3

pub fn ucbit9ifg(&self) -> UCBIT9IFG_R[src]

Bit 14 - Bit position 9 interrupt flag

impl R<bool, UCRXIFG_A>[src]

pub fn variant(&self) -> UCRXIFG_A[src]

Get enumerated values variant

pub fn is_ucrxifg_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_0

pub fn is_ucrxifg_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_1

impl R<bool, UCTXIFG_A>[src]

pub fn variant(&self) -> UCTXIFG_A[src]

Get enumerated values variant

pub fn is_uctxifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_0

pub fn is_uctxifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_1

impl R<u16, Reg<u16, _UCB0IFG_SPI>>[src]

pub fn ucrxifg(&self) -> UCRXIFG_R[src]

Bit 0 - Receive interrupt flag

pub fn uctxifg(&self) -> UCTXIFG_R[src]

Bit 1 - Transmit interrupt flag

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucalifg(&self) -> bool[src]

Checks if the value of the field is UCALIFG

pub fn is_ucnackifg(&self) -> bool[src]

Checks if the value of the field is UCNACKIFG

pub fn is_ucsttifg(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG

pub fn is_ucstpifg(&self) -> bool[src]

Checks if the value of the field is UCSTPIFG

pub fn is_ucrxifg3(&self) -> bool[src]

Checks if the value of the field is UCRXIFG3

pub fn is_uctxifg3(&self) -> bool[src]

Checks if the value of the field is UCTXIFG3

pub fn is_ucrxifg2(&self) -> bool[src]

Checks if the value of the field is UCRXIFG2

pub fn is_uctxifg2(&self) -> bool[src]

Checks if the value of the field is UCTXIFG2

pub fn is_ucrxifg1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG1

pub fn is_uctxifg1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG1

pub fn is_ucrxifg0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG0

pub fn is_uctxifg0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG0

pub fn is_ucbcntifg(&self) -> bool[src]

Checks if the value of the field is UCBCNTIFG

pub fn is_uccltoifg(&self) -> bool[src]

Checks if the value of the field is UCCLTOIFG

pub fn is_ucbit9ifg(&self) -> bool[src]

Checks if the value of the field is UCBIT9IFG

impl R<u16, Reg<u16, _UCB0IV>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_B interrupt vector value

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucrxifg(&self) -> bool[src]

Checks if the value of the field is UCRXIFG

pub fn is_uctxifg(&self) -> bool[src]

Checks if the value of the field is UCTXIFG

impl R<u16, Reg<u16, _UCB0IV_SPI>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_B interrupt vector value

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCTXBRK_A>[src]

pub fn variant(&self) -> UCTXBRK_A[src]

Get enumerated values variant

pub fn is_uctxbrk_0(&self) -> bool[src]

Checks if the value of the field is UCTXBRK_0

pub fn is_uctxbrk_1(&self) -> bool[src]

Checks if the value of the field is UCTXBRK_1

impl R<bool, UCTXADDR_A>[src]

pub fn variant(&self) -> UCTXADDR_A[src]

Get enumerated values variant

pub fn is_uctxaddr_0(&self) -> bool[src]

Checks if the value of the field is UCTXADDR_0

pub fn is_uctxaddr_1(&self) -> bool[src]

Checks if the value of the field is UCTXADDR_1

impl R<bool, UCDORM_A>[src]

pub fn variant(&self) -> UCDORM_A[src]

Get enumerated values variant

pub fn is_ucdorm_0(&self) -> bool[src]

Checks if the value of the field is UCDORM_0

pub fn is_ucdorm_1(&self) -> bool[src]

Checks if the value of the field is UCDORM_1

impl R<bool, UCBRKIE_A>[src]

pub fn variant(&self) -> UCBRKIE_A[src]

Get enumerated values variant

pub fn is_ucbrkie_0(&self) -> bool[src]

Checks if the value of the field is UCBRKIE_0

pub fn is_ucbrkie_1(&self) -> bool[src]

Checks if the value of the field is UCBRKIE_1

impl R<bool, UCRXEIE_A>[src]

pub fn variant(&self) -> UCRXEIE_A[src]

Get enumerated values variant

pub fn is_ucrxeie_0(&self) -> bool[src]

Checks if the value of the field is UCRXEIE_0

pub fn is_ucrxeie_1(&self) -> bool[src]

Checks if the value of the field is UCRXEIE_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_uclk(&self) -> bool[src]

Checks if the value of the field is UCLK

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCSPB_A>[src]

pub fn variant(&self) -> UCSPB_A[src]

Get enumerated values variant

pub fn is_ucspb_0(&self) -> bool[src]

Checks if the value of the field is UCSPB_0

pub fn is_ucspb_1(&self) -> bool[src]

Checks if the value of the field is UCSPB_1

impl R<bool, UC7BIT_A>[src]

pub fn variant(&self) -> UC7BIT_A[src]

Get enumerated values variant

pub fn is_8bit(&self) -> bool[src]

Checks if the value of the field is _8BIT

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

impl R<bool, UCMSB_A>[src]

pub fn variant(&self) -> UCMSB_A[src]

Get enumerated values variant

pub fn is_ucmsb_0(&self) -> bool[src]

Checks if the value of the field is UCMSB_0

pub fn is_ucmsb_1(&self) -> bool[src]

Checks if the value of the field is UCMSB_1

impl R<bool, UCPAR_A>[src]

pub fn variant(&self) -> UCPAR_A[src]

Get enumerated values variant

pub fn is_odd(&self) -> bool[src]

Checks if the value of the field is ODD

pub fn is_even(&self) -> bool[src]

Checks if the value of the field is EVEN

impl R<bool, UCPEN_A>[src]

pub fn variant(&self) -> UCPEN_A[src]

Get enumerated values variant

pub fn is_ucpen_0(&self) -> bool[src]

Checks if the value of the field is UCPEN_0

pub fn is_ucpen_1(&self) -> bool[src]

Checks if the value of the field is UCPEN_1

impl R<u16, Reg<u16, _UCA1CTLW0>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn uctxbrk(&self) -> UCTXBRK_R[src]

Bit 1 - Transmit break

pub fn uctxaddr(&self) -> UCTXADDR_R[src]

Bit 2 - Transmit address

pub fn ucdorm(&self) -> UCDORM_R[src]

Bit 3 - Dormant

pub fn ucbrkie(&self) -> UCBRKIE_R[src]

Bit 4 - Receive break character interrupt enable

pub fn ucrxeie(&self) -> UCRXEIE_R[src]

Bit 5 - Receive erroneous-character interrupt enable

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_A clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI_A mode

pub fn ucspb(&self) -> UCSPB_R[src]

Bit 11 - Stop bit select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucpar(&self) -> UCPAR_R[src]

Bit 14 - Parity select

pub fn ucpen(&self) -> UCPEN_R[src]

Bit 15 - Parity enable

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCSTEM_A>[src]

pub fn variant(&self) -> UCSTEM_A[src]

Get enumerated values variant

pub fn is_ucstem_0(&self) -> bool[src]

Checks if the value of the field is UCSTEM_0

pub fn is_ucstem_1(&self) -> bool[src]

Checks if the value of the field is UCSTEM_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_ucssel_0(&self) -> bool[src]

Checks if the value of the field is UCSSEL_0

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCMST_A>[src]

pub fn variant(&self) -> UCMST_A[src]

Get enumerated values variant

pub fn is_slave(&self) -> bool[src]

Checks if the value of the field is SLAVE

pub fn is_master(&self) -> bool[src]

Checks if the value of the field is MASTER

impl R<bool, UC7BIT_A>[src]

pub fn variant(&self) -> UC7BIT_A[src]

Get enumerated values variant

pub fn is_8bit(&self) -> bool[src]

Checks if the value of the field is _8BIT

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

impl R<bool, UCMSB_A>[src]

pub fn variant(&self) -> UCMSB_A[src]

Get enumerated values variant

pub fn is_ucmsb_0(&self) -> bool[src]

Checks if the value of the field is UCMSB_0

pub fn is_ucmsb_1(&self) -> bool[src]

Checks if the value of the field is UCMSB_1

impl R<bool, UCCKPL_A>[src]

pub fn variant(&self) -> UCCKPL_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, UCCKPH_A>[src]

pub fn variant(&self) -> UCCKPH_A[src]

Get enumerated values variant

pub fn is_ucckph_0(&self) -> bool[src]

Checks if the value of the field is UCCKPH_0

pub fn is_ucckph_1(&self) -> bool[src]

Checks if the value of the field is UCCKPH_1

impl R<u16, Reg<u16, _UCA1CTLW0_SPI>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn ucstem(&self) -> UCSTEM_R[src]

Bit 1 - STE mode select in master mode.

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_A clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucckpl(&self) -> UCCKPL_R[src]

Bit 14 - Clock polarity select

pub fn ucckph(&self) -> UCCKPH_R[src]

Bit 15 - Clock phase select

impl R<u8, UCGLIT_A>[src]

pub fn variant(&self) -> UCGLIT_A[src]

Get enumerated values variant

pub fn is_ucglit_0(&self) -> bool[src]

Checks if the value of the field is UCGLIT_0

pub fn is_ucglit_1(&self) -> bool[src]

Checks if the value of the field is UCGLIT_1

pub fn is_ucglit_2(&self) -> bool[src]

Checks if the value of the field is UCGLIT_2

pub fn is_ucglit_3(&self) -> bool[src]

Checks if the value of the field is UCGLIT_3

impl R<u16, Reg<u16, _UCA1CTLW1>>[src]

pub fn ucglit(&self) -> UCGLIT_R[src]

Bits 0:1 - Deglitch time

impl R<bool, UCOS16_A>[src]

pub fn variant(&self) -> UCOS16_A[src]

Get enumerated values variant

pub fn is_ucos16_0(&self) -> bool[src]

Checks if the value of the field is UCOS16_0

pub fn is_ucos16_1(&self) -> bool[src]

Checks if the value of the field is UCOS16_1

impl R<u16, Reg<u16, _UCA1MCTLW>>[src]

pub fn ucos16(&self) -> UCOS16_R[src]

Bit 0 - Oversampling mode enabled

pub fn ucbrf(&self) -> UCBRF_R[src]

Bits 4:7 - First modulation stage select

pub fn ucbrs(&self) -> UCBRS_R[src]

Bits 8:15 - Second modulation stage select

impl R<bool, UCBUSY_A>[src]

pub fn variant(&self) -> UCBUSY_A[src]

Get enumerated values variant

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

pub fn is_busy(&self) -> bool[src]

Checks if the value of the field is BUSY

impl R<bool, UCADDR_UCIDLE_A>[src]

pub fn variant(&self) -> UCADDR_UCIDLE_A[src]

Get enumerated values variant

pub fn is_ucaddr_ucidle_0(&self) -> bool[src]

Checks if the value of the field is UCADDR_UCIDLE_0

pub fn is_ucaddr_ucidle_1(&self) -> bool[src]

Checks if the value of the field is UCADDR_UCIDLE_1

impl R<bool, UCRXERR_A>[src]

pub fn variant(&self) -> UCRXERR_A[src]

Get enumerated values variant

pub fn is_ucrxerr_0(&self) -> bool[src]

Checks if the value of the field is UCRXERR_0

pub fn is_ucrxerr_1(&self) -> bool[src]

Checks if the value of the field is UCRXERR_1

impl R<bool, UCBRK_A>[src]

pub fn variant(&self) -> UCBRK_A[src]

Get enumerated values variant

pub fn is_ucbrk_0(&self) -> bool[src]

Checks if the value of the field is UCBRK_0

pub fn is_ucbrk_1(&self) -> bool[src]

Checks if the value of the field is UCBRK_1

impl R<bool, UCPE_A>[src]

pub fn variant(&self) -> UCPE_A[src]

Get enumerated values variant

pub fn is_ucpe_0(&self) -> bool[src]

Checks if the value of the field is UCPE_0

pub fn is_ucpe_1(&self) -> bool[src]

Checks if the value of the field is UCPE_1

impl R<bool, UCOE_A>[src]

pub fn variant(&self) -> UCOE_A[src]

Get enumerated values variant

pub fn is_ucoe_0(&self) -> bool[src]

Checks if the value of the field is UCOE_0

pub fn is_ucoe_1(&self) -> bool[src]

Checks if the value of the field is UCOE_1

impl R<bool, UCFE_A>[src]

pub fn variant(&self) -> UCFE_A[src]

Get enumerated values variant

pub fn is_ucfe_0(&self) -> bool[src]

Checks if the value of the field is UCFE_0

pub fn is_ucfe_1(&self) -> bool[src]

Checks if the value of the field is UCFE_1

impl R<bool, UCLISTEN_A>[src]

pub fn variant(&self) -> UCLISTEN_A[src]

Get enumerated values variant

pub fn is_uclisten_0(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_0

pub fn is_uclisten_1(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_1

impl R<u16, Reg<u16, _UCA1STATW>>[src]

pub fn ucbusy(&self) -> UCBUSY_R[src]

Bit 0 - eUSCI_A busy

pub fn ucaddr_ucidle(&self) -> UCADDR_UCIDLE_R[src]

Bit 1 - Address received / Idle line detected

pub fn ucrxerr(&self) -> UCRXERR_R[src]

Bit 2 - Receive error flag

pub fn ucbrk(&self) -> UCBRK_R[src]

Bit 3 - Break detect flag

pub fn ucpe(&self) -> UCPE_R[src]

Bit 4 - Parity error flag. When UCPEN = 0, UCPE is read as 0. UCPE is cleared when UCAxRXBUF is read.

pub fn ucoe(&self) -> UCOE_R[src]

Bit 5 - Overrun error flag

pub fn ucfe(&self) -> UCFE_R[src]

Bit 6 - Framing error flag

pub fn uclisten(&self) -> UCLISTEN_R[src]

Bit 7 - Listen enable

impl R<bool, UCOE_A>[src]

pub fn variant(&self) -> UCOE_A[src]

Get enumerated values variant

pub fn is_ucoe_0(&self) -> bool[src]

Checks if the value of the field is UCOE_0

pub fn is_ucoe_1(&self) -> bool[src]

Checks if the value of the field is UCOE_1

impl R<bool, UCFE_A>[src]

pub fn variant(&self) -> UCFE_A[src]

Get enumerated values variant

pub fn is_ucfe_0(&self) -> bool[src]

Checks if the value of the field is UCFE_0

pub fn is_ucfe_1(&self) -> bool[src]

Checks if the value of the field is UCFE_1

impl R<bool, UCLISTEN_A>[src]

pub fn variant(&self) -> UCLISTEN_A[src]

Get enumerated values variant

pub fn is_uclisten_0(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_0

pub fn is_uclisten_1(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_1

impl R<u16, Reg<u16, _UCA1STATW_SPI>>[src]

pub fn ucoe(&self) -> UCOE_R[src]

Bit 5 - Overrun error flag

pub fn ucfe(&self) -> UCFE_R[src]

Bit 6 - Framing error flag

pub fn uclisten(&self) -> UCLISTEN_R[src]

Bit 7 - Listen enable

impl R<u16, Reg<u16, _UCA1RXBUF>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCA1RXBUF_SPI>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCA1TXBUF>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<u16, Reg<u16, _UCA1TXBUF_SPI>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<bool, UCABDEN_A>[src]

pub fn variant(&self) -> UCABDEN_A[src]

Get enumerated values variant

pub fn is_ucabden_0(&self) -> bool[src]

Checks if the value of the field is UCABDEN_0

pub fn is_ucabden_1(&self) -> bool[src]

Checks if the value of the field is UCABDEN_1

impl R<bool, UCBTOE_A>[src]

pub fn variant(&self) -> UCBTOE_A[src]

Get enumerated values variant

pub fn is_ucbtoe_0(&self) -> bool[src]

Checks if the value of the field is UCBTOE_0

pub fn is_ucbtoe_1(&self) -> bool[src]

Checks if the value of the field is UCBTOE_1

impl R<bool, UCSTOE_A>[src]

pub fn variant(&self) -> UCSTOE_A[src]

Get enumerated values variant

pub fn is_ucstoe_0(&self) -> bool[src]

Checks if the value of the field is UCSTOE_0

pub fn is_ucstoe_1(&self) -> bool[src]

Checks if the value of the field is UCSTOE_1

impl R<u8, UCDELIM_A>[src]

pub fn variant(&self) -> UCDELIM_A[src]

Get enumerated values variant

pub fn is_ucdelim_0(&self) -> bool[src]

Checks if the value of the field is UCDELIM_0

pub fn is_ucdelim_1(&self) -> bool[src]

Checks if the value of the field is UCDELIM_1

pub fn is_ucdelim_2(&self) -> bool[src]

Checks if the value of the field is UCDELIM_2

pub fn is_ucdelim_3(&self) -> bool[src]

Checks if the value of the field is UCDELIM_3

impl R<u16, Reg<u16, _UCA1ABCTL>>[src]

pub fn ucabden(&self) -> UCABDEN_R[src]

Bit 0 - Automatic baud-rate detect enable

pub fn ucbtoe(&self) -> UCBTOE_R[src]

Bit 2 - Break time out error

pub fn ucstoe(&self) -> UCSTOE_R[src]

Bit 3 - Synch field time out error

pub fn ucdelim(&self) -> UCDELIM_R[src]

Bits 4:5 - Break/synch delimiter length

impl R<bool, UCIREN_A>[src]

pub fn variant(&self) -> UCIREN_A[src]

Get enumerated values variant

pub fn is_uciren_0(&self) -> bool[src]

Checks if the value of the field is UCIREN_0

pub fn is_uciren_1(&self) -> bool[src]

Checks if the value of the field is UCIREN_1

impl R<bool, UCIRTXCLK_A>[src]

pub fn variant(&self) -> UCIRTXCLK_A[src]

Get enumerated values variant

pub fn is_ucirtxclk_0(&self) -> bool[src]

Checks if the value of the field is UCIRTXCLK_0

pub fn is_ucirtxclk_1(&self) -> bool[src]

Checks if the value of the field is UCIRTXCLK_1

impl R<bool, UCIRRXFE_A>[src]

pub fn variant(&self) -> UCIRRXFE_A[src]

Get enumerated values variant

pub fn is_ucirrxfe_0(&self) -> bool[src]

Checks if the value of the field is UCIRRXFE_0

pub fn is_ucirrxfe_1(&self) -> bool[src]

Checks if the value of the field is UCIRRXFE_1

impl R<bool, UCIRRXPL_A>[src]

pub fn variant(&self) -> UCIRRXPL_A[src]

Get enumerated values variant

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

impl R<u16, Reg<u16, _UCA1IRCTL>>[src]

pub fn uciren(&self) -> UCIREN_R[src]

Bit 0 - IrDA encoder/decoder enable

pub fn ucirtxclk(&self) -> UCIRTXCLK_R[src]

Bit 1 - IrDA transmit pulse clock select

pub fn ucirtxpl(&self) -> UCIRTXPL_R[src]

Bits 2:7 - Transmit pulse length

pub fn ucirrxfe(&self) -> UCIRRXFE_R[src]

Bit 8 - IrDA receive filter enabled

pub fn ucirrxpl(&self) -> UCIRRXPL_R[src]

Bit 9 - IrDA receive input UCAxRXD polarity

pub fn ucirrxfl(&self) -> UCIRRXFL_R[src]

Bits 10:15 - Receive filter length

impl R<bool, UCRXIE_A>[src]

pub fn variant(&self) -> UCRXIE_A[src]

Get enumerated values variant

pub fn is_ucrxie_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE_0

pub fn is_ucrxie_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE_1

impl R<bool, UCTXIE_A>[src]

pub fn variant(&self) -> UCTXIE_A[src]

Get enumerated values variant

pub fn is_uctxie_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE_0

pub fn is_uctxie_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE_1

impl R<bool, UCSTTIE_A>[src]

pub fn variant(&self) -> UCSTTIE_A[src]

Get enumerated values variant

pub fn is_ucsttie_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_0

pub fn is_ucsttie_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_1

impl R<bool, UCTXCPTIE_A>[src]

pub fn variant(&self) -> UCTXCPTIE_A[src]

Get enumerated values variant

pub fn is_uctxcptie_0(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIE_0

pub fn is_uctxcptie_1(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIE_1

impl R<u16, Reg<u16, _UCA1IE>>[src]

pub fn ucrxie(&self) -> UCRXIE_R[src]

Bit 0 - Receive interrupt enable

pub fn uctxie(&self) -> UCTXIE_R[src]

Bit 1 - Transmit interrupt enable

pub fn ucsttie(&self) -> UCSTTIE_R[src]

Bit 2 - Start bit interrupt enable

pub fn uctxcptie(&self) -> UCTXCPTIE_R[src]

Bit 3 - Transmit complete interrupt enable

impl R<bool, UCRXIE_A>[src]

pub fn variant(&self) -> UCRXIE_A[src]

Get enumerated values variant

pub fn is_ucrxie_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE_0

pub fn is_ucrxie_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE_1

impl R<bool, UCTXIE_A>[src]

pub fn variant(&self) -> UCTXIE_A[src]

Get enumerated values variant

pub fn is_uctxie_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE_0

pub fn is_uctxie_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE_1

impl R<u16, Reg<u16, _UCA1IE_SPI>>[src]

pub fn ucrxie(&self) -> UCRXIE_R[src]

Bit 0 - Receive interrupt enable

pub fn uctxie(&self) -> UCTXIE_R[src]

Bit 1 - Transmit interrupt enable

impl R<bool, UCRXIFG_A>[src]

pub fn variant(&self) -> UCRXIFG_A[src]

Get enumerated values variant

pub fn is_ucrxifg_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_0

pub fn is_ucrxifg_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_1

impl R<bool, UCTXIFG_A>[src]

pub fn variant(&self) -> UCTXIFG_A[src]

Get enumerated values variant

pub fn is_uctxifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_0

pub fn is_uctxifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_1

impl R<bool, UCSTTIFG_A>[src]

pub fn variant(&self) -> UCSTTIFG_A[src]

Get enumerated values variant

pub fn is_ucsttifg_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_0

pub fn is_ucsttifg_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_1

impl R<bool, UCTXCPTIFG_A>[src]

pub fn variant(&self) -> UCTXCPTIFG_A[src]

Get enumerated values variant

pub fn is_uctxcptifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIFG_0

pub fn is_uctxcptifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIFG_1

impl R<u16, Reg<u16, _UCA1IFG>>[src]

pub fn ucrxifg(&self) -> UCRXIFG_R[src]

Bit 0 - Receive interrupt flag

pub fn uctxifg(&self) -> UCTXIFG_R[src]

Bit 1 - Transmit interrupt flag

pub fn ucsttifg(&self) -> UCSTTIFG_R[src]

Bit 2 - Start bit interrupt flag

pub fn uctxcptifg(&self) -> UCTXCPTIFG_R[src]

Bit 3 - Transmit ready interrupt enable

impl R<bool, UCRXIFG_A>[src]

pub fn variant(&self) -> UCRXIFG_A[src]

Get enumerated values variant

pub fn is_ucrxifg_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_0

pub fn is_ucrxifg_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_1

impl R<bool, UCTXIFG_A>[src]

pub fn variant(&self) -> UCTXIFG_A[src]

Get enumerated values variant

pub fn is_uctxifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_0

pub fn is_uctxifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_1

impl R<u16, Reg<u16, _UCA1IFG_SPI>>[src]

pub fn ucrxifg(&self) -> UCRXIFG_R[src]

Bit 0 - Receive interrupt flag

pub fn uctxifg(&self) -> UCTXIFG_R[src]

Bit 1 - Transmit interrupt flag

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucrxifg(&self) -> bool[src]

Checks if the value of the field is UCRXIFG

pub fn is_uctxifg(&self) -> bool[src]

Checks if the value of the field is UCTXIFG

pub fn is_ucsttifg(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG

pub fn is_uctxcptifg(&self) -> bool[src]

Checks if the value of the field is UCTXCPTIFG

impl R<u16, Reg<u16, _UCA1IV>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_A interrupt vector value

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucrxifg(&self) -> bool[src]

Checks if the value of the field is UCRXIFG

pub fn is_uctxifg(&self) -> bool[src]

Checks if the value of the field is UCTXIFG

impl R<u16, Reg<u16, _UCA1IV_SPI>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_A interrupt vector value

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCTXSTT_A>[src]

pub fn variant(&self) -> UCTXSTT_A[src]

Get enumerated values variant

pub fn is_uctxstt_0(&self) -> bool[src]

Checks if the value of the field is UCTXSTT_0

pub fn is_uctxstt_1(&self) -> bool[src]

Checks if the value of the field is UCTXSTT_1

impl R<bool, UCTXSTP_A>[src]

pub fn variant(&self) -> UCTXSTP_A[src]

Get enumerated values variant

pub fn is_uctxstp_0(&self) -> bool[src]

Checks if the value of the field is UCTXSTP_0

pub fn is_uctxstp_1(&self) -> bool[src]

Checks if the value of the field is UCTXSTP_1

impl R<bool, UCTXNACK_A>[src]

pub fn variant(&self) -> UCTXNACK_A[src]

Get enumerated values variant

pub fn is_uctxnack_0(&self) -> bool[src]

Checks if the value of the field is UCTXNACK_0

pub fn is_uctxnack_1(&self) -> bool[src]

Checks if the value of the field is UCTXNACK_1

impl R<bool, UCTR_A>[src]

pub fn variant(&self) -> UCTR_A[src]

Get enumerated values variant

pub fn is_rx(&self) -> bool[src]

Checks if the value of the field is RX

pub fn is_tx(&self) -> bool[src]

Checks if the value of the field is TX

impl R<bool, UCTXACK_A>[src]

pub fn variant(&self) -> UCTXACK_A[src]

Get enumerated values variant

pub fn is_uctxack_0(&self) -> bool[src]

Checks if the value of the field is UCTXACK_0

pub fn is_uctxack_1(&self) -> bool[src]

Checks if the value of the field is UCTXACK_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_uclki(&self) -> bool[src]

Checks if the value of the field is UCLKI

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCMST_A>[src]

pub fn variant(&self) -> UCMST_A[src]

Get enumerated values variant

pub fn is_slave(&self) -> bool[src]

Checks if the value of the field is SLAVE

pub fn is_master(&self) -> bool[src]

Checks if the value of the field is MASTER

impl R<bool, UCMM_A>[src]

pub fn variant(&self) -> UCMM_A[src]

Get enumerated values variant

pub fn is_single(&self) -> bool[src]

Checks if the value of the field is SINGLE

pub fn is_multi(&self) -> bool[src]

Checks if the value of the field is MULTI

impl R<bool, UCSLA10_A>[src]

pub fn variant(&self) -> UCSLA10_A[src]

Get enumerated values variant

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

pub fn is_10bit(&self) -> bool[src]

Checks if the value of the field is _10BIT

impl R<bool, UCA10_A>[src]

pub fn variant(&self) -> UCA10_A[src]

Get enumerated values variant

pub fn is_uca10_0(&self) -> bool[src]

Checks if the value of the field is UCA10_0

pub fn is_uca10_1(&self) -> bool[src]

Checks if the value of the field is UCA10_1

impl R<u16, Reg<u16, _UCB1CTLW0>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn uctxstt(&self) -> UCTXSTT_R[src]

Bit 1 - Transmit START condition in master mode

pub fn uctxstp(&self) -> UCTXSTP_R[src]

Bit 2 - Transmit STOP condition in master mode

pub fn uctxnack(&self) -> UCTXNACK_R[src]

Bit 3 - Transmit a NACK

pub fn uctr(&self) -> UCTR_R[src]

Bit 4 - Transmitter/receiver

pub fn uctxack(&self) -> UCTXACK_R[src]

Bit 5 - Transmit ACK condition in slave mode

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_B clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI_B mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn ucmm(&self) -> UCMM_R[src]

Bit 13 - Multi-master environment select

pub fn ucsla10(&self) -> UCSLA10_R[src]

Bit 14 - Slave addressing mode select

pub fn uca10(&self) -> UCA10_R[src]

Bit 15 - Own addressing mode select

impl R<bool, UCSWRST_A>[src]

pub fn variant(&self) -> UCSWRST_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCSTEM_A>[src]

pub fn variant(&self) -> UCSTEM_A[src]

Get enumerated values variant

pub fn is_ucstem_0(&self) -> bool[src]

Checks if the value of the field is UCSTEM_0

pub fn is_ucstem_1(&self) -> bool[src]

Checks if the value of the field is UCSTEM_1

impl R<u8, UCSSEL_A>[src]

pub fn variant(&self) -> UCSSEL_A[src]

Get enumerated values variant

pub fn is_ucssel_0(&self) -> bool[src]

Checks if the value of the field is UCSSEL_0

pub fn is_aclk(&self) -> bool[src]

Checks if the value of the field is ACLK

pub fn is_smclk(&self) -> bool[src]

Checks if the value of the field is SMCLK

pub fn is_ucssel_3(&self) -> bool[src]

Checks if the value of the field is UCSSEL_3

impl R<bool, UCSYNC_A>[src]

pub fn variant(&self) -> UCSYNC_A[src]

Get enumerated values variant

pub fn is_async(&self) -> bool[src]

Checks if the value of the field is ASYNC

pub fn is_sync(&self) -> bool[src]

Checks if the value of the field is SYNC

impl R<u8, UCMODE_A>[src]

pub fn variant(&self) -> UCMODE_A[src]

Get enumerated values variant

pub fn is_ucmode_0(&self) -> bool[src]

Checks if the value of the field is UCMODE_0

pub fn is_ucmode_1(&self) -> bool[src]

Checks if the value of the field is UCMODE_1

pub fn is_ucmode_2(&self) -> bool[src]

Checks if the value of the field is UCMODE_2

pub fn is_ucmode_3(&self) -> bool[src]

Checks if the value of the field is UCMODE_3

impl R<bool, UCMST_A>[src]

pub fn variant(&self) -> UCMST_A[src]

Get enumerated values variant

pub fn is_slave(&self) -> bool[src]

Checks if the value of the field is SLAVE

pub fn is_master(&self) -> bool[src]

Checks if the value of the field is MASTER

impl R<bool, UC7BIT_A>[src]

pub fn variant(&self) -> UC7BIT_A[src]

Get enumerated values variant

pub fn is_8bit(&self) -> bool[src]

Checks if the value of the field is _8BIT

pub fn is_7bit(&self) -> bool[src]

Checks if the value of the field is _7BIT

impl R<bool, UCMSB_A>[src]

pub fn variant(&self) -> UCMSB_A[src]

Get enumerated values variant

pub fn is_ucmsb_0(&self) -> bool[src]

Checks if the value of the field is UCMSB_0

pub fn is_ucmsb_1(&self) -> bool[src]

Checks if the value of the field is UCMSB_1

impl R<bool, UCCKPL_A>[src]

pub fn variant(&self) -> UCCKPL_A[src]

Get enumerated values variant

pub fn is_low(&self) -> bool[src]

Checks if the value of the field is LOW

pub fn is_high(&self) -> bool[src]

Checks if the value of the field is HIGH

impl R<bool, UCCKPH_A>[src]

pub fn variant(&self) -> UCCKPH_A[src]

Get enumerated values variant

pub fn is_ucckph_0(&self) -> bool[src]

Checks if the value of the field is UCCKPH_0

pub fn is_ucckph_1(&self) -> bool[src]

Checks if the value of the field is UCCKPH_1

impl R<u16, Reg<u16, _UCB1CTLW0_SPI>>[src]

pub fn ucswrst(&self) -> UCSWRST_R[src]

Bit 0 - Software reset enable

pub fn ucstem(&self) -> UCSTEM_R[src]

Bit 1 - STE mode select in master mode.

pub fn ucssel(&self) -> UCSSEL_R[src]

Bits 6:7 - eUSCI_B clock source select

pub fn ucsync(&self) -> UCSYNC_R[src]

Bit 8 - Synchronous mode enable

pub fn ucmode(&self) -> UCMODE_R[src]

Bits 9:10 - eUSCI mode

pub fn ucmst(&self) -> UCMST_R[src]

Bit 11 - Master mode select

pub fn uc7bit(&self) -> UC7BIT_R[src]

Bit 12 - Character length

pub fn ucmsb(&self) -> UCMSB_R[src]

Bit 13 - MSB first select

pub fn ucckpl(&self) -> UCCKPL_R[src]

Bit 14 - Clock polarity select

pub fn ucckph(&self) -> UCCKPH_R[src]

Bit 15 - Clock phase select

impl R<u8, UCGLIT_A>[src]

pub fn variant(&self) -> UCGLIT_A[src]

Get enumerated values variant

pub fn is_ucglit_0(&self) -> bool[src]

Checks if the value of the field is UCGLIT_0

pub fn is_ucglit_1(&self) -> bool[src]

Checks if the value of the field is UCGLIT_1

pub fn is_ucglit_2(&self) -> bool[src]

Checks if the value of the field is UCGLIT_2

pub fn is_ucglit_3(&self) -> bool[src]

Checks if the value of the field is UCGLIT_3

impl R<u8, UCASTP_A>[src]

pub fn variant(&self) -> UCASTP_A[src]

Get enumerated values variant

pub fn is_ucastp_0(&self) -> bool[src]

Checks if the value of the field is UCASTP_0

pub fn is_ucastp_1(&self) -> bool[src]

Checks if the value of the field is UCASTP_1

pub fn is_ucastp_2(&self) -> bool[src]

Checks if the value of the field is UCASTP_2

pub fn is_ucastp_3(&self) -> bool[src]

Checks if the value of the field is UCASTP_3

impl R<bool, UCSWACK_A>[src]

pub fn variant(&self) -> UCSWACK_A[src]

Get enumerated values variant

pub fn is_ucswack_0(&self) -> bool[src]

Checks if the value of the field is UCSWACK_0

pub fn is_ucswack_1(&self) -> bool[src]

Checks if the value of the field is UCSWACK_1

impl R<bool, UCSTPNACK_A>[src]

pub fn variant(&self) -> UCSTPNACK_A[src]

Get enumerated values variant

pub fn is_ucstpnack_0(&self) -> bool[src]

Checks if the value of the field is UCSTPNACK_0

pub fn is_ucstpnack_1(&self) -> bool[src]

Checks if the value of the field is UCSTPNACK_1

impl R<u8, UCCLTO_A>[src]

pub fn variant(&self) -> UCCLTO_A[src]

Get enumerated values variant

pub fn is_ucclto_0(&self) -> bool[src]

Checks if the value of the field is UCCLTO_0

pub fn is_ucclto_1(&self) -> bool[src]

Checks if the value of the field is UCCLTO_1

pub fn is_ucclto_2(&self) -> bool[src]

Checks if the value of the field is UCCLTO_2

pub fn is_ucclto_3(&self) -> bool[src]

Checks if the value of the field is UCCLTO_3

impl R<bool, UCETXINT_A>[src]

pub fn variant(&self) -> UCETXINT_A[src]

Get enumerated values variant

pub fn is_ucetxint_0(&self) -> bool[src]

Checks if the value of the field is UCETXINT_0

pub fn is_ucetxint_1(&self) -> bool[src]

Checks if the value of the field is UCETXINT_1

impl R<u16, Reg<u16, _UCB1CTLW1>>[src]

pub fn ucglit(&self) -> UCGLIT_R[src]

Bits 0:1 - Deglitch time

pub fn ucastp(&self) -> UCASTP_R[src]

Bits 2:3 - Automatic STOP condition generation

pub fn ucswack(&self) -> UCSWACK_R[src]

Bit 4 - SW or HW ACK control

pub fn ucstpnack(&self) -> UCSTPNACK_R[src]

Bit 5 - ACK all master bytes

pub fn ucclto(&self) -> UCCLTO_R[src]

Bits 6:7 - Clock low timeout select

pub fn ucetxint(&self) -> UCETXINT_R[src]

Bit 8 - Early UCTXIFG0

impl R<bool, UCBBUSY_A>[src]

pub fn variant(&self) -> UCBBUSY_A[src]

Get enumerated values variant

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

pub fn is_busy(&self) -> bool[src]

Checks if the value of the field is BUSY

impl R<bool, UCGC_A>[src]

pub fn variant(&self) -> UCGC_A[src]

Get enumerated values variant

pub fn is_ucgc_0(&self) -> bool[src]

Checks if the value of the field is UCGC_0

pub fn is_ucgc_1(&self) -> bool[src]

Checks if the value of the field is UCGC_1

impl R<bool, UCSCLLOW_A>[src]

pub fn variant(&self) -> UCSCLLOW_A[src]

Get enumerated values variant

pub fn is_ucscllow_0(&self) -> bool[src]

Checks if the value of the field is UCSCLLOW_0

pub fn is_ucscllow_1(&self) -> bool[src]

Checks if the value of the field is UCSCLLOW_1

impl R<u16, Reg<u16, _UCB1STATW>>[src]

pub fn ucbbusy(&self) -> UCBBUSY_R[src]

Bit 4 - Bus busy

pub fn ucgc(&self) -> UCGC_R[src]

Bit 5 - General call address received

pub fn ucscllow(&self) -> UCSCLLOW_R[src]

Bit 6 - SCL low

pub fn ucbcnt(&self) -> UCBCNT_R[src]

Bits 8:15 - Hardware byte counter value

impl R<bool, UCOE_A>[src]

pub fn variant(&self) -> UCOE_A[src]

Get enumerated values variant

pub fn is_ucoe_0(&self) -> bool[src]

Checks if the value of the field is UCOE_0

pub fn is_ucoe_1(&self) -> bool[src]

Checks if the value of the field is UCOE_1

impl R<bool, UCFE_A>[src]

pub fn variant(&self) -> UCFE_A[src]

Get enumerated values variant

pub fn is_ucfe_0(&self) -> bool[src]

Checks if the value of the field is UCFE_0

pub fn is_ucfe_1(&self) -> bool[src]

Checks if the value of the field is UCFE_1

impl R<bool, UCLISTEN_A>[src]

pub fn variant(&self) -> UCLISTEN_A[src]

Get enumerated values variant

pub fn is_uclisten_0(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_0

pub fn is_uclisten_1(&self) -> bool[src]

Checks if the value of the field is UCLISTEN_1

impl R<u16, Reg<u16, _UCB1STATW_SPI>>[src]

pub fn ucoe(&self) -> UCOE_R[src]

Bit 5 - Overrun error flag

pub fn ucfe(&self) -> UCFE_R[src]

Bit 6 - Framing error flag

pub fn uclisten(&self) -> UCLISTEN_R[src]

Bit 7 - Listen enable

impl R<u16, Reg<u16, _UCB1TBCNT>>[src]

pub fn uctbcnt(&self) -> UCTBCNT_R[src]

Bits 0:7 - Byte counter threshold value

impl R<u16, Reg<u16, _UCB1RXBUF>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCB1RXBUF_SPI>>[src]

pub fn ucrxbuf(&self) -> UCRXBUF_R[src]

Bits 0:7 - Receive data buffer

impl R<u16, Reg<u16, _UCB1TXBUF>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<u16, Reg<u16, _UCB1TXBUF_SPI>>[src]

pub fn uctxbuf(&self) -> UCTXBUF_R[src]

Bits 0:7 - Transmit data buffer

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<bool, UCGCEN_A>[src]

pub fn variant(&self) -> UCGCEN_A[src]

Get enumerated values variant

pub fn is_ucgcen_0(&self) -> bool[src]

Checks if the value of the field is UCGCEN_0

pub fn is_ucgcen_1(&self) -> bool[src]

Checks if the value of the field is UCGCEN_1

impl R<u16, Reg<u16, _UCB1I2COA0>>[src]

pub fn i2coa0(&self) -> I2COA0_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

pub fn ucgcen(&self) -> UCGCEN_R[src]

Bit 15 - General call response enable

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _UCB1I2COA1>>[src]

pub fn i2coa1(&self) -> I2COA1_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _UCB1I2COA2>>[src]

pub fn i2coa2(&self) -> I2COA2_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

impl R<bool, UCOAEN_A>[src]

pub fn variant(&self) -> UCOAEN_A[src]

Get enumerated values variant

pub fn is_disable(&self) -> bool[src]

Checks if the value of the field is DISABLE

pub fn is_enable(&self) -> bool[src]

Checks if the value of the field is ENABLE

impl R<u16, Reg<u16, _UCB1I2COA3>>[src]

pub fn i2coa3(&self) -> I2COA3_R[src]

Bits 0:9 - I2C own address

pub fn ucoaen(&self) -> UCOAEN_R[src]

Bit 10 - Own Address enable register

impl R<u16, Reg<u16, _UCB1ADDRX>>[src]

pub fn addrx(&self) -> ADDRX_R[src]

Bits 0:9 - Received Address Register

impl R<u16, Reg<u16, _UCB1ADDMASK>>[src]

pub fn addmask(&self) -> ADDMASK_R[src]

Bits 0:9 - Address Mask Register. By clearing the corresponding bit of the own address, this bit is a don't care when comparing the address on the bus to the own address. Using this method, it is possible to react on more than one slave address. When all bits of ADDMASKx are set, the address mask feature is deactivated. Modify only when UCSWRST = 1.

impl R<u16, Reg<u16, _UCB1I2CSA>>[src]

pub fn i2csa(&self) -> I2CSA_R[src]

Bits 0:9 - I2C slave address

impl R<bool, UCRXIE0_A>[src]

pub fn variant(&self) -> UCRXIE0_A[src]

Get enumerated values variant

pub fn is_ucrxie0_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE0_0

pub fn is_ucrxie0_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE0_1

impl R<bool, UCTXIE0_A>[src]

pub fn variant(&self) -> UCTXIE0_A[src]

Get enumerated values variant

pub fn is_uctxie0_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE0_0

pub fn is_uctxie0_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE0_1

impl R<bool, UCSTTIE_A>[src]

pub fn variant(&self) -> UCSTTIE_A[src]

Get enumerated values variant

pub fn is_ucsttie_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_0

pub fn is_ucsttie_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIE_1

impl R<bool, UCSTPIE_A>[src]

pub fn variant(&self) -> UCSTPIE_A[src]

Get enumerated values variant

pub fn is_ucstpie_0(&self) -> bool[src]

Checks if the value of the field is UCSTPIE_0

pub fn is_ucstpie_1(&self) -> bool[src]

Checks if the value of the field is UCSTPIE_1

impl R<bool, UCALIE_A>[src]

pub fn variant(&self) -> UCALIE_A[src]

Get enumerated values variant

pub fn is_ucalie_0(&self) -> bool[src]

Checks if the value of the field is UCALIE_0

pub fn is_ucalie_1(&self) -> bool[src]

Checks if the value of the field is UCALIE_1

impl R<bool, UCNACKIE_A>[src]

pub fn variant(&self) -> UCNACKIE_A[src]

Get enumerated values variant

pub fn is_ucnackie_0(&self) -> bool[src]

Checks if the value of the field is UCNACKIE_0

pub fn is_ucnackie_1(&self) -> bool[src]

Checks if the value of the field is UCNACKIE_1

impl R<bool, UCBCNTIE_A>[src]

pub fn variant(&self) -> UCBCNTIE_A[src]

Get enumerated values variant

pub fn is_ucbcntie_0(&self) -> bool[src]

Checks if the value of the field is UCBCNTIE_0

pub fn is_ucbcntie_1(&self) -> bool[src]

Checks if the value of the field is UCBCNTIE_1

impl R<bool, UCCLTOIE_A>[src]

pub fn variant(&self) -> UCCLTOIE_A[src]

Get enumerated values variant

pub fn is_uccltoie_0(&self) -> bool[src]

Checks if the value of the field is UCCLTOIE_0

pub fn is_uccltoie_1(&self) -> bool[src]

Checks if the value of the field is UCCLTOIE_1

impl R<bool, UCRXIE1_A>[src]

pub fn variant(&self) -> UCRXIE1_A[src]

Get enumerated values variant

pub fn is_ucrxie1_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE1_0

pub fn is_ucrxie1_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE1_1

impl R<bool, UCTXIE1_A>[src]

pub fn variant(&self) -> UCTXIE1_A[src]

Get enumerated values variant

pub fn is_uctxie1_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE1_0

pub fn is_uctxie1_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE1_1

impl R<bool, UCRXIE2_A>[src]

pub fn variant(&self) -> UCRXIE2_A[src]

Get enumerated values variant

pub fn is_ucrxie2_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE2_0

pub fn is_ucrxie2_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE2_1

impl R<bool, UCTXIE2_A>[src]

pub fn variant(&self) -> UCTXIE2_A[src]

Get enumerated values variant

pub fn is_uctxie2_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE2_0

pub fn is_uctxie2_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE2_1

impl R<bool, UCRXIE3_A>[src]

pub fn variant(&self) -> UCRXIE3_A[src]

Get enumerated values variant

pub fn is_ucrxie3_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE3_0

pub fn is_ucrxie3_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE3_1

impl R<bool, UCTXIE3_A>[src]

pub fn variant(&self) -> UCTXIE3_A[src]

Get enumerated values variant

pub fn is_uctxie3_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE3_0

pub fn is_uctxie3_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE3_1

impl R<bool, UCBIT9IE_A>[src]

pub fn variant(&self) -> UCBIT9IE_A[src]

Get enumerated values variant

pub fn is_ucbit9ie_0(&self) -> bool[src]

Checks if the value of the field is UCBIT9IE_0

pub fn is_ucbit9ie_1(&self) -> bool[src]

Checks if the value of the field is UCBIT9IE_1

impl R<u16, Reg<u16, _UCB1IE>>[src]

pub fn ucrxie0(&self) -> UCRXIE0_R[src]

Bit 0 - Receive interrupt enable 0

pub fn uctxie0(&self) -> UCTXIE0_R[src]

Bit 1 - Transmit interrupt enable 0

pub fn ucsttie(&self) -> UCSTTIE_R[src]

Bit 2 - START condition interrupt enable

pub fn ucstpie(&self) -> UCSTPIE_R[src]

Bit 3 - STOP condition interrupt enable

pub fn ucalie(&self) -> UCALIE_R[src]

Bit 4 - Arbitration lost interrupt enable

pub fn ucnackie(&self) -> UCNACKIE_R[src]

Bit 5 - Not-acknowledge interrupt enable

pub fn ucbcntie(&self) -> UCBCNTIE_R[src]

Bit 6 - Byte counter interrupt enable

pub fn uccltoie(&self) -> UCCLTOIE_R[src]

Bit 7 - Clock low timeout interrupt enable

pub fn ucrxie1(&self) -> UCRXIE1_R[src]

Bit 8 - Receive interrupt enable 1

pub fn uctxie1(&self) -> UCTXIE1_R[src]

Bit 9 - Transmit interrupt enable 1

pub fn ucrxie2(&self) -> UCRXIE2_R[src]

Bit 10 - Receive interrupt enable 2

pub fn uctxie2(&self) -> UCTXIE2_R[src]

Bit 11 - Transmit interrupt enable 2

pub fn ucrxie3(&self) -> UCRXIE3_R[src]

Bit 12 - Receive interrupt enable 3

pub fn uctxie3(&self) -> UCTXIE3_R[src]

Bit 13 - Transmit interrupt enable 3

pub fn ucbit9ie(&self) -> UCBIT9IE_R[src]

Bit 14 - Bit position 9 interrupt enable

impl R<bool, UCRXIE_A>[src]

pub fn variant(&self) -> UCRXIE_A[src]

Get enumerated values variant

pub fn is_ucrxie_0(&self) -> bool[src]

Checks if the value of the field is UCRXIE_0

pub fn is_ucrxie_1(&self) -> bool[src]

Checks if the value of the field is UCRXIE_1

impl R<bool, UCTXIE_A>[src]

pub fn variant(&self) -> UCTXIE_A[src]

Get enumerated values variant

pub fn is_uctxie_0(&self) -> bool[src]

Checks if the value of the field is UCTXIE_0

pub fn is_uctxie_1(&self) -> bool[src]

Checks if the value of the field is UCTXIE_1

impl R<u16, Reg<u16, _UCB1IE_SPI>>[src]

pub fn ucrxie(&self) -> UCRXIE_R[src]

Bit 0 - Receive interrupt enable

pub fn uctxie(&self) -> UCTXIE_R[src]

Bit 1 - Transmit interrupt enable

impl R<bool, UCRXIFG0_A>[src]

pub fn variant(&self) -> UCRXIFG0_A[src]

Get enumerated values variant

pub fn is_ucrxifg0_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG0_0

pub fn is_ucrxifg0_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG0_1

impl R<bool, UCTXIFG0_A>[src]

pub fn variant(&self) -> UCTXIFG0_A[src]

Get enumerated values variant

pub fn is_uctxifg0_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG0_0

pub fn is_uctxifg0_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG0_1

impl R<bool, UCSTTIFG_A>[src]

pub fn variant(&self) -> UCSTTIFG_A[src]

Get enumerated values variant

pub fn is_ucsttifg_0(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_0

pub fn is_ucsttifg_1(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG_1

impl R<bool, UCSTPIFG_A>[src]

pub fn variant(&self) -> UCSTPIFG_A[src]

Get enumerated values variant

pub fn is_ucstpifg_0(&self) -> bool[src]

Checks if the value of the field is UCSTPIFG_0

pub fn is_ucstpifg_1(&self) -> bool[src]

Checks if the value of the field is UCSTPIFG_1

impl R<bool, UCALIFG_A>[src]

pub fn variant(&self) -> UCALIFG_A[src]

Get enumerated values variant

pub fn is_ucalifg_0(&self) -> bool[src]

Checks if the value of the field is UCALIFG_0

pub fn is_ucalifg_1(&self) -> bool[src]

Checks if the value of the field is UCALIFG_1

impl R<bool, UCNACKIFG_A>[src]

pub fn variant(&self) -> UCNACKIFG_A[src]

Get enumerated values variant

pub fn is_ucnackifg_0(&self) -> bool[src]

Checks if the value of the field is UCNACKIFG_0

pub fn is_ucnackifg_1(&self) -> bool[src]

Checks if the value of the field is UCNACKIFG_1

impl R<bool, UCBCNTIFG_A>[src]

pub fn variant(&self) -> UCBCNTIFG_A[src]

Get enumerated values variant

pub fn is_ucbcntifg_0(&self) -> bool[src]

Checks if the value of the field is UCBCNTIFG_0

pub fn is_ucbcntifg_1(&self) -> bool[src]

Checks if the value of the field is UCBCNTIFG_1

impl R<bool, UCCLTOIFG_A>[src]

pub fn variant(&self) -> UCCLTOIFG_A[src]

Get enumerated values variant

pub fn is_uccltoifg_0(&self) -> bool[src]

Checks if the value of the field is UCCLTOIFG_0

pub fn is_uccltoifg_1(&self) -> bool[src]

Checks if the value of the field is UCCLTOIFG_1

impl R<bool, UCRXIFG1_A>[src]

pub fn variant(&self) -> UCRXIFG1_A[src]

Get enumerated values variant

pub fn is_ucrxifg1_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG1_0

pub fn is_ucrxifg1_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG1_1

impl R<bool, UCTXIFG1_A>[src]

pub fn variant(&self) -> UCTXIFG1_A[src]

Get enumerated values variant

pub fn is_uctxifg1_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG1_0

pub fn is_uctxifg1_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG1_1

impl R<bool, UCRXIFG2_A>[src]

pub fn variant(&self) -> UCRXIFG2_A[src]

Get enumerated values variant

pub fn is_ucrxifg2_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG2_0

pub fn is_ucrxifg2_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG2_1

impl R<bool, UCTXIFG2_A>[src]

pub fn variant(&self) -> UCTXIFG2_A[src]

Get enumerated values variant

pub fn is_uctxifg2_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG2_0

pub fn is_uctxifg2_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG2_1

impl R<bool, UCRXIFG3_A>[src]

pub fn variant(&self) -> UCRXIFG3_A[src]

Get enumerated values variant

pub fn is_ucrxifg3_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG3_0

pub fn is_ucrxifg3_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG3_1

impl R<bool, UCTXIFG3_A>[src]

pub fn variant(&self) -> UCTXIFG3_A[src]

Get enumerated values variant

pub fn is_uctxifg3_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG3_0

pub fn is_uctxifg3_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG3_1

impl R<bool, UCBIT9IFG_A>[src]

pub fn variant(&self) -> UCBIT9IFG_A[src]

Get enumerated values variant

pub fn is_ucbit9ifg_0(&self) -> bool[src]

Checks if the value of the field is UCBIT9IFG_0

pub fn is_ucbit9ifg_1(&self) -> bool[src]

Checks if the value of the field is UCBIT9IFG_1

impl R<u16, Reg<u16, _UCB1IFG>>[src]

pub fn ucrxifg0(&self) -> UCRXIFG0_R[src]

Bit 0 - eUSCI_B receive interrupt flag 0

pub fn uctxifg0(&self) -> UCTXIFG0_R[src]

Bit 1 - eUSCI_B transmit interrupt flag 0

pub fn ucsttifg(&self) -> UCSTTIFG_R[src]

Bit 2 - START condition interrupt flag

pub fn ucstpifg(&self) -> UCSTPIFG_R[src]

Bit 3 - STOP condition interrupt flag

pub fn ucalifg(&self) -> UCALIFG_R[src]

Bit 4 - Arbitration lost interrupt flag

pub fn ucnackifg(&self) -> UCNACKIFG_R[src]

Bit 5 - Not-acknowledge received interrupt flag

pub fn ucbcntifg(&self) -> UCBCNTIFG_R[src]

Bit 6 - Byte counter interrupt flag

pub fn uccltoifg(&self) -> UCCLTOIFG_R[src]

Bit 7 - Clock low timeout interrupt flag

pub fn ucrxifg1(&self) -> UCRXIFG1_R[src]

Bit 8 - eUSCI_B receive interrupt flag 1

pub fn uctxifg1(&self) -> UCTXIFG1_R[src]

Bit 9 - eUSCI_B transmit interrupt flag 1

pub fn ucrxifg2(&self) -> UCRXIFG2_R[src]

Bit 10 - eUSCI_B receive interrupt flag 2

pub fn uctxifg2(&self) -> UCTXIFG2_R[src]

Bit 11 - eUSCI_B transmit interrupt flag 2

pub fn ucrxifg3(&self) -> UCRXIFG3_R[src]

Bit 12 - eUSCI_B receive interrupt flag 3

pub fn uctxifg3(&self) -> UCTXIFG3_R[src]

Bit 13 - eUSCI_B transmit interrupt flag 3

pub fn ucbit9ifg(&self) -> UCBIT9IFG_R[src]

Bit 14 - Bit position 9 interrupt flag

impl R<bool, UCRXIFG_A>[src]

pub fn variant(&self) -> UCRXIFG_A[src]

Get enumerated values variant

pub fn is_ucrxifg_0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_0

pub fn is_ucrxifg_1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG_1

impl R<bool, UCTXIFG_A>[src]

pub fn variant(&self) -> UCTXIFG_A[src]

Get enumerated values variant

pub fn is_uctxifg_0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_0

pub fn is_uctxifg_1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG_1

impl R<u16, Reg<u16, _UCB1IFG_SPI>>[src]

pub fn ucrxifg(&self) -> UCRXIFG_R[src]

Bit 0 - Receive interrupt flag

pub fn uctxifg(&self) -> UCTXIFG_R[src]

Bit 1 - Transmit interrupt flag

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucalifg(&self) -> bool[src]

Checks if the value of the field is UCALIFG

pub fn is_ucnackifg(&self) -> bool[src]

Checks if the value of the field is UCNACKIFG

pub fn is_ucsttifg(&self) -> bool[src]

Checks if the value of the field is UCSTTIFG

pub fn is_ucstpifg(&self) -> bool[src]

Checks if the value of the field is UCSTPIFG

pub fn is_ucrxifg3(&self) -> bool[src]

Checks if the value of the field is UCRXIFG3

pub fn is_uctxifg3(&self) -> bool[src]

Checks if the value of the field is UCTXIFG3

pub fn is_ucrxifg2(&self) -> bool[src]

Checks if the value of the field is UCRXIFG2

pub fn is_uctxifg2(&self) -> bool[src]

Checks if the value of the field is UCTXIFG2

pub fn is_ucrxifg1(&self) -> bool[src]

Checks if the value of the field is UCRXIFG1

pub fn is_uctxifg1(&self) -> bool[src]

Checks if the value of the field is UCTXIFG1

pub fn is_ucrxifg0(&self) -> bool[src]

Checks if the value of the field is UCRXIFG0

pub fn is_uctxifg0(&self) -> bool[src]

Checks if the value of the field is UCTXIFG0

pub fn is_ucbcntifg(&self) -> bool[src]

Checks if the value of the field is UCBCNTIFG

pub fn is_uccltoifg(&self) -> bool[src]

Checks if the value of the field is UCCLTOIFG

pub fn is_ucbit9ifg(&self) -> bool[src]

Checks if the value of the field is UCBIT9IFG

impl R<u16, Reg<u16, _UCB1IV>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_B interrupt vector value

impl R<u16, UCIV_A>[src]

pub fn variant(&self) -> Variant<u16, UCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_ucrxifg(&self) -> bool[src]

Checks if the value of the field is UCRXIFG

pub fn is_uctxifg(&self) -> bool[src]

Checks if the value of the field is UCTXIFG

impl R<u16, Reg<u16, _UCB1IV_SPI>>[src]

pub fn uciv(&self) -> UCIV_R[src]

Bits 0:15 - eUSCI_B interrupt vector value

impl R<bool, VSFFLG_A>[src]

pub fn variant(&self) -> VSFFLG_A[src]

Get enumerated values variant

pub fn is_vsfflg_0(&self) -> bool[src]

Checks if the value of the field is VSFFLG_0

pub fn is_vsfflg_1(&self) -> bool[src]

Checks if the value of the field is VSFFLG_1

impl R<bool, VSEFLG_A>[src]

pub fn variant(&self) -> VSEFLG_A[src]

Get enumerated values variant

pub fn is_vseflg_0(&self) -> bool[src]

Checks if the value of the field is VSEFLG_0

pub fn is_vseflg_1(&self) -> bool[src]

Checks if the value of the field is VSEFLG_1

impl R<bool, ICCEN_A>[src]

pub fn variant(&self) -> ICCEN_A[src]

Get enumerated values variant

pub fn is_iccen_0(&self) -> bool[src]

Checks if the value of the field is ICCEN_0

pub fn is_iccen_1(&self) -> bool[src]

Checks if the value of the field is ICCEN_1

impl R<u16, Reg<u16, _ICCSC>>[src]

pub fn icmc(&self) -> ICMC_R[src]

Bits 0:1 - Current Interrupt Compare Mask of virtual stack specifies the current ICM at the top of virtual stack If ICM[1:0] is less than the priority level (ILSRx[1:0]) of the new interrupt, the corresponding source is sent to the CPU. Note that the ICMC is the element stack that the stack pointer is pointing to.

pub fn vsfflg(&self) -> VSFFLG_R[src]

Bit 4 - Virtual stack full flag This bit indicates whether or not the virtual stack is full. It is automatically updated when the stack is pushed or popped.

pub fn vseflg(&self) -> VSEFLG_R[src]

Bit 5 - Virtual stack empty flag.This bit indicates whether or not the virtual stack is empty. It is automatically updated when the stack is pushed or popped.

pub fn iccen(&self) -> ICCEN_R[src]

Bit 7 - ICC enable

impl R<u8, MVSSP_A>[src]

pub fn variant(&self) -> Variant<u8, MVSSP_A>[src]

Get enumerated values variant

pub fn is_mvssp_0(&self) -> bool[src]

Checks if the value of the field is MVSSP_0

pub fn is_mvssp_1(&self) -> bool[src]

Checks if the value of the field is MVSSP_1

pub fn is_mvssp_2(&self) -> bool[src]

Checks if the value of the field is MVSSP_2

pub fn is_mvssp_3(&self) -> bool[src]

Checks if the value of the field is MVSSP_3

pub fn is_mvssp_4(&self) -> bool[src]

Checks if the value of the field is MVSSP_4

impl R<u16, Reg<u16, _ICCMVS>>[src]

pub fn icm0(&self) -> ICM0_R[src]

Bits 0:1 - Interrupt compare mask virtual stack position 0 This field is the virtual stack register for ICM0.

pub fn icm1(&self) -> ICM1_R[src]

Bits 2:3 - Interrupt compare mask virtual stack position 1 This field is the virtual stack register for ICM1.

pub fn icm3(&self) -> ICM3_R[src]

Bits 6:7 - Interrupt compare mask virtual stack position 3 This field is the virtual stack register for ICM3.

pub fn mvssp(&self) -> MVSSP_R[src]

Bits 8:10 - MVS stack pointer indicate register

pub fn icm2(&self) -> ICM2_R[src]

Bits 4:5 - Interrupt compare mask virtual stack position 2 This field is the virtual stack register for ICM2.

impl R<u16, Reg<u16, _ICCILSR0>>[src]

pub fn ilsr0(&self) -> ILSR0_R[src]

Bits 0:1 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr1(&self) -> ILSR1_R[src]

Bits 2:3 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr2(&self) -> ILSR2_R[src]

Bits 4:5 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr3(&self) -> ILSR3_R[src]

Bits 6:7 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr4(&self) -> ILSR4_R[src]

Bits 8:9 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr5(&self) -> ILSR5_R[src]

Bits 10:11 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr6(&self) -> ILSR6_R[src]

Bits 12:13 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

pub fn ilsr7(&self) -> ILSR7_R[src]

Bits 14:15 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRx bit.

impl R<u16, Reg<u16, _ICCILSR1>>[src]

pub fn ilsr8(&self) -> ILSR8_R[src]

Bits 0:1 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr9(&self) -> ILSR9_R[src]

Bits 2:3 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr10(&self) -> ILSR10_R[src]

Bits 4:5 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr11(&self) -> ILSR11_R[src]

Bits 6:7 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit

pub fn ilsr12(&self) -> ILSR12_R[src]

Bits 8:9 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr13(&self) -> ILSR13_R[src]

Bits 10:11 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr14(&self) -> ILSR14_R[src]

Bits 12:13 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr15(&self) -> ILSR15_R[src]

Bits 14:15 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

impl R<u16, Reg<u16, _ICCILSR2>>[src]

pub fn ilsr16(&self) -> ILSR16_R[src]

Bits 0:1 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr17(&self) -> ILSR17_R[src]

Bits 2:3 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit

pub fn ilsr18(&self) -> ILSR18_R[src]

Bits 4:5 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr19(&self) -> ILSR19_R[src]

Bits 6:7 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr20(&self) -> ILSR20_R[src]

Bits 8:9 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr21(&self) -> ILSR21_R[src]

Bits 10:11 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr22(&self) -> ILSR22_R[src]

Bits 12:13 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each

pub fn ilsr23(&self) -> ILSR23_R[src]

Bits 14:15 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each

impl R<u16, Reg<u16, _ICCILSR3>>[src]

pub fn ilsr24(&self) -> ILSR24_R[src]

Bits 0:1 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr25(&self) -> ILSR25_R[src]

Bits 2:3 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr26(&self) -> ILSR26_R[src]

Bits 4:5 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr27(&self) -> ILSR27_R[src]

Bits 6:7 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr28(&self) -> ILSR28_R[src]

Bits 8:9 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr29(&self) -> ILSR29_R[src]

Bits 10:11 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr30(&self) -> ILSR30_R[src]

Bits 12:13 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

pub fn ilsr31(&self) -> ILSR31_R[src]

Bits 14:15 - Sets the interrupt level for this interrupt source. Maskable interrupt sources only. See the device-specific data sheet to determine the interrupt source for each ILSRxx bit.

impl R<bool, ADCSC_A>[src]

pub fn variant(&self) -> ADCSC_A[src]

Get enumerated values variant

pub fn is_adcsc_0(&self) -> bool[src]

Checks if the value of the field is ADCSC_0

pub fn is_adcsc_1(&self) -> bool[src]

Checks if the value of the field is ADCSC_1

impl R<bool, ADCENC_A>[src]

pub fn variant(&self) -> ADCENC_A[src]

Get enumerated values variant

pub fn is_adcenc_0(&self) -> bool[src]

Checks if the value of the field is ADCENC_0

pub fn is_adcenc_1(&self) -> bool[src]

Checks if the value of the field is ADCENC_1

impl R<bool, ADCON_A>[src]

pub fn variant(&self) -> ADCON_A[src]

Get enumerated values variant

pub fn is_adcon_0(&self) -> bool[src]

Checks if the value of the field is ADCON_0

pub fn is_adcon_1(&self) -> bool[src]

Checks if the value of the field is ADCON_1

impl R<bool, ADCMSC_A>[src]

pub fn variant(&self) -> ADCMSC_A[src]

Get enumerated values variant

pub fn is_adcmsc_0(&self) -> bool[src]

Checks if the value of the field is ADCMSC_0

pub fn is_adcmsc_1(&self) -> bool[src]

Checks if the value of the field is ADCMSC_1

impl R<u8, ADCSHT_A>[src]

pub fn variant(&self) -> ADCSHT_A[src]

Get enumerated values variant

pub fn is_adcsht_0(&self) -> bool[src]

Checks if the value of the field is ADCSHT_0

pub fn is_adcsht_1(&self) -> bool[src]

Checks if the value of the field is ADCSHT_1

pub fn is_adcsht_2(&self) -> bool[src]

Checks if the value of the field is ADCSHT_2

pub fn is_adcsht_3(&self) -> bool[src]

Checks if the value of the field is ADCSHT_3

pub fn is_adcsht_4(&self) -> bool[src]

Checks if the value of the field is ADCSHT_4

pub fn is_adcsht_5(&self) -> bool[src]

Checks if the value of the field is ADCSHT_5

pub fn is_adcsht_6(&self) -> bool[src]

Checks if the value of the field is ADCSHT_6

pub fn is_adcsht_7(&self) -> bool[src]

Checks if the value of the field is ADCSHT_7

pub fn is_adcsht_8(&self) -> bool[src]

Checks if the value of the field is ADCSHT_8

pub fn is_adcsht_9(&self) -> bool[src]

Checks if the value of the field is ADCSHT_9

pub fn is_adcsht_10(&self) -> bool[src]

Checks if the value of the field is ADCSHT_10

pub fn is_adcsht_11(&self) -> bool[src]

Checks if the value of the field is ADCSHT_11

pub fn is_adcsht_12(&self) -> bool[src]

Checks if the value of the field is ADCSHT_12

pub fn is_adcsht_13(&self) -> bool[src]

Checks if the value of the field is ADCSHT_13

pub fn is_adcsht_14(&self) -> bool[src]

Checks if the value of the field is ADCSHT_14

pub fn is_adcsht_15(&self) -> bool[src]

Checks if the value of the field is ADCSHT_15

impl R<u16, Reg<u16, _ADCCTL0>>[src]

pub fn adcsc(&self) -> ADCSC_R[src]

Bit 0 - start conversion

pub fn adcenc(&self) -> ADCENC_R[src]

Bit 1 - enable conversion

pub fn adcon(&self) -> ADCON_R[src]

Bit 4 - ADC on

pub fn adcmsc(&self) -> ADCMSC_R[src]

Bit 7 - sample-and-hold time.

pub fn adcsht(&self) -> ADCSHT_R[src]

Bits 8:11 - sample-and-hold time.

impl R<bool, ADCBUSY_A>[src]

pub fn variant(&self) -> ADCBUSY_A[src]

Get enumerated values variant

pub fn is_adcbusy_0(&self) -> bool[src]

Checks if the value of the field is ADCBUSY_0

pub fn is_adcbusy_1(&self) -> bool[src]

Checks if the value of the field is ADCBUSY_1

impl R<u8, ADCCONSEQ_A>[src]

pub fn variant(&self) -> ADCCONSEQ_A[src]

Get enumerated values variant

pub fn is_adcconseq_0(&self) -> bool[src]

Checks if the value of the field is ADCCONSEQ_0

pub fn is_adcconseq_1(&self) -> bool[src]

Checks if the value of the field is ADCCONSEQ_1

pub fn is_adcconseq_2(&self) -> bool[src]

Checks if the value of the field is ADCCONSEQ_2

pub fn is_adcconseq_3(&self) -> bool[src]

Checks if the value of the field is ADCCONSEQ_3

impl R<u8, ADCSSEL_A>[src]

pub fn variant(&self) -> ADCSSEL_A[src]

Get enumerated values variant

pub fn is_adcssel_0(&self) -> bool[src]

Checks if the value of the field is ADCSSEL_0

pub fn is_adcssel_1(&self) -> bool[src]

Checks if the value of the field is ADCSSEL_1

pub fn is_adcssel_2(&self) -> bool[src]

Checks if the value of the field is ADCSSEL_2

pub fn is_adcssel_3(&self) -> bool[src]

Checks if the value of the field is ADCSSEL_3

impl R<u8, ADCDIV_A>[src]

pub fn variant(&self) -> ADCDIV_A[src]

Get enumerated values variant

pub fn is_adcdiv_0(&self) -> bool[src]

Checks if the value of the field is ADCDIV_0

pub fn is_adcdiv_1(&self) -> bool[src]

Checks if the value of the field is ADCDIV_1

pub fn is_adcdiv_2(&self) -> bool[src]

Checks if the value of the field is ADCDIV_2

pub fn is_adcdiv_3(&self) -> bool[src]

Checks if the value of the field is ADCDIV_3

pub fn is_adcdiv_4(&self) -> bool[src]

Checks if the value of the field is ADCDIV_4

pub fn is_adcdiv_5(&self) -> bool[src]

Checks if the value of the field is ADCDIV_5

pub fn is_adcdiv_6(&self) -> bool[src]

Checks if the value of the field is ADCDIV_6

pub fn is_adcdiv_7(&self) -> bool[src]

Checks if the value of the field is ADCDIV_7

impl R<bool, ADCISSH_A>[src]

pub fn variant(&self) -> ADCISSH_A[src]

Get enumerated values variant

pub fn is_adcissh_0(&self) -> bool[src]

Checks if the value of the field is ADCISSH_0

pub fn is_adcissh_1(&self) -> bool[src]

Checks if the value of the field is ADCISSH_1

impl R<bool, ADCSHP_A>[src]

pub fn variant(&self) -> ADCSHP_A[src]

Get enumerated values variant

pub fn is_adcshp_0(&self) -> bool[src]

Checks if the value of the field is ADCSHP_0

pub fn is_adcshp_1(&self) -> bool[src]

Checks if the value of the field is ADCSHP_1

impl R<u8, ADCSHS_A>[src]

pub fn variant(&self) -> ADCSHS_A[src]

Get enumerated values variant

pub fn is_adcshs_0(&self) -> bool[src]

Checks if the value of the field is ADCSHS_0

pub fn is_adcshs_1(&self) -> bool[src]

Checks if the value of the field is ADCSHS_1

pub fn is_adcshs_2(&self) -> bool[src]

Checks if the value of the field is ADCSHS_2

pub fn is_adcshs_3(&self) -> bool[src]

Checks if the value of the field is ADCSHS_3

impl R<u16, Reg<u16, _ADCCTL1>>[src]

pub fn adcbusy(&self) -> ADCBUSY_R[src]

Bit 0 - ADC busy

pub fn adcconseq(&self) -> ADCCONSEQ_R[src]

Bits 1:2 - conversion sequence mode select

pub fn adcssel(&self) -> ADCSSEL_R[src]

Bits 3:4 - clock source select

pub fn adcdiv(&self) -> ADCDIV_R[src]

Bits 5:7 - clock divider

pub fn adcissh(&self) -> ADCISSH_R[src]

Bit 8 - invert signal sample-and-hold

pub fn adcshp(&self) -> ADCSHP_R[src]

Bit 9 - sample-and-hold pulse-mode select

pub fn adcshs(&self) -> ADCSHS_R[src]

Bits 10:11 - sample-and-hold source select

impl R<bool, ADCDF_A>[src]

pub fn variant(&self) -> ADCDF_A[src]

Get enumerated values variant

pub fn is_adcdf_0(&self) -> bool[src]

Checks if the value of the field is ADCDF_0

pub fn is_adcdf_1(&self) -> bool[src]

Checks if the value of the field is ADCDF_1

impl R<u8, ADCRES_A>[src]

pub fn variant(&self) -> ADCRES_A[src]

Get enumerated values variant

pub fn is_adcres_0(&self) -> bool[src]

Checks if the value of the field is ADCRES_0

pub fn is_adcres_1(&self) -> bool[src]

Checks if the value of the field is ADCRES_1

pub fn is_adcres_2(&self) -> bool[src]

Checks if the value of the field is ADCRES_2

pub fn is_adcres_3(&self) -> bool[src]

Checks if the value of the field is ADCRES_3

impl R<u8, ADCPDIV_A>[src]

pub fn variant(&self) -> ADCPDIV_A[src]

Get enumerated values variant

pub fn is_1(&self) -> bool[src]

Checks if the value of the field is _1

pub fn is_4(&self) -> bool[src]

Checks if the value of the field is _4

pub fn is_64(&self) -> bool[src]

Checks if the value of the field is _64

pub fn is_adcpdiv_3(&self) -> bool[src]

Checks if the value of the field is ADCPDIV_3

impl R<u16, Reg<u16, _ADCCTL2>>[src]

pub fn adcdf(&self) -> ADCDF_R[src]

Bit 3 - data read-back format

pub fn adcres(&self) -> ADCRES_R[src]

Bits 4:5 - resolution

pub fn adcsr(&self) -> ADCSR_R[src]

Bit 2 - ADC sampling rate.

pub fn adcpdiv(&self) -> ADCPDIV_R[src]

Bits 8:9 - ADC predivider. This bit predivides the selected ADC clock source before it gets divided again using ADCDIVx.

impl R<u8, ADCINCH_A>[src]

pub fn variant(&self) -> ADCINCH_A[src]

Get enumerated values variant

pub fn is_adcinch_0(&self) -> bool[src]

Checks if the value of the field is ADCINCH_0

pub fn is_adcinch_1(&self) -> bool[src]

Checks if the value of the field is ADCINCH_1

pub fn is_adcinch_2(&self) -> bool[src]

Checks if the value of the field is ADCINCH_2

pub fn is_adcinch_3(&self) -> bool[src]

Checks if the value of the field is ADCINCH_3

pub fn is_adcinch_4(&self) -> bool[src]

Checks if the value of the field is ADCINCH_4

pub fn is_adcinch_5(&self) -> bool[src]

Checks if the value of the field is ADCINCH_5

pub fn is_adcinch_6(&self) -> bool[src]

Checks if the value of the field is ADCINCH_6

pub fn is_adcinch_7(&self) -> bool[src]

Checks if the value of the field is ADCINCH_7

pub fn is_adcinch_8(&self) -> bool[src]

Checks if the value of the field is ADCINCH_8

pub fn is_adcinch_9(&self) -> bool[src]

Checks if the value of the field is ADCINCH_9

pub fn is_adcinch_10(&self) -> bool[src]

Checks if the value of the field is ADCINCH_10

pub fn is_adcinch_11(&self) -> bool[src]

Checks if the value of the field is ADCINCH_11

pub fn is_adcinch_12(&self) -> bool[src]

Checks if the value of the field is ADCINCH_12

pub fn is_adcinch_13(&self) -> bool[src]

Checks if the value of the field is ADCINCH_13

pub fn is_adcinch_14(&self) -> bool[src]

Checks if the value of the field is ADCINCH_14

pub fn is_adcinch_15(&self) -> bool[src]

Checks if the value of the field is ADCINCH_15

impl R<u8, ADCSREF_A>[src]

pub fn variant(&self) -> ADCSREF_A[src]

Get enumerated values variant

pub fn is_adcsref_0(&self) -> bool[src]

Checks if the value of the field is ADCSREF_0

pub fn is_adcsref_1(&self) -> bool[src]

Checks if the value of the field is ADCSREF_1

pub fn is_adcsref_2(&self) -> bool[src]

Checks if the value of the field is ADCSREF_2

pub fn is_adcsref_3(&self) -> bool[src]

Checks if the value of the field is ADCSREF_3

pub fn is_adcsref_4(&self) -> bool[src]

Checks if the value of the field is ADCSREF_4

pub fn is_adcsref_5(&self) -> bool[src]

Checks if the value of the field is ADCSREF_5

pub fn is_adcsref_6(&self) -> bool[src]

Checks if the value of the field is ADCSREF_6

pub fn is_adcsref_7(&self) -> bool[src]

Checks if the value of the field is ADCSREF_7

impl R<bool, EXPCHEN_A>[src]

pub fn variant(&self) -> EXPCHEN_A[src]

Get enumerated values variant

pub fn is_expchen_0(&self) -> bool[src]

Checks if the value of the field is EXPCHEN_0

pub fn is_expchen_1(&self) -> bool[src]

Checks if the value of the field is EXPCHEN_1

impl R<u16, Reg<u16, _ADCMCTL0>>[src]

pub fn adcinch(&self) -> ADCINCH_R[src]

Bits 0:3 - Input channel select

pub fn adcsref(&self) -> ADCSREF_R[src]

Bits 4:6 - Select reference. It is not recommended to change this setting while a conversion is ongoing. Can be modified only when ADCENC = 0. Resetting ADCENC = 0 by software and changing these fields immediately shows an effect when a conversion is active.

pub fn expchen(&self) -> EXPCHEN_R[src]

Bit 8 - ADC input channels expanded

impl R<bool, ADCIE0_A>[src]

pub fn variant(&self) -> ADCIE0_A[src]

Get enumerated values variant

pub fn is_adcie0_0(&self) -> bool[src]

Checks if the value of the field is ADCIE0_0

pub fn is_adcie0_1(&self) -> bool[src]

Checks if the value of the field is ADCIE0_1

impl R<bool, ADCINIE_A>[src]

pub fn variant(&self) -> ADCINIE_A[src]

Get enumerated values variant

pub fn is_adcinie_0(&self) -> bool[src]

Checks if the value of the field is ADCINIE_0

pub fn is_adcinie_1(&self) -> bool[src]

Checks if the value of the field is ADCINIE_1

impl R<bool, ADCLOIE_A>[src]

pub fn variant(&self) -> ADCLOIE_A[src]

Get enumerated values variant

pub fn is_adcloie_0(&self) -> bool[src]

Checks if the value of the field is ADCLOIE_0

pub fn is_adcloie_1(&self) -> bool[src]

Checks if the value of the field is ADCLOIE_1

impl R<bool, ADCHIIE_A>[src]

pub fn variant(&self) -> ADCHIIE_A[src]

Get enumerated values variant

pub fn is_adchiie_0(&self) -> bool[src]

Checks if the value of the field is ADCHIIE_0

pub fn is_adchiie_1(&self) -> bool[src]

Checks if the value of the field is ADCHIIE_1

impl R<bool, ADCOVIE_A>[src]

pub fn variant(&self) -> ADCOVIE_A[src]

Get enumerated values variant

pub fn is_adcovie_0(&self) -> bool[src]

Checks if the value of the field is ADCOVIE_0

pub fn is_adcovie_1(&self) -> bool[src]

Checks if the value of the field is ADCOVIE_1

impl R<bool, ADCTOVIE_A>[src]

pub fn variant(&self) -> ADCTOVIE_A[src]

Get enumerated values variant

pub fn is_adctovie_0(&self) -> bool[src]

Checks if the value of the field is ADCTOVIE_0

pub fn is_adctovie_1(&self) -> bool[src]

Checks if the value of the field is ADCTOVIE_1

impl R<u16, Reg<u16, _ADCIE>>[src]

pub fn adcie0(&self) -> ADCIE0_R[src]

Bit 0 - Interrupt enable. This bits enable or disable the interrupt request for a completed ADC conversion.

pub fn adcinie(&self) -> ADCINIE_R[src]

Bit 1 - Interrupt enable for the inside of window interrupt of the window comparator.

pub fn adcloie(&self) -> ADCLOIE_R[src]

Bit 2 - Interrupt enable for the below lower threshold interrupt of the window comparator.

pub fn adchiie(&self) -> ADCHIIE_R[src]

Bit 3 - Interrupt enable for the above upper threshold interrupt of the window comparator.

pub fn adcovie(&self) -> ADCOVIE_R[src]

Bit 4 - ADCMEM0 overflow interrupt enable.

pub fn adctovie(&self) -> ADCTOVIE_R[src]

Bit 5 - ADC conversion-time-overflow interrupt enable.

impl R<bool, ADCIFG0_A>[src]

pub fn variant(&self) -> ADCIFG0_A[src]

Get enumerated values variant

pub fn is_adcifg0_0(&self) -> bool[src]

Checks if the value of the field is ADCIFG0_0

pub fn is_adcifg0_1(&self) -> bool[src]

Checks if the value of the field is ADCIFG0_1

impl R<bool, ADCINIFG_A>[src]

pub fn variant(&self) -> ADCINIFG_A[src]

Get enumerated values variant

pub fn is_adcinifg_0(&self) -> bool[src]

Checks if the value of the field is ADCINIFG_0

pub fn is_adcinifg_1(&self) -> bool[src]

Checks if the value of the field is ADCINIFG_1

impl R<bool, ADCLOIFG_A>[src]

pub fn variant(&self) -> ADCLOIFG_A[src]

Get enumerated values variant

pub fn is_adcloifg_0(&self) -> bool[src]

Checks if the value of the field is ADCLOIFG_0

pub fn is_adcloifg_1(&self) -> bool[src]

Checks if the value of the field is ADCLOIFG_1

impl R<bool, ADCHIIFG_A>[src]

pub fn variant(&self) -> ADCHIIFG_A[src]

Get enumerated values variant

pub fn is_adchiifg_0(&self) -> bool[src]

Checks if the value of the field is ADCHIIFG_0

pub fn is_adchiifg_1(&self) -> bool[src]

Checks if the value of the field is ADCHIIFG_1

impl R<bool, ADCOVIFG_A>[src]

pub fn variant(&self) -> ADCOVIFG_A[src]

Get enumerated values variant

pub fn is_adcovifg_0(&self) -> bool[src]

Checks if the value of the field is ADCOVIFG_0

pub fn is_adcovifg_1(&self) -> bool[src]

Checks if the value of the field is ADCOVIFG_1

impl R<bool, ADCTOVIFG_A>[src]

pub fn variant(&self) -> ADCTOVIFG_A[src]

Get enumerated values variant

pub fn is_adcovifg_0(&self) -> bool[src]

Checks if the value of the field is ADCOVIFG_0

pub fn is_adctovifg_1(&self) -> bool[src]

Checks if the value of the field is ADCTOVIFG_1

impl R<u16, Reg<u16, _ADCIFG>>[src]

pub fn adcifg0(&self) -> ADCIFG0_R[src]

Bit 0 - ADCMEM0 interrupt flag

pub fn adcinifg(&self) -> ADCINIFG_R[src]

Bit 1 - The ADCINIFG is set when the result of the current ADC conversion is within the thresholds defined by the window comparator threshold registers.

pub fn adcloifg(&self) -> ADCLOIFG_R[src]

Bit 2 - The ADCLOIFG is set when the result of the current ADC conversion is below the lower threshold defined by the window comparator lower threshold register.

pub fn adchiifg(&self) -> ADCHIIFG_R[src]

Bit 3 - The ADCHIIFG is set when the result of the current ADC conversion is greater than the upper threshold defined by the window comparator upper threshold register.

pub fn adcovifg(&self) -> ADCOVIFG_R[src]

Bit 4 - The ADCOVIFG is set when the ADCMEM0 register is written before the last conversion result has been read.

pub fn adctovifg(&self) -> ADCTOVIFG_R[src]

Bit 5 - The ADCTOVIFG is set when an ADC conversion is triggered before the actual conversion has completed.

impl R<u16, ADCIV_A>[src]

pub fn variant(&self) -> Variant<u16, ADCIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_adcovifg(&self) -> bool[src]

Checks if the value of the field is ADCOVIFG

pub fn is_adctovifg(&self) -> bool[src]

Checks if the value of the field is ADCTOVIFG

pub fn is_adchiifg(&self) -> bool[src]

Checks if the value of the field is ADCHIIFG

pub fn is_adcloifg(&self) -> bool[src]

Checks if the value of the field is ADCLOIFG

pub fn is_adcinifg(&self) -> bool[src]

Checks if the value of the field is ADCINIFG

pub fn is_adcifg0(&self) -> bool[src]

Checks if the value of the field is ADCIFG0

impl R<u16, Reg<u16, _ADCIV>>[src]

pub fn adciv(&self) -> ADCIV_R[src]

Bits 0:15 - interrupt vector value

impl R<bool, CPPEN_A>[src]

pub fn variant(&self) -> CPPEN_A[src]

Get enumerated values variant

pub fn is_cppen_0(&self) -> bool[src]

Checks if the value of the field is CPPEN_0

pub fn is_cppen_1(&self) -> bool[src]

Checks if the value of the field is CPPEN_1

impl R<u8, CPNSEL_A>[src]

pub fn variant(&self) -> CPNSEL_A[src]

Get enumerated values variant

pub fn is_cpnsel_0(&self) -> bool[src]

Checks if the value of the field is CPNSEL_0

pub fn is_cpnsel_1(&self) -> bool[src]

Checks if the value of the field is CPNSEL_1

pub fn is_cpnsel_2(&self) -> bool[src]

Checks if the value of the field is CPNSEL_2

pub fn is_cpnsel_3(&self) -> bool[src]

Checks if the value of the field is CPNSEL_3

pub fn is_cpnsel_4(&self) -> bool[src]

Checks if the value of the field is CPNSEL_4

pub fn is_cpnsel_5(&self) -> bool[src]

Checks if the value of the field is CPNSEL_5

pub fn is_cpnsel_6(&self) -> bool[src]

Checks if the value of the field is CPNSEL_6

pub fn is_cpnsel_7(&self) -> bool[src]

Checks if the value of the field is CPNSEL_7

impl R<bool, CPNEN_A>[src]

pub fn variant(&self) -> CPNEN_A[src]

Get enumerated values variant

pub fn is_cpnen_0(&self) -> bool[src]

Checks if the value of the field is CPNEN_0

pub fn is_cpnen_1(&self) -> bool[src]

Checks if the value of the field is CPNEN_1

impl R<u8, CPPSEL_A>[src]

pub fn variant(&self) -> CPPSEL_A[src]

Get enumerated values variant

pub fn is_cppsel_0(&self) -> bool[src]

Checks if the value of the field is CPPSEL_0

pub fn is_cppsel_1(&self) -> bool[src]

Checks if the value of the field is CPPSEL_1

pub fn is_cppsel_2(&self) -> bool[src]

Checks if the value of the field is CPPSEL_2

pub fn is_cppsel_3(&self) -> bool[src]

Checks if the value of the field is CPPSEL_3

pub fn is_cppsel_4(&self) -> bool[src]

Checks if the value of the field is CPPSEL_4

pub fn is_cppsel_5(&self) -> bool[src]

Checks if the value of the field is CPPSEL_5

pub fn is_cppsel_6(&self) -> bool[src]

Checks if the value of the field is CPPSEL_6

pub fn is_cppsel_7(&self) -> bool[src]

Checks if the value of the field is CPPSEL_7

impl R<u16, Reg<u16, _CPCTL0>>[src]

pub fn cppen(&self) -> CPPEN_R[src]

Bit 4 - Channel input enable for the V+ terminal

pub fn cpnsel(&self) -> CPNSEL_R[src]

Bits 8:10 - Channel input selected for the - terminal

pub fn cpnen(&self) -> CPNEN_R[src]

Bit 12 - Channel input enable for the - terminal

pub fn cppsel(&self) -> CPPSEL_R[src]

Bits 0:2 - Channel input selected for the V+ terminal

impl R<bool, CPINV_A>[src]

pub fn variant(&self) -> CPINV_A[src]

Get enumerated values variant

pub fn is_cpinv_0(&self) -> bool[src]

Checks if the value of the field is CPINV_0

pub fn is_cpinv_1(&self) -> bool[src]

Checks if the value of the field is CPINV_1

impl R<bool, CPIES_A>[src]

pub fn variant(&self) -> CPIES_A[src]

Get enumerated values variant

pub fn is_cpies_0(&self) -> bool[src]

Checks if the value of the field is CPIES_0

pub fn is_cpies_1(&self) -> bool[src]

Checks if the value of the field is CPIES_1

impl R<bool, CPFLT_A>[src]

pub fn variant(&self) -> CPFLT_A[src]

Get enumerated values variant

pub fn is_cpflt_0(&self) -> bool[src]

Checks if the value of the field is CPFLT_0

pub fn is_cpflt_1(&self) -> bool[src]

Checks if the value of the field is CPFLT_1

impl R<u8, CPFLTDLY_A>[src]

pub fn variant(&self) -> CPFLTDLY_A[src]

Get enumerated values variant

pub fn is_cpfltdly_0(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_0

pub fn is_cpfltdly_1(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_1

pub fn is_cpfltdly_2(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_2

pub fn is_cpfltdly_3(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_3

impl R<bool, CPMSEL_A>[src]

pub fn variant(&self) -> CPMSEL_A[src]

Get enumerated values variant

pub fn is_cpmsel_0(&self) -> bool[src]

Checks if the value of the field is CPMSEL_0

pub fn is_cpmsel_1(&self) -> bool[src]

Checks if the value of the field is CPMSEL_1

impl R<bool, CPEN_A>[src]

pub fn variant(&self) -> CPEN_A[src]

Get enumerated values variant

pub fn is_cpen_0(&self) -> bool[src]

Checks if the value of the field is CPEN_0

pub fn is_cpen_1(&self) -> bool[src]

Checks if the value of the field is CPEN_1

impl R<u8, CPHSEL_A>[src]

pub fn variant(&self) -> CPHSEL_A[src]

Get enumerated values variant

pub fn is_cphsel_0(&self) -> bool[src]

Checks if the value of the field is CPHSEL_0

pub fn is_cphsel_1(&self) -> bool[src]

Checks if the value of the field is CPHSEL_1

pub fn is_cphsel_2(&self) -> bool[src]

Checks if the value of the field is CPHSEL_2

pub fn is_cphsel_3(&self) -> bool[src]

Checks if the value of the field is CPHSEL_3

impl R<bool, CPIE_A>[src]

pub fn variant(&self) -> CPIE_A[src]

Get enumerated values variant

pub fn is_cpie_0(&self) -> bool[src]

Checks if the value of the field is CPIE_0

pub fn is_cpie_1(&self) -> bool[src]

Checks if the value of the field is CPIE_1

impl R<bool, CPIIE_A>[src]

pub fn variant(&self) -> CPIIE_A[src]

Get enumerated values variant

pub fn is_cpiie_0(&self) -> bool[src]

Checks if the value of the field is CPIIE_0

pub fn is_cpiie_1(&self) -> bool[src]

Checks if the value of the field is CPIIE_1

impl R<u16, Reg<u16, _CPCTL1>>[src]

pub fn cpout(&self) -> CPOUT_R[src]

Bit 0 - Comparator output value

pub fn cpinv(&self) -> CPINV_R[src]

Bit 1 - Comparator output polarity

pub fn cpies(&self) -> CPIES_R[src]

Bit 4 - Interrupt edge select for CEIIFG and CEIFG

pub fn cpflt(&self) -> CPFLT_R[src]

Bit 5 - Analog Output Low Pass filter Selection. Changing CPFLT might set interrupt flag.

pub fn cpfltdly(&self) -> CPFLTDLY_R[src]

Bits 6:7 - Analog Filter Delay selection. These bits are used to select the analog filter delay

pub fn cpmsel(&self) -> CPMSEL_R[src]

Bit 8 - Power mode selection.

pub fn cpen(&self) -> CPEN_R[src]

Bit 9 - Comparator enable/disable. This bit is used to disable/enable the comparator. When the comparator is disabled, the Comparator consumes no power.

pub fn cphsel(&self) -> CPHSEL_R[src]

Bits 10:11 - Programable Hysteresis mode. These bits are used to select the Hysteresis mode.

pub fn cpie(&self) -> CPIE_R[src]

Bit 14 - Comparator interrupt output enable bit

pub fn cpiie(&self) -> CPIIE_R[src]

Bit 15 - Comparator inverted interrupt output enable bit

impl R<bool, CPIFG_A>[src]

pub fn variant(&self) -> CPIFG_A[src]

Get enumerated values variant

pub fn is_cpifg_0(&self) -> bool[src]

Checks if the value of the field is CPIFG_0

pub fn is_cpifg_1(&self) -> bool[src]

Checks if the value of the field is CPIFG_1

impl R<bool, CPIIFG_A>[src]

pub fn variant(&self) -> CPIIFG_A[src]

Get enumerated values variant

pub fn is_cpiifg_0(&self) -> bool[src]

Checks if the value of the field is CPIIFG_0

pub fn is_cpiifg_1(&self) -> bool[src]

Checks if the value of the field is CPIIFG_1

impl R<u16, Reg<u16, _CPINT>>[src]

pub fn cpifg(&self) -> CPIFG_R[src]

Bit 0 - Comparator output interrupt flag

pub fn cpiifg(&self) -> CPIIFG_R[src]

Bit 1 - Comparator output inverted interrupt flag

impl R<u16, CPIV_A>[src]

pub fn variant(&self) -> Variant<u16, CPIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_cpifg(&self) -> bool[src]

Checks if the value of the field is CPIFG

pub fn is_cpiifg(&self) -> bool[src]

Checks if the value of the field is CPIIFG

impl R<u16, Reg<u16, _CPIV>>[src]

pub fn cpiv(&self) -> CPIV_R[src]

Bits 0:15 - Comparator interrupt vector word register

impl R<bool, CPDACSW_A>[src]

pub fn variant(&self) -> CPDACSW_A[src]

Get enumerated values variant

pub fn is_cpdacsw_0(&self) -> bool[src]

Checks if the value of the field is CPDACSW_0

pub fn is_cpdacsw_1(&self) -> bool[src]

Checks if the value of the field is CPDACSW_1

impl R<bool, CPDACBUFS_A>[src]

pub fn variant(&self) -> CPDACBUFS_A[src]

Get enumerated values variant

pub fn is_cpdacbufs_0(&self) -> bool[src]

Checks if the value of the field is CPDACBUFS_0

pub fn is_cpdacbufs_1(&self) -> bool[src]

Checks if the value of the field is CPDACBUFS_1

impl R<bool, CPDACREFS_A>[src]

pub fn variant(&self) -> CPDACREFS_A[src]

Get enumerated values variant

pub fn is_cpdacrefs_0(&self) -> bool[src]

Checks if the value of the field is CPDACREFS_0

pub fn is_cpdacrefs_1(&self) -> bool[src]

Checks if the value of the field is CPDACREFS_1

impl R<bool, CPDACEN_A>[src]

pub fn variant(&self) -> CPDACEN_A[src]

Get enumerated values variant

pub fn is_cpdacen_0(&self) -> bool[src]

Checks if the value of the field is CPDACEN_0

pub fn is_cpdacen_1(&self) -> bool[src]

Checks if the value of the field is CPDACEN_1

impl R<u16, Reg<u16, _CPDACCTL>>[src]

pub fn cpdacsw(&self) -> CPDACSW_R[src]

Bit 0 - This bit is only valid when CPDACBUFS is set to 1.

pub fn cpdacbufs(&self) -> CPDACBUFS_R[src]

Bit 1 - Comparator built-in DAC buffer controlled source selection.

pub fn cpdacrefs(&self) -> CPDACREFS_R[src]

Bit 2 - Comparator built-in DAC reference voltage selection

pub fn cpdacen(&self) -> CPDACEN_R[src]

Bit 7 - Comparator built-in DAC output control bit.

impl R<u8, CPDACBUF1_A>[src]

pub fn variant(&self) -> CPDACBUF1_A[src]

Get enumerated values variant

pub fn is_cpdacbuf1_0(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_0

pub fn is_cpdacbuf1_1(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_1

pub fn is_cpdacbuf1_2(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_2

pub fn is_cpdacbuf1_3(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_3

pub fn is_cpdacbuf1_4(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_4

pub fn is_cpdacbuf1_5(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_5

pub fn is_cpdacbuf1_6(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_6

pub fn is_cpdacbuf1_7(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_7

pub fn is_cpdacbuf1_8(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_8

pub fn is_cpdacbuf1_9(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_9

pub fn is_cpdacbuf1_10(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_10

pub fn is_cpdacbuf1_11(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_11

pub fn is_cpdacbuf1_12(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_12

pub fn is_cpdacbuf1_13(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_13

pub fn is_cpdacbuf1_14(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_14

pub fn is_cpdacbuf1_15(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_15

pub fn is_cpdacbuf1_16(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_16

pub fn is_cpdacbuf1_17(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_17

pub fn is_cpdacbuf1_18(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_18

pub fn is_cpdacbuf1_19(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_19

pub fn is_cpdacbuf1_20(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_20

pub fn is_cpdacbuf1_21(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_21

pub fn is_cpdacbuf1_22(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_22

pub fn is_cpdacbuf1_23(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_23

pub fn is_cpdacbuf1_24(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_24

pub fn is_cpdacbuf1_25(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_25

pub fn is_cpdacbuf1_26(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_26

pub fn is_cpdacbuf1_27(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_27

pub fn is_cpdacbuf1_28(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_28

pub fn is_cpdacbuf1_29(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_29

pub fn is_cpdacbuf1_30(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_30

pub fn is_cpdacbuf1_31(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_31

pub fn is_cpdacbuf1_32(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_32

pub fn is_cpdacbuf1_33(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_33

pub fn is_cpdacbuf1_34(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_34

pub fn is_cpdacbuf1_35(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_35

pub fn is_cpdacbuf1_36(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_36

pub fn is_cpdacbuf1_37(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_37

pub fn is_cpdacbuf1_38(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_38

pub fn is_cpdacbuf1_39(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_39

pub fn is_cpdacbuf1_40(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_40

pub fn is_cpdacbuf1_41(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_41

pub fn is_cpdacbuf1_42(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_42

pub fn is_cpdacbuf1_43(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_43

pub fn is_cpdacbuf1_44(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_44

pub fn is_cpdacbuf1_45(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_45

pub fn is_cpdacbuf1_46(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_46

pub fn is_cpdacbuf1_47(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_47

pub fn is_cpdacbuf1_48(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_48

pub fn is_cpdacbuf1_49(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_49

pub fn is_cpdacbuf1_50(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_50

pub fn is_cpdacbuf1_51(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_51

pub fn is_cpdacbuf1_52(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_52

pub fn is_cpdacbuf1_53(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_53

pub fn is_cpdacbuf1_54(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_54

pub fn is_cpdacbuf1_55(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_55

pub fn is_cpdacbuf1_56(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_56

pub fn is_cpdacbuf1_57(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_57

pub fn is_cpdacbuf1_58(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_58

pub fn is_cpdacbuf1_59(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_59

pub fn is_cpdacbuf1_60(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_60

pub fn is_cpdacbuf1_61(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_61

pub fn is_cpdacbuf1_62(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_62

pub fn is_cpdacbuf1_63(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_63

impl R<u8, CPDACBUF2_A>[src]

pub fn variant(&self) -> CPDACBUF2_A[src]

Get enumerated values variant

pub fn is_cpdacbuf2_0(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_0

pub fn is_cpdacbuf2_1(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_1

pub fn is_cpdacbuf2_2(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_2

pub fn is_cpdacbuf2_3(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_3

pub fn is_cpdacbuf2_4(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_4

pub fn is_cpdacbuf2_5(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_5

pub fn is_cpdacbuf2_6(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_6

pub fn is_cpdacbuf2_7(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_7

pub fn is_cpdacbuf2_8(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_8

pub fn is_cpdacbuf2_9(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_9

pub fn is_cpdacbuf2_10(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_10

pub fn is_cpdacbuf2_11(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_11

pub fn is_cpdacbuf2_12(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_12

pub fn is_cpdacbuf2_13(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_13

pub fn is_cpdacbuf2_14(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_14

pub fn is_cpdacbuf2_15(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_15

pub fn is_cpdacbuf2_16(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_16

pub fn is_cpdacbuf2_17(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_17

pub fn is_cpdacbuf2_18(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_18

pub fn is_cpdacbuf2_19(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_19

pub fn is_cpdacbuf2_20(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_20

pub fn is_cpdacbuf2_21(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_21

pub fn is_cpdacbuf2_22(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_22

pub fn is_cpdacbuf2_23(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_23

pub fn is_cpdacbuf2_24(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_24

pub fn is_cpdacbuf2_25(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_25

pub fn is_cpdacbuf2_26(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_26

pub fn is_cpdacbuf2_27(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_27

pub fn is_cpdacbuf2_28(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_28

pub fn is_cpdacbuf2_29(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_29

pub fn is_cpdacbuf2_30(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_30

pub fn is_cpdacbuf2_31(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_31

pub fn is_cpdacbuf2_32(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_32

pub fn is_cpdacbuf2_33(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_33

pub fn is_cpdacbuf2_34(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_34

pub fn is_cpdacbuf2_35(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_35

pub fn is_cpdacbuf2_36(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_36

pub fn is_cpdacbuf2_37(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_37

pub fn is_cpdacbuf2_38(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_38

pub fn is_cpdacbuf2_39(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_39

pub fn is_cpdacbuf2_40(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_40

pub fn is_cpdacbuf2_41(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_41

pub fn is_cpdacbuf2_42(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_42

pub fn is_cpdacbuf2_43(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_43

pub fn is_cpdacbuf2_44(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_44

pub fn is_cpdacbuf2_45(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_45

pub fn is_cpdacbuf2_46(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_46

pub fn is_cpdacbuf2_47(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_47

pub fn is_cpdacbuf2_48(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_48

pub fn is_cpdacbuf2_49(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_49

pub fn is_cpdacbuf2_50(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_50

pub fn is_cpdacbuf2_51(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_51

pub fn is_cpdacbuf2_52(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_52

pub fn is_cpdacbuf2_53(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_53

pub fn is_cpdacbuf2_54(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_54

pub fn is_cpdacbuf2_55(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_55

pub fn is_cpdacbuf2_56(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_56

pub fn is_cpdacbuf2_57(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_57

pub fn is_cpdacbuf2_58(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_58

pub fn is_cpdacbuf2_59(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_59

pub fn is_cpdacbuf2_60(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_60

pub fn is_cpdacbuf2_61(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_61

pub fn is_cpdacbuf2_62(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_62

pub fn is_cpdacbuf2_63(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_63

impl R<u16, Reg<u16, _CPDACDATA>>[src]

pub fn cpdacbuf1(&self) -> CPDACBUF1_R[src]

Bits 0:5 - 1st 6-bit DAC buffer Data

pub fn cpdacbuf2(&self) -> CPDACBUF2_R[src]

Bits 8:13 - 2nd 6-bit DAC buffer Data

impl R<bool, CPPEN_A>[src]

pub fn variant(&self) -> CPPEN_A[src]

Get enumerated values variant

pub fn is_cppen_0(&self) -> bool[src]

Checks if the value of the field is CPPEN_0

pub fn is_cppen_1(&self) -> bool[src]

Checks if the value of the field is CPPEN_1

impl R<u8, CPNSEL_A>[src]

pub fn variant(&self) -> CPNSEL_A[src]

Get enumerated values variant

pub fn is_cpnsel_0(&self) -> bool[src]

Checks if the value of the field is CPNSEL_0

pub fn is_cpnsel_1(&self) -> bool[src]

Checks if the value of the field is CPNSEL_1

pub fn is_cpnsel_2(&self) -> bool[src]

Checks if the value of the field is CPNSEL_2

pub fn is_cpnsel_3(&self) -> bool[src]

Checks if the value of the field is CPNSEL_3

pub fn is_cpnsel_4(&self) -> bool[src]

Checks if the value of the field is CPNSEL_4

pub fn is_cpnsel_5(&self) -> bool[src]

Checks if the value of the field is CPNSEL_5

pub fn is_cpnsel_6(&self) -> bool[src]

Checks if the value of the field is CPNSEL_6

pub fn is_cpnsel_7(&self) -> bool[src]

Checks if the value of the field is CPNSEL_7

impl R<bool, CPNEN_A>[src]

pub fn variant(&self) -> CPNEN_A[src]

Get enumerated values variant

pub fn is_cpnen_0(&self) -> bool[src]

Checks if the value of the field is CPNEN_0

pub fn is_cpnen_1(&self) -> bool[src]

Checks if the value of the field is CPNEN_1

impl R<u8, CPPSEL_A>[src]

pub fn variant(&self) -> CPPSEL_A[src]

Get enumerated values variant

pub fn is_cppsel_0(&self) -> bool[src]

Checks if the value of the field is CPPSEL_0

pub fn is_cppsel_1(&self) -> bool[src]

Checks if the value of the field is CPPSEL_1

pub fn is_cppsel_2(&self) -> bool[src]

Checks if the value of the field is CPPSEL_2

pub fn is_cppsel_3(&self) -> bool[src]

Checks if the value of the field is CPPSEL_3

pub fn is_cppsel_4(&self) -> bool[src]

Checks if the value of the field is CPPSEL_4

pub fn is_cppsel_5(&self) -> bool[src]

Checks if the value of the field is CPPSEL_5

pub fn is_cppsel_6(&self) -> bool[src]

Checks if the value of the field is CPPSEL_6

pub fn is_cppsel_7(&self) -> bool[src]

Checks if the value of the field is CPPSEL_7

impl R<u16, Reg<u16, _CP1CTL0>>[src]

pub fn cppen(&self) -> CPPEN_R[src]

Bit 4 - Channel input enable for the V+ terminal

pub fn cpnsel(&self) -> CPNSEL_R[src]

Bits 8:10 - Channel input selected for the - terminal

pub fn cpnen(&self) -> CPNEN_R[src]

Bit 12 - Channel input enable for the - terminal

pub fn cppsel(&self) -> CPPSEL_R[src]

Bits 0:2 - Channel input selected for the V+ terminal

impl R<bool, CPINV_A>[src]

pub fn variant(&self) -> CPINV_A[src]

Get enumerated values variant

pub fn is_cpinv_0(&self) -> bool[src]

Checks if the value of the field is CPINV_0

pub fn is_cpinv_1(&self) -> bool[src]

Checks if the value of the field is CPINV_1

impl R<bool, CPIES_A>[src]

pub fn variant(&self) -> CPIES_A[src]

Get enumerated values variant

pub fn is_cpies_0(&self) -> bool[src]

Checks if the value of the field is CPIES_0

pub fn is_cpies_1(&self) -> bool[src]

Checks if the value of the field is CPIES_1

impl R<bool, CPFLT_A>[src]

pub fn variant(&self) -> CPFLT_A[src]

Get enumerated values variant

pub fn is_cpflt_0(&self) -> bool[src]

Checks if the value of the field is CPFLT_0

pub fn is_cpflt_1(&self) -> bool[src]

Checks if the value of the field is CPFLT_1

impl R<u8, CPFLTDLY_A>[src]

pub fn variant(&self) -> CPFLTDLY_A[src]

Get enumerated values variant

pub fn is_cpfltdly_0(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_0

pub fn is_cpfltdly_1(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_1

pub fn is_cpfltdly_2(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_2

pub fn is_cpfltdly_3(&self) -> bool[src]

Checks if the value of the field is CPFLTDLY_3

impl R<bool, CPMSEL_A>[src]

pub fn variant(&self) -> CPMSEL_A[src]

Get enumerated values variant

pub fn is_cpmsel_0(&self) -> bool[src]

Checks if the value of the field is CPMSEL_0

pub fn is_cpmsel_1(&self) -> bool[src]

Checks if the value of the field is CPMSEL_1

impl R<bool, CPEN_A>[src]

pub fn variant(&self) -> CPEN_A[src]

Get enumerated values variant

pub fn is_cpen_0(&self) -> bool[src]

Checks if the value of the field is CPEN_0

pub fn is_cpen_1(&self) -> bool[src]

Checks if the value of the field is CPEN_1

impl R<u8, CPHSEL_A>[src]

pub fn variant(&self) -> CPHSEL_A[src]

Get enumerated values variant

pub fn is_cphsel_0(&self) -> bool[src]

Checks if the value of the field is CPHSEL_0

pub fn is_cphsel_1(&self) -> bool[src]

Checks if the value of the field is CPHSEL_1

pub fn is_cphsel_2(&self) -> bool[src]

Checks if the value of the field is CPHSEL_2

pub fn is_cphsel_3(&self) -> bool[src]

Checks if the value of the field is CPHSEL_3

impl R<bool, CPIE_A>[src]

pub fn variant(&self) -> CPIE_A[src]

Get enumerated values variant

pub fn is_cpie_0(&self) -> bool[src]

Checks if the value of the field is CPIE_0

pub fn is_cpie_1(&self) -> bool[src]

Checks if the value of the field is CPIE_1

impl R<bool, CPIIE_A>[src]

pub fn variant(&self) -> CPIIE_A[src]

Get enumerated values variant

pub fn is_cpiie_0(&self) -> bool[src]

Checks if the value of the field is CPIIE_0

pub fn is_cpiie_1(&self) -> bool[src]

Checks if the value of the field is CPIIE_1

impl R<u16, Reg<u16, _CP1CTL1>>[src]

pub fn cpout(&self) -> CPOUT_R[src]

Bit 0 - Comparator output value

pub fn cpinv(&self) -> CPINV_R[src]

Bit 1 - Comparator output polarity

pub fn cpies(&self) -> CPIES_R[src]

Bit 4 - Interrupt edge select for CEIIFG and CEIFG

pub fn cpflt(&self) -> CPFLT_R[src]

Bit 5 - Analog Output Low Pass filter Selection. Changing CPFLT might set interrupt flag.

pub fn cpfltdly(&self) -> CPFLTDLY_R[src]

Bits 6:7 - Analog Filter Delay selection. These bits are used to select the analog filter delay

pub fn cpmsel(&self) -> CPMSEL_R[src]

Bit 8 - Power mode selection.

pub fn cpen(&self) -> CPEN_R[src]

Bit 9 - Comparator enable/disable. This bit is used to disable/enable the comparator. When the comparator is disabled, the Comparator consumes no power.

pub fn cphsel(&self) -> CPHSEL_R[src]

Bits 10:11 - Programable Hysteresis mode. These bits are used to select the Hysteresis mode.

pub fn cpie(&self) -> CPIE_R[src]

Bit 14 - Comparator interrupt output enable bit

pub fn cpiie(&self) -> CPIIE_R[src]

Bit 15 - Comparator inverted interrupt output enable bit

impl R<bool, CPIFG_A>[src]

pub fn variant(&self) -> CPIFG_A[src]

Get enumerated values variant

pub fn is_cpifg_0(&self) -> bool[src]

Checks if the value of the field is CPIFG_0

pub fn is_cpifg_1(&self) -> bool[src]

Checks if the value of the field is CPIFG_1

impl R<bool, CPIIFG_A>[src]

pub fn variant(&self) -> CPIIFG_A[src]

Get enumerated values variant

pub fn is_cpiifg_0(&self) -> bool[src]

Checks if the value of the field is CPIIFG_0

pub fn is_cpiifg_1(&self) -> bool[src]

Checks if the value of the field is CPIIFG_1

impl R<u16, Reg<u16, _CP1INT>>[src]

pub fn cpifg(&self) -> CPIFG_R[src]

Bit 0 - Comparator output interrupt flag

pub fn cpiifg(&self) -> CPIIFG_R[src]

Bit 1 - Comparator output inverted interrupt flag

impl R<u16, CPIV_A>[src]

pub fn variant(&self) -> Variant<u16, CPIV_A>[src]

Get enumerated values variant

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

pub fn is_cpifg(&self) -> bool[src]

Checks if the value of the field is CPIFG

pub fn is_cpiifg(&self) -> bool[src]

Checks if the value of the field is CPIIFG

impl R<u16, Reg<u16, _CP1IV>>[src]

pub fn cpiv(&self) -> CPIV_R[src]

Bits 0:15 - Comparator interrupt vector word register

impl R<bool, CPDACSW_A>[src]

pub fn variant(&self) -> CPDACSW_A[src]

Get enumerated values variant

pub fn is_cpdacsw_0(&self) -> bool[src]

Checks if the value of the field is CPDACSW_0

pub fn is_cpdacsw_1(&self) -> bool[src]

Checks if the value of the field is CPDACSW_1

impl R<bool, CPDACBUFS_A>[src]

pub fn variant(&self) -> CPDACBUFS_A[src]

Get enumerated values variant

pub fn is_cpdacbufs_0(&self) -> bool[src]

Checks if the value of the field is CPDACBUFS_0

pub fn is_cpdacbufs_1(&self) -> bool[src]

Checks if the value of the field is CPDACBUFS_1

impl R<bool, CPDACREFS_A>[src]

pub fn variant(&self) -> CPDACREFS_A[src]

Get enumerated values variant

pub fn is_cpdacrefs_0(&self) -> bool[src]

Checks if the value of the field is CPDACREFS_0

pub fn is_cpdacrefs_1(&self) -> bool[src]

Checks if the value of the field is CPDACREFS_1

impl R<bool, CPDACEN_A>[src]

pub fn variant(&self) -> CPDACEN_A[src]

Get enumerated values variant

pub fn is_cpdacen_0(&self) -> bool[src]

Checks if the value of the field is CPDACEN_0

pub fn is_cpdacen_1(&self) -> bool[src]

Checks if the value of the field is CPDACEN_1

impl R<u16, Reg<u16, _CP1DACCTL>>[src]

pub fn cpdacsw(&self) -> CPDACSW_R[src]

Bit 0 - This bit is only valid when CPDACBUFS is set to 1.

pub fn cpdacbufs(&self) -> CPDACBUFS_R[src]

Bit 1 - Comparator built-in DAC buffer controlled source selection.

pub fn cpdacrefs(&self) -> CPDACREFS_R[src]

Bit 2 - Comparator built-in DAC reference voltage selection

pub fn cpdacen(&self) -> CPDACEN_R[src]

Bit 7 - Comparator built-in DAC output control bit.

impl R<u8, CPDACBUF1_A>[src]

pub fn variant(&self) -> CPDACBUF1_A[src]

Get enumerated values variant

pub fn is_cpdacbuf1_0(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_0

pub fn is_cpdacbuf1_1(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_1

pub fn is_cpdacbuf1_2(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_2

pub fn is_cpdacbuf1_3(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_3

pub fn is_cpdacbuf1_4(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_4

pub fn is_cpdacbuf1_5(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_5

pub fn is_cpdacbuf1_6(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_6

pub fn is_cpdacbuf1_7(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_7

pub fn is_cpdacbuf1_8(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_8

pub fn is_cpdacbuf1_9(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_9

pub fn is_cpdacbuf1_10(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_10

pub fn is_cpdacbuf1_11(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_11

pub fn is_cpdacbuf1_12(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_12

pub fn is_cpdacbuf1_13(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_13

pub fn is_cpdacbuf1_14(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_14

pub fn is_cpdacbuf1_15(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_15

pub fn is_cpdacbuf1_16(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_16

pub fn is_cpdacbuf1_17(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_17

pub fn is_cpdacbuf1_18(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_18

pub fn is_cpdacbuf1_19(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_19

pub fn is_cpdacbuf1_20(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_20

pub fn is_cpdacbuf1_21(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_21

pub fn is_cpdacbuf1_22(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_22

pub fn is_cpdacbuf1_23(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_23

pub fn is_cpdacbuf1_24(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_24

pub fn is_cpdacbuf1_25(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_25

pub fn is_cpdacbuf1_26(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_26

pub fn is_cpdacbuf1_27(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_27

pub fn is_cpdacbuf1_28(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_28

pub fn is_cpdacbuf1_29(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_29

pub fn is_cpdacbuf1_30(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_30

pub fn is_cpdacbuf1_31(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_31

pub fn is_cpdacbuf1_32(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_32

pub fn is_cpdacbuf1_33(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_33

pub fn is_cpdacbuf1_34(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_34

pub fn is_cpdacbuf1_35(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_35

pub fn is_cpdacbuf1_36(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_36

pub fn is_cpdacbuf1_37(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_37

pub fn is_cpdacbuf1_38(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_38

pub fn is_cpdacbuf1_39(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_39

pub fn is_cpdacbuf1_40(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_40

pub fn is_cpdacbuf1_41(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_41

pub fn is_cpdacbuf1_42(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_42

pub fn is_cpdacbuf1_43(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_43

pub fn is_cpdacbuf1_44(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_44

pub fn is_cpdacbuf1_45(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_45

pub fn is_cpdacbuf1_46(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_46

pub fn is_cpdacbuf1_47(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_47

pub fn is_cpdacbuf1_48(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_48

pub fn is_cpdacbuf1_49(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_49

pub fn is_cpdacbuf1_50(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_50

pub fn is_cpdacbuf1_51(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_51

pub fn is_cpdacbuf1_52(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_52

pub fn is_cpdacbuf1_53(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_53

pub fn is_cpdacbuf1_54(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_54

pub fn is_cpdacbuf1_55(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_55

pub fn is_cpdacbuf1_56(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_56

pub fn is_cpdacbuf1_57(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_57

pub fn is_cpdacbuf1_58(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_58

pub fn is_cpdacbuf1_59(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_59

pub fn is_cpdacbuf1_60(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_60

pub fn is_cpdacbuf1_61(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_61

pub fn is_cpdacbuf1_62(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_62

pub fn is_cpdacbuf1_63(&self) -> bool[src]

Checks if the value of the field is CPDACBUF1_63

impl R<u8, CPDACBUF2_A>[src]

pub fn variant(&self) -> CPDACBUF2_A[src]

Get enumerated values variant

pub fn is_cpdacbuf2_0(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_0

pub fn is_cpdacbuf2_1(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_1

pub fn is_cpdacbuf2_2(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_2

pub fn is_cpdacbuf2_3(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_3

pub fn is_cpdacbuf2_4(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_4

pub fn is_cpdacbuf2_5(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_5

pub fn is_cpdacbuf2_6(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_6

pub fn is_cpdacbuf2_7(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_7

pub fn is_cpdacbuf2_8(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_8

pub fn is_cpdacbuf2_9(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_9

pub fn is_cpdacbuf2_10(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_10

pub fn is_cpdacbuf2_11(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_11

pub fn is_cpdacbuf2_12(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_12

pub fn is_cpdacbuf2_13(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_13

pub fn is_cpdacbuf2_14(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_14

pub fn is_cpdacbuf2_15(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_15

pub fn is_cpdacbuf2_16(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_16

pub fn is_cpdacbuf2_17(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_17

pub fn is_cpdacbuf2_18(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_18

pub fn is_cpdacbuf2_19(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_19

pub fn is_cpdacbuf2_20(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_20

pub fn is_cpdacbuf2_21(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_21

pub fn is_cpdacbuf2_22(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_22

pub fn is_cpdacbuf2_23(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_23

pub fn is_cpdacbuf2_24(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_24

pub fn is_cpdacbuf2_25(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_25

pub fn is_cpdacbuf2_26(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_26

pub fn is_cpdacbuf2_27(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_27

pub fn is_cpdacbuf2_28(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_28

pub fn is_cpdacbuf2_29(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_29

pub fn is_cpdacbuf2_30(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_30

pub fn is_cpdacbuf2_31(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_31

pub fn is_cpdacbuf2_32(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_32

pub fn is_cpdacbuf2_33(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_33

pub fn is_cpdacbuf2_34(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_34

pub fn is_cpdacbuf2_35(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_35

pub fn is_cpdacbuf2_36(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_36

pub fn is_cpdacbuf2_37(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_37

pub fn is_cpdacbuf2_38(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_38

pub fn is_cpdacbuf2_39(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_39

pub fn is_cpdacbuf2_40(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_40

pub fn is_cpdacbuf2_41(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_41

pub fn is_cpdacbuf2_42(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_42

pub fn is_cpdacbuf2_43(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_43

pub fn is_cpdacbuf2_44(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_44

pub fn is_cpdacbuf2_45(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_45

pub fn is_cpdacbuf2_46(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_46

pub fn is_cpdacbuf2_47(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_47

pub fn is_cpdacbuf2_48(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_48

pub fn is_cpdacbuf2_49(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_49

pub fn is_cpdacbuf2_50(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_50

pub fn is_cpdacbuf2_51(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_51

pub fn is_cpdacbuf2_52(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_52

pub fn is_cpdacbuf2_53(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_53

pub fn is_cpdacbuf2_54(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_54

pub fn is_cpdacbuf2_55(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_55

pub fn is_cpdacbuf2_56(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_56

pub fn is_cpdacbuf2_57(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_57

pub fn is_cpdacbuf2_58(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_58

pub fn is_cpdacbuf2_59(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_59

pub fn is_cpdacbuf2_60(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_60

pub fn is_cpdacbuf2_61(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_61

pub fn is_cpdacbuf2_62(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_62

pub fn is_cpdacbuf2_63(&self) -> bool[src]

Checks if the value of the field is CPDACBUF2_63

impl R<u16, Reg<u16, _CP1DACDATA>>[src]

pub fn cpdacbuf1(&self) -> CPDACBUF1_R[src]

Bits 0:5 - 1st 6-bit DAC buffer Data

pub fn cpdacbuf2(&self) -> CPDACBUF2_R[src]

Bits 8:13 - 2nd 6-bit DAC buffer Data

impl R<u8, PSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PSEL_A>[src]

Get enumerated values variant

pub fn is_psel_0(&self) -> bool[src]

Checks if the value of the field is PSEL_0

pub fn is_psel_1(&self) -> bool[src]

Checks if the value of the field is PSEL_1

pub fn is_psel_2(&self) -> bool[src]

Checks if the value of the field is PSEL_2

impl R<bool, PMUXEN_A>[src]

pub fn variant(&self) -> PMUXEN_A[src]

Get enumerated values variant

pub fn is_pmuxen_0(&self) -> bool[src]

Checks if the value of the field is PMUXEN_0

pub fn is_pmuxen_1(&self) -> bool[src]

Checks if the value of the field is PMUXEN_1

impl R<u8, NSEL_A>[src]

pub fn variant(&self) -> Variant<u8, NSEL_A>[src]

Get enumerated values variant

pub fn is_nsel_0(&self) -> bool[src]

Checks if the value of the field is NSEL_0

pub fn is_nsel_1(&self) -> bool[src]

Checks if the value of the field is NSEL_1

pub fn is_nsel_2(&self) -> bool[src]

Checks if the value of the field is NSEL_2

impl R<bool, NMUXEN_A>[src]

pub fn variant(&self) -> NMUXEN_A[src]

Get enumerated values variant

pub fn is_nmuxen_0(&self) -> bool[src]

Checks if the value of the field is NMUXEN_0

pub fn is_nmuxen_1(&self) -> bool[src]

Checks if the value of the field is NMUXEN_1

impl R<bool, OAEN_A>[src]

pub fn variant(&self) -> OAEN_A[src]

Get enumerated values variant

pub fn is_oaen_0(&self) -> bool[src]

Checks if the value of the field is OAEN_0

pub fn is_oaen_1(&self) -> bool[src]

Checks if the value of the field is OAEN_1

impl R<bool, OAPM_A>[src]

pub fn variant(&self) -> OAPM_A[src]

Get enumerated values variant

pub fn is_oapm_0(&self) -> bool[src]

Checks if the value of the field is OAPM_0

pub fn is_oapm_1(&self) -> bool[src]

Checks if the value of the field is OAPM_1

impl R<bool, SACEN_A>[src]

pub fn variant(&self) -> SACEN_A[src]

Get enumerated values variant

pub fn is_sacen_0(&self) -> bool[src]

Checks if the value of the field is SACEN_0

pub fn is_sacen_1(&self) -> bool[src]

Checks if the value of the field is SACEN_1

impl R<u16, Reg<u16, _SAC0OA>>[src]

pub fn psel(&self) -> PSEL_R[src]

Bits 0:1 - SAC OA Positive input source selection

pub fn pmuxen(&self) -> PMUXEN_R[src]

Bit 3 - SAC Positive input MUX control.

pub fn nsel(&self) -> NSEL_R[src]

Bits 4:5 - SAC OA Negative input source selection

pub fn nmuxen(&self) -> NMUXEN_R[src]

Bit 7 - SAC Negative input MUX controL

pub fn oaen(&self) -> OAEN_R[src]

Bit 8 - SAC OA Enable selection

pub fn oapm(&self) -> OAPM_R[src]

Bit 9 - SAC OA power mode selection

pub fn sacen(&self) -> SACEN_R[src]

Bit 10 - SAC Enable selection

impl R<u8, MSEL_A>[src]

pub fn variant(&self) -> MSEL_A[src]

Get enumerated values variant

pub fn is_msel_0(&self) -> bool[src]

Checks if the value of the field is MSEL_0

pub fn is_msel_1(&self) -> bool[src]

Checks if the value of the field is MSEL_1

pub fn is_msel_2(&self) -> bool[src]

Checks if the value of the field is MSEL_2

pub fn is_msel_3(&self) -> bool[src]

Checks if the value of the field is MSEL_3

impl R<u16, Reg<u16, _SAC0PGA>>[src]

pub fn msel(&self) -> MSEL_R[src]

Bits 0:1 - SAC PGA Mode Selection

pub fn gain(&self) -> GAIN_R[src]

Bits 4:6 - SAC PGA Gain configuration

impl R<bool, DACEN_A>[src]

pub fn variant(&self) -> DACEN_A[src]

Get enumerated values variant

pub fn is_dacen_0(&self) -> bool[src]

Checks if the value of the field is DACEN_0

pub fn is_dacen_1(&self) -> bool[src]

Checks if the value of the field is DACEN_1

impl R<bool, DACIE_A>[src]

pub fn variant(&self) -> DACIE_A[src]

Get enumerated values variant

pub fn is_dacie_0(&self) -> bool[src]

Checks if the value of the field is DACIE_0

pub fn is_dacie_1(&self) -> bool[src]

Checks if the value of the field is DACIE_1

impl R<bool, DACDMAE_A>[src]

pub fn variant(&self) -> DACDMAE_A[src]

Get enumerated values variant

pub fn is_dacdmae_0(&self) -> bool[src]

Checks if the value of the field is DACDMAE_0

pub fn is_dacdmae_1(&self) -> bool[src]

Checks if the value of the field is DACDMAE_1

impl R<u8, DACLSEL_A>[src]

pub fn variant(&self) -> Variant<u8, DACLSEL_A>[src]

Get enumerated values variant

pub fn is_daclsel_0(&self) -> bool[src]

Checks if the value of the field is DACLSEL_0

pub fn is_daclsel_2(&self) -> bool[src]

Checks if the value of the field is DACLSEL_2

pub fn is_daclsel_3(&self) -> bool[src]

Checks if the value of the field is DACLSEL_3

impl R<bool, DACSREF_A>[src]

pub fn variant(&self) -> DACSREF_A[src]

Get enumerated values variant

pub fn is_dacsref_0(&self) -> bool[src]

Checks if the value of the field is DACSREF_0

pub fn is_dacsref_1(&self) -> bool[src]

Checks if the value of the field is DACSREF_1

impl R<u16, Reg<u16, _SAC0DAC>>[src]

pub fn dacen(&self) -> DACEN_R[src]

Bit 0 - SAC DAC enable

pub fn dacie(&self) -> DACIE_R[src]

Bit 1 - SAC DAC interrupt enable

pub fn dacdmae(&self) -> DACDMAE_R[src]

Bit 2 - SAC DAC DMA request enable

pub fn daclsel(&self) -> DACLSEL_R[src]

Bits 8:9 - SAC DAC load select. Selects the load trigger for the DAC latch.

pub fn dacsref(&self) -> DACSREF_R[src]

Bit 12 - SAC DAC select reference voltage

impl R<u16, Reg<u16, _SAC0DAT>>[src]

pub fn dacdata(&self) -> DACDATA_R[src]

Bits 0:11 - SAC DAC data in unsigned format.

impl R<u16, Reg<u16, _SAC0DACSTS>>[src]

pub fn dacifg(&self) -> DACIFG_R[src]

Bit 0 - SAC DAC data update flag

impl R<u16, SACIV0_A>[src]

pub fn variant(&self) -> Variant<u16, SACIV0_A>[src]

Get enumerated values variant

pub fn is_saciv_0(&self) -> bool[src]

Checks if the value of the field is SACIV_0

pub fn is_saciv_2(&self) -> bool[src]

Checks if the value of the field is SACIV_2

pub fn is_saciv_4(&self) -> bool[src]

Checks if the value of the field is SACIV_4

impl R<u16, Reg<u16, _SAC0IV>>[src]

pub fn saciv0(&self) -> SACIV0_R[src]

Bits 0:15 - SAC Interrupt Vector Register

impl R<u8, PSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PSEL_A>[src]

Get enumerated values variant

pub fn is_psel_0(&self) -> bool[src]

Checks if the value of the field is PSEL_0

pub fn is_psel_1(&self) -> bool[src]

Checks if the value of the field is PSEL_1

pub fn is_psel_2(&self) -> bool[src]

Checks if the value of the field is PSEL_2

impl R<bool, PMUXEN_A>[src]

pub fn variant(&self) -> PMUXEN_A[src]

Get enumerated values variant

pub fn is_pmuxen_0(&self) -> bool[src]

Checks if the value of the field is PMUXEN_0

pub fn is_pmuxen_1(&self) -> bool[src]

Checks if the value of the field is PMUXEN_1

impl R<u8, NSEL_A>[src]

pub fn variant(&self) -> Variant<u8, NSEL_A>[src]

Get enumerated values variant

pub fn is_nsel_0(&self) -> bool[src]

Checks if the value of the field is NSEL_0

pub fn is_nsel_1(&self) -> bool[src]

Checks if the value of the field is NSEL_1

pub fn is_nsel_2(&self) -> bool[src]

Checks if the value of the field is NSEL_2

impl R<bool, NMUXEN_A>[src]

pub fn variant(&self) -> NMUXEN_A[src]

Get enumerated values variant

pub fn is_nmuxen_0(&self) -> bool[src]

Checks if the value of the field is NMUXEN_0

pub fn is_nmuxen_1(&self) -> bool[src]

Checks if the value of the field is NMUXEN_1

impl R<bool, OAEN_A>[src]

pub fn variant(&self) -> OAEN_A[src]

Get enumerated values variant

pub fn is_oaen_0(&self) -> bool[src]

Checks if the value of the field is OAEN_0

pub fn is_oaen_1(&self) -> bool[src]

Checks if the value of the field is OAEN_1

impl R<bool, OAPM_A>[src]

pub fn variant(&self) -> OAPM_A[src]

Get enumerated values variant

pub fn is_oapm_0(&self) -> bool[src]

Checks if the value of the field is OAPM_0

pub fn is_oapm_1(&self) -> bool[src]

Checks if the value of the field is OAPM_1

impl R<bool, SACEN_A>[src]

pub fn variant(&self) -> SACEN_A[src]

Get enumerated values variant

pub fn is_sacen_0(&self) -> bool[src]

Checks if the value of the field is SACEN_0

pub fn is_sacen_1(&self) -> bool[src]

Checks if the value of the field is SACEN_1

impl R<u16, Reg<u16, _SAC1OA>>[src]

pub fn psel(&self) -> PSEL_R[src]

Bits 0:1 - SAC OA Positive input source selection

pub fn pmuxen(&self) -> PMUXEN_R[src]

Bit 3 - SAC Positive input MUX control.

pub fn nsel(&self) -> NSEL_R[src]

Bits 4:5 - SAC OA Negative input source selection

pub fn nmuxen(&self) -> NMUXEN_R[src]

Bit 7 - SAC Negative input MUX controL

pub fn oaen(&self) -> OAEN_R[src]

Bit 8 - SAC OA Enable selection

pub fn oapm(&self) -> OAPM_R[src]

Bit 9 - SAC OA power mode selection

pub fn sacen(&self) -> SACEN_R[src]

Bit 10 - SAC Enable selection

impl R<u8, MSEL_A>[src]

pub fn variant(&self) -> MSEL_A[src]

Get enumerated values variant

pub fn is_msel_0(&self) -> bool[src]

Checks if the value of the field is MSEL_0

pub fn is_msel_1(&self) -> bool[src]

Checks if the value of the field is MSEL_1

pub fn is_msel_2(&self) -> bool[src]

Checks if the value of the field is MSEL_2

pub fn is_msel_3(&self) -> bool[src]

Checks if the value of the field is MSEL_3

impl R<u16, Reg<u16, _SAC1PGA>>[src]

pub fn msel(&self) -> MSEL_R[src]

Bits 0:1 - SAC PGA Mode Selection

pub fn gain(&self) -> GAIN_R[src]

Bits 4:6 - SAC PGA Gain configuration

impl R<bool, DACEN_A>[src]

pub fn variant(&self) -> DACEN_A[src]

Get enumerated values variant

pub fn is_dacen_0(&self) -> bool[src]

Checks if the value of the field is DACEN_0

pub fn is_dacen_1(&self) -> bool[src]

Checks if the value of the field is DACEN_1

impl R<bool, DACIE_A>[src]

pub fn variant(&self) -> DACIE_A[src]

Get enumerated values variant

pub fn is_dacie_0(&self) -> bool[src]

Checks if the value of the field is DACIE_0

pub fn is_dacie_1(&self) -> bool[src]

Checks if the value of the field is DACIE_1

impl R<bool, DACDMAE_A>[src]

pub fn variant(&self) -> DACDMAE_A[src]

Get enumerated values variant

pub fn is_dacdmae_0(&self) -> bool[src]

Checks if the value of the field is DACDMAE_0

pub fn is_dacdmae_1(&self) -> bool[src]

Checks if the value of the field is DACDMAE_1

impl R<u8, DACLSEL_A>[src]

pub fn variant(&self) -> Variant<u8, DACLSEL_A>[src]

Get enumerated values variant

pub fn is_daclsel_0(&self) -> bool[src]

Checks if the value of the field is DACLSEL_0

pub fn is_daclsel_2(&self) -> bool[src]

Checks if the value of the field is DACLSEL_2

pub fn is_daclsel_3(&self) -> bool[src]

Checks if the value of the field is DACLSEL_3

impl R<bool, DACSREF_A>[src]

pub fn variant(&self) -> DACSREF_A[src]

Get enumerated values variant

pub fn is_dacsref_0(&self) -> bool[src]

Checks if the value of the field is DACSREF_0

pub fn is_dacsref_1(&self) -> bool[src]

Checks if the value of the field is DACSREF_1

impl R<u16, Reg<u16, _SAC1DAC>>[src]

pub fn dacen(&self) -> DACEN_R[src]

Bit 0 - SAC DAC enable

pub fn dacie(&self) -> DACIE_R[src]

Bit 1 - SAC DAC interrupt enable

pub fn dacdmae(&self) -> DACDMAE_R[src]

Bit 2 - SAC DAC DMA request enable

pub fn daclsel(&self) -> DACLSEL_R[src]

Bits 8:9 - SAC DAC load select. Selects the load trigger for the DAC latch.

pub fn dacsref(&self) -> DACSREF_R[src]

Bit 12 - SAC DAC select reference voltage

impl R<u16, Reg<u16, _SAC1DAT>>[src]

pub fn dacdata(&self) -> DACDATA_R[src]

Bits 0:11 - SAC DAC data in unsigned format.

impl R<u16, Reg<u16, _SAC1DACSTS>>[src]

pub fn dacifg(&self) -> DACIFG_R[src]

Bit 0 - SAC DAC data update flag

impl R<u16, SACIV1_A>[src]

pub fn variant(&self) -> Variant<u16, SACIV1_A>[src]

Get enumerated values variant

pub fn is_saciv_0(&self) -> bool[src]

Checks if the value of the field is SACIV_0

pub fn is_saciv_2(&self) -> bool[src]

Checks if the value of the field is SACIV_2

pub fn is_saciv_4(&self) -> bool[src]

Checks if the value of the field is SACIV_4

impl R<u16, Reg<u16, _SAC1IV>>[src]

pub fn saciv1(&self) -> SACIV1_R[src]

Bits 0:15 - SAC Interrupt Vector Register

impl R<u8, PSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PSEL_A>[src]

Get enumerated values variant

pub fn is_psel_0(&self) -> bool[src]

Checks if the value of the field is PSEL_0

pub fn is_psel_1(&self) -> bool[src]

Checks if the value of the field is PSEL_1

pub fn is_psel_2(&self) -> bool[src]

Checks if the value of the field is PSEL_2

impl R<bool, PMUXEN_A>[src]

pub fn variant(&self) -> PMUXEN_A[src]

Get enumerated values variant

pub fn is_pmuxen_0(&self) -> bool[src]

Checks if the value of the field is PMUXEN_0

pub fn is_pmuxen_1(&self) -> bool[src]

Checks if the value of the field is PMUXEN_1

impl R<u8, NSEL_A>[src]

pub fn variant(&self) -> Variant<u8, NSEL_A>[src]

Get enumerated values variant

pub fn is_nsel_0(&self) -> bool[src]

Checks if the value of the field is NSEL_0

pub fn is_nsel_1(&self) -> bool[src]

Checks if the value of the field is NSEL_1

pub fn is_nsel_2(&self) -> bool[src]

Checks if the value of the field is NSEL_2

impl R<bool, NMUXEN_A>[src]

pub fn variant(&self) -> NMUXEN_A[src]

Get enumerated values variant

pub fn is_nmuxen_0(&self) -> bool[src]

Checks if the value of the field is NMUXEN_0

pub fn is_nmuxen_1(&self) -> bool[src]

Checks if the value of the field is NMUXEN_1

impl R<bool, OAEN_A>[src]

pub fn variant(&self) -> OAEN_A[src]

Get enumerated values variant

pub fn is_oaen_0(&self) -> bool[src]

Checks if the value of the field is OAEN_0

pub fn is_oaen_1(&self) -> bool[src]

Checks if the value of the field is OAEN_1

impl R<bool, OAPM_A>[src]

pub fn variant(&self) -> OAPM_A[src]

Get enumerated values variant

pub fn is_oapm_0(&self) -> bool[src]

Checks if the value of the field is OAPM_0

pub fn is_oapm_1(&self) -> bool[src]

Checks if the value of the field is OAPM_1

impl R<bool, SACEN_A>[src]

pub fn variant(&self) -> SACEN_A[src]

Get enumerated values variant

pub fn is_sacen_0(&self) -> bool[src]

Checks if the value of the field is SACEN_0

pub fn is_sacen_1(&self) -> bool[src]

Checks if the value of the field is SACEN_1

impl R<u16, Reg<u16, _SAC2OA>>[src]

pub fn psel(&self) -> PSEL_R[src]

Bits 0:1 - SAC OA Positive input source selection

pub fn pmuxen(&self) -> PMUXEN_R[src]

Bit 3 - SAC Positive input MUX control.

pub fn nsel(&self) -> NSEL_R[src]

Bits 4:5 - SAC OA Negative input source selection

pub fn nmuxen(&self) -> NMUXEN_R[src]

Bit 7 - SAC Negative input MUX controL

pub fn oaen(&self) -> OAEN_R[src]

Bit 8 - SAC OA Enable selection

pub fn oapm(&self) -> OAPM_R[src]

Bit 9 - SAC OA power mode selection

pub fn sacen(&self) -> SACEN_R[src]

Bit 10 - SAC Enable selection

impl R<u8, MSEL_A>[src]

pub fn variant(&self) -> MSEL_A[src]

Get enumerated values variant

pub fn is_msel_0(&self) -> bool[src]

Checks if the value of the field is MSEL_0

pub fn is_msel_1(&self) -> bool[src]

Checks if the value of the field is MSEL_1

pub fn is_msel_2(&self) -> bool[src]

Checks if the value of the field is MSEL_2

pub fn is_msel_3(&self) -> bool[src]

Checks if the value of the field is MSEL_3

impl R<u16, Reg<u16, _SAC2PGA>>[src]

pub fn msel(&self) -> MSEL_R[src]

Bits 0:1 - SAC PGA Mode Selection

pub fn gain(&self) -> GAIN_R[src]

Bits 4:6 - SAC PGA Gain configuration

impl R<bool, DACEN_A>[src]

pub fn variant(&self) -> DACEN_A[src]

Get enumerated values variant

pub fn is_dacen_0(&self) -> bool[src]

Checks if the value of the field is DACEN_0

pub fn is_dacen_1(&self) -> bool[src]

Checks if the value of the field is DACEN_1

impl R<bool, DACIE_A>[src]

pub fn variant(&self) -> DACIE_A[src]

Get enumerated values variant

pub fn is_dacie_0(&self) -> bool[src]

Checks if the value of the field is DACIE_0

pub fn is_dacie_1(&self) -> bool[src]

Checks if the value of the field is DACIE_1

impl R<bool, DACDMAE_A>[src]

pub fn variant(&self) -> DACDMAE_A[src]

Get enumerated values variant

pub fn is_dacdmae_0(&self) -> bool[src]

Checks if the value of the field is DACDMAE_0

pub fn is_dacdmae_1(&self) -> bool[src]

Checks if the value of the field is DACDMAE_1

impl R<u8, DACLSEL_A>[src]

pub fn variant(&self) -> Variant<u8, DACLSEL_A>[src]

Get enumerated values variant

pub fn is_daclsel_0(&self) -> bool[src]

Checks if the value of the field is DACLSEL_0

pub fn is_daclsel_2(&self) -> bool[src]

Checks if the value of the field is DACLSEL_2

pub fn is_daclsel_3(&self) -> bool[src]

Checks if the value of the field is DACLSEL_3

impl R<bool, DACSREF_A>[src]

pub fn variant(&self) -> DACSREF_A[src]

Get enumerated values variant

pub fn is_dacsref_0(&self) -> bool[src]

Checks if the value of the field is DACSREF_0

pub fn is_dacsref_1(&self) -> bool[src]

Checks if the value of the field is DACSREF_1

impl R<u16, Reg<u16, _SAC2DAC>>[src]

pub fn dacen(&self) -> DACEN_R[src]

Bit 0 - SAC DAC enable

pub fn dacie(&self) -> DACIE_R[src]

Bit 1 - SAC DAC interrupt enable

pub fn dacdmae(&self) -> DACDMAE_R[src]

Bit 2 - SAC DAC DMA request enable

pub fn daclsel(&self) -> DACLSEL_R[src]

Bits 8:9 - SAC DAC load select. Selects the load trigger for the DAC latch.

pub fn dacsref(&self) -> DACSREF_R[src]

Bit 12 - SAC DAC select reference voltage

impl R<u16, Reg<u16, _SAC2DAT>>[src]

pub fn dacdata(&self) -> DACDATA_R[src]

Bits 0:11 - SAC DAC data in unsigned format.

impl R<u16, Reg<u16, _SAC2DACSTS>>[src]

pub fn dacifg(&self) -> DACIFG_R[src]

Bit 0 - SAC DAC data update flag

impl R<u16, SACIV2_A>[src]

pub fn variant(&self) -> Variant<u16, SACIV2_A>[src]

Get enumerated values variant

pub fn is_saciv_0(&self) -> bool[src]

Checks if the value of the field is SACIV_0

pub fn is_saciv_2(&self) -> bool[src]

Checks if the value of the field is SACIV_2

pub fn is_saciv_4(&self) -> bool[src]

Checks if the value of the field is SACIV_4

impl R<u16, Reg<u16, _SAC2IV>>[src]

pub fn saciv2(&self) -> SACIV2_R[src]

Bits 0:15 - SAC Interrupt Vector Register

impl R<u8, PSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PSEL_A>[src]

Get enumerated values variant

pub fn is_psel_0(&self) -> bool[src]

Checks if the value of the field is PSEL_0

pub fn is_psel_1(&self) -> bool[src]

Checks if the value of the field is PSEL_1

pub fn is_psel_2(&self) -> bool[src]

Checks if the value of the field is PSEL_2

impl R<bool, PMUXEN_A>[src]

pub fn variant(&self) -> PMUXEN_A[src]

Get enumerated values variant

pub fn is_pmuxen_0(&self) -> bool[src]

Checks if the value of the field is PMUXEN_0

pub fn is_pmuxen_1(&self) -> bool[src]

Checks if the value of the field is PMUXEN_1

impl R<u8, NSEL_A>[src]

pub fn variant(&self) -> Variant<u8, NSEL_A>[src]

Get enumerated values variant

pub fn is_nsel_0(&self) -> bool[src]

Checks if the value of the field is NSEL_0

pub fn is_nsel_1(&self) -> bool[src]

Checks if the value of the field is NSEL_1

pub fn is_nsel_2(&self) -> bool[src]

Checks if the value of the field is NSEL_2

impl R<bool, NMUXEN_A>[src]

pub fn variant(&self) -> NMUXEN_A[src]

Get enumerated values variant

pub fn is_nmuxen_0(&self) -> bool[src]

Checks if the value of the field is NMUXEN_0

pub fn is_nmuxen_1(&self) -> bool[src]

Checks if the value of the field is NMUXEN_1

impl R<bool, OAEN_A>[src]

pub fn variant(&self) -> OAEN_A[src]

Get enumerated values variant

pub fn is_oaen_0(&self) -> bool[src]

Checks if the value of the field is OAEN_0

pub fn is_oaen_1(&self) -> bool[src]

Checks if the value of the field is OAEN_1

impl R<bool, OAPM_A>[src]

pub fn variant(&self) -> OAPM_A[src]

Get enumerated values variant

pub fn is_oapm_0(&self) -> bool[src]

Checks if the value of the field is OAPM_0

pub fn is_oapm_1(&self) -> bool[src]

Checks if the value of the field is OAPM_1

impl R<bool, SACEN_A>[src]

pub fn variant(&self) -> SACEN_A[src]

Get enumerated values variant

pub fn is_sacen_0(&self) -> bool[src]

Checks if the value of the field is SACEN_0

pub fn is_sacen_1(&self) -> bool[src]

Checks if the value of the field is SACEN_1

impl R<u16, Reg<u16, _SAC3OA>>[src]

pub fn psel(&self) -> PSEL_R[src]

Bits 0:1 - SAC OA Positive input source selection

pub fn pmuxen(&self) -> PMUXEN_R[src]

Bit 3 - SAC Positive input MUX control.

pub fn nsel(&self) -> NSEL_R[src]

Bits 4:5 - SAC OA Negative input source selection

pub fn nmuxen(&self) -> NMUXEN_R[src]

Bit 7 - SAC Negative input MUX controL

pub fn oaen(&self) -> OAEN_R[src]

Bit 8 - SAC OA Enable selection

pub fn oapm(&self) -> OAPM_R[src]

Bit 9 - SAC OA power mode selection

pub fn sacen(&self) -> SACEN_R[src]

Bit 10 - SAC Enable selection

impl R<u8, MSEL_A>[src]

pub fn variant(&self) -> MSEL_A[src]

Get enumerated values variant

pub fn is_msel_0(&self) -> bool[src]

Checks if the value of the field is MSEL_0

pub fn is_msel_1(&self) -> bool[src]

Checks if the value of the field is MSEL_1

pub fn is_msel_2(&self) -> bool[src]

Checks if the value of the field is MSEL_2

pub fn is_msel_3(&self) -> bool[src]

Checks if the value of the field is MSEL_3

impl R<u16, Reg<u16, _SAC3PGA>>[src]

pub fn msel(&self) -> MSEL_R[src]

Bits 0:1 - SAC PGA Mode Selection

pub fn gain(&self) -> GAIN_R[src]

Bits 4:6 - SAC PGA Gain configuration

impl R<bool, DACEN_A>[src]

pub fn variant(&self) -> DACEN_A[src]

Get enumerated values variant

pub fn is_dacen_0(&self) -> bool[src]

Checks if the value of the field is DACEN_0

pub fn is_dacen_1(&self) -> bool[src]

Checks if the value of the field is DACEN_1

impl R<bool, DACIE_A>[src]

pub fn variant(&self) -> DACIE_A[src]

Get enumerated values variant

pub fn is_dacie_0(&self) -> bool[src]

Checks if the value of the field is DACIE_0

pub fn is_dacie_1(&self) -> bool[src]

Checks if the value of the field is DACIE_1

impl R<bool, DACDMAE_A>[src]

pub fn variant(&self) -> DACDMAE_A[src]

Get enumerated values variant

pub fn is_dacdmae_0(&self) -> bool[src]

Checks if the value of the field is DACDMAE_0

pub fn is_dacdmae_1(&self) -> bool[src]

Checks if the value of the field is DACDMAE_1

impl R<u8, DACLSEL_A>[src]

pub fn variant(&self) -> Variant<u8, DACLSEL_A>[src]

Get enumerated values variant

pub fn is_daclsel_0(&self) -> bool[src]

Checks if the value of the field is DACLSEL_0

pub fn is_daclsel_2(&self) -> bool[src]

Checks if the value of the field is DACLSEL_2

pub fn is_daclsel_3(&self) -> bool[src]

Checks if the value of the field is DACLSEL_3

impl R<bool, DACSREF_A>[src]

pub fn variant(&self) -> DACSREF_A[src]

Get enumerated values variant

pub fn is_dacsref_0(&self) -> bool[src]

Checks if the value of the field is DACSREF_0

pub fn is_dacsref_1(&self) -> bool[src]

Checks if the value of the field is DACSREF_1

impl R<u16, Reg<u16, _SAC3DAC>>[src]

pub fn dacen(&self) -> DACEN_R[src]

Bit 0 - SAC DAC enable

pub fn dacie(&self) -> DACIE_R[src]

Bit 1 - SAC DAC interrupt enable

pub fn dacdmae(&self) -> DACDMAE_R[src]

Bit 2 - SAC DAC DMA request enable

pub fn daclsel(&self) -> DACLSEL_R[src]

Bits 8:9 - SAC DAC load select. Selects the load trigger for the DAC latch.

pub fn dacsref(&self) -> DACSREF_R[src]

Bit 12 - SAC DAC select reference voltage

impl R<u16, Reg<u16, _SAC3DAT>>[src]

pub fn dacdata(&self) -> DACDATA_R[src]

Bits 0:11 - SAC DAC data in unsigned format.

impl R<u16, Reg<u16, _SAC3DACSTS>>[src]

pub fn dacifg(&self) -> DACIFG_R[src]

Bit 0 - SAC DAC data update flag

impl R<u16, SACIV3_A>[src]

pub fn variant(&self) -> Variant<u16, SACIV3_A>[src]

Get enumerated values variant

pub fn is_saciv_0(&self) -> bool[src]

Checks if the value of the field is SACIV_0

pub fn is_saciv_2(&self) -> bool[src]

Checks if the value of the field is SACIV_2

pub fn is_saciv_4(&self) -> bool[src]

Checks if the value of the field is SACIV_4

impl R<u16, Reg<u16, _SAC3IV>>[src]

pub fn saciv3(&self) -> SACIV3_R[src]

Bits 0:15 - SAC Interrupt Vector Register

Trait Implementations

impl<U, T, FI> PartialEq<FI> for R<U, T> where
    U: PartialEq,
    FI: Copy + Into<U>, 
[src]

Auto Trait Implementations

impl<U, T> Send for R<U, T> where
    T: Send,
    U: Send
[src]

impl<U, T> Sync for R<U, T> where
    T: Sync,
    U: Sync
[src]

impl<U, T> Unpin for R<U, T> where
    T: Unpin,
    U: Unpin
[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.