[][src]Struct ambiq_apollo3p_pac::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

Methods

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, CLKSEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is OFF

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

Checks if the value of the field is HFRC

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

Checks if the value of the field is HFRC_DIV2

impl R<bool, TRIGPOL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is RISING_EDGE

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

Checks if the value of the field is FALLING_EDGE

impl R<u8, TRIGSEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is EXT0

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

Checks if the value of the field is EXT1

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

Checks if the value of the field is EXT2

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

Checks if the value of the field is EXT3

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

Checks if the value of the field is VCOMP

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

Checks if the value of the field is SWT

impl R<bool, DFIFORDEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u8, REFSEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is INT2P0

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

Checks if the value of the field is INT1P5

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

Checks if the value of the field is EXT2P0

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

Checks if the value of the field is EXT1P5

impl R<bool, CKMODE_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is LPCKMODE

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

Checks if the value of the field is LLCKMODE

impl R<bool, LPMODE_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is MODE0

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

Checks if the value of the field is MODE1

impl R<bool, RPTEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SINGLE_SCAN

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

Checks if the value of the field is REPEATING_SCAN

impl R<bool, ADCEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CFG>>[src]

pub fn clksel(&self) -> CLKSEL_R[src]

Bits 24:25 - Select the source and frequency for the ADC clock. All values not enumerated below are undefined.

pub fn trigpol(&self) -> TRIGPOL_R[src]

Bit 19 - This bit selects the ADC trigger polarity for external off chip triggers.

pub fn trigsel(&self) -> TRIGSEL_R[src]

Bits 16:18 - Select the ADC trigger source.

pub fn dfiforden(&self) -> DFIFORDEN_R[src]

Bit 12 - Destructive FIFO Read Enable. Setting this will enable FIFO pop upon reading the FIFOPR register.

pub fn refsel(&self) -> REFSEL_R[src]

Bits 8:9 - Select the ADC reference voltage.

pub fn ckmode(&self) -> CKMODE_R[src]

Bit 4 - Clock mode register

pub fn lpmode(&self) -> LPMODE_R[src]

Bit 3 - Select power mode to enter between active scans.

pub fn rpten(&self) -> RPTEN_R[src]

Bit 2 - This bit enables Repeating Scan Mode.

pub fn adcen(&self) -> ADCEN_R[src]

Bit 0 - This bit enables the ADC module. While the ADC is enabled, the ADCCFG and SLOT Configuration register settings must remain stable and unchanged. All configuration register settings, slot configuration settings and window comparison settings should be written prior to setting the ADCEN bit to '1'.

impl R<bool, PWDSTAT_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is POWERED_DOWN

impl R<u32, Reg<u32, _STAT>>[src]

pub fn pwdstat(&self) -> PWDSTAT_R[src]

Bit 0 - Indicates the power-status of the ADC.

impl R<u8, SWT_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is GEN_SW_TRIGGER

impl R<u32, Reg<u32, _SWT>>[src]

pub fn swt(&self) -> SWT_R[src]

Bits 0:7 - Writing 0x37 to this register generates a software trigger.

impl R<u8, ADSEL0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN0_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN0_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN0_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN0_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL0CFG>>[src]

pub fn adsel0(&self) -> ADSEL0_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode0(&self) -> PRMODE0_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel0(&self) -> CHSEL0_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen0(&self) -> WCEN0_R[src]

Bit 1 - This bit enables the window compare function for slot 0.

pub fn slen0(&self) -> SLEN0_R[src]

Bit 0 - This bit enables slot 0 for ADC conversions.

impl R<u8, ADSEL1_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE1_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL1_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN1_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN1_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN1_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN1_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL1CFG>>[src]

pub fn adsel1(&self) -> ADSEL1_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode1(&self) -> PRMODE1_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel1(&self) -> CHSEL1_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen1(&self) -> WCEN1_R[src]

Bit 1 - This bit enables the window compare function for slot 1.

pub fn slen1(&self) -> SLEN1_R[src]

Bit 0 - This bit enables slot 1 for ADC conversions.

impl R<u8, ADSEL2_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE2_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL2_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN2_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN2_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN2_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN2_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL2CFG>>[src]

pub fn adsel2(&self) -> ADSEL2_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode2(&self) -> PRMODE2_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel2(&self) -> CHSEL2_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen2(&self) -> WCEN2_R[src]

Bit 1 - This bit enables the window compare function for slot 2.

pub fn slen2(&self) -> SLEN2_R[src]

Bit 0 - This bit enables slot 2 for ADC conversions.

impl R<u8, ADSEL3_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE3_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL3_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN3_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN3_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN3_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN3_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL3CFG>>[src]

pub fn adsel3(&self) -> ADSEL3_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode3(&self) -> PRMODE3_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel3(&self) -> CHSEL3_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen3(&self) -> WCEN3_R[src]

Bit 1 - This bit enables the window compare function for slot 3.

pub fn slen3(&self) -> SLEN3_R[src]

Bit 0 - This bit enables slot 3 for ADC conversions.

impl R<u8, ADSEL4_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE4_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL4_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN4_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN4_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN4_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN4_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL4CFG>>[src]

pub fn adsel4(&self) -> ADSEL4_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode4(&self) -> PRMODE4_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel4(&self) -> CHSEL4_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen4(&self) -> WCEN4_R[src]

Bit 1 - This bit enables the window compare function for slot 4.

pub fn slen4(&self) -> SLEN4_R[src]

Bit 0 - This bit enables slot 4 for ADC conversions.

impl R<u8, ADSEL5_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE5_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL5_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN5_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN5_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN5_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN5_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL5CFG>>[src]

pub fn adsel5(&self) -> ADSEL5_R[src]

Bits 24:26 - Select number of measurements to average in the accumulate divide module for this slot.

pub fn prmode5(&self) -> PRMODE5_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel5(&self) -> CHSEL5_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen5(&self) -> WCEN5_R[src]

Bit 1 - This bit enables the window compare function for slot 5.

pub fn slen5(&self) -> SLEN5_R[src]

Bit 0 - This bit enables slot 5 for ADC conversions.

impl R<u8, ADSEL6_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE6_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL6_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN6_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN6_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN6_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN6_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL6CFG>>[src]

pub fn adsel6(&self) -> ADSEL6_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode6(&self) -> PRMODE6_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel6(&self) -> CHSEL6_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen6(&self) -> WCEN6_R[src]

Bit 1 - This bit enables the window compare function for slot 6.

pub fn slen6(&self) -> SLEN6_R[src]

Bit 0 - This bit enables slot 6 for ADC conversions.

impl R<u8, ADSEL7_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is AVG_1_MSRMT

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

Checks if the value of the field is AVG_2_MSRMTS

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

Checks if the value of the field is AVG_4_MSRMTS

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

Checks if the value of the field is AVG_8_MSRMT

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

Checks if the value of the field is AVG_16_MSRMTS

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

Checks if the value of the field is AVG_32_MSRMTS

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

Checks if the value of the field is AVG_64_MSRMTS

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

Checks if the value of the field is AVG_128_MSRMTS

impl R<u8, PRMODE7_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P14B

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

Checks if the value of the field is P12B

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

Checks if the value of the field is P10B

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

Checks if the value of the field is P8B

impl R<u8, CHSEL7_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SE0

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

Checks if the value of the field is SE1

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

Checks if the value of the field is SE2

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

Checks if the value of the field is SE3

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

Checks if the value of the field is SE4

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

Checks if the value of the field is SE5

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

Checks if the value of the field is SE6

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

Checks if the value of the field is SE7

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

Checks if the value of the field is SE8

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

Checks if the value of the field is SE9

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

Checks if the value of the field is DF0

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

Checks if the value of the field is DF1

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

Checks if the value of the field is TEMP

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

Checks if the value of the field is BATT

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

Checks if the value of the field is VSS

impl R<bool, WCEN7_A>[src]

pub fn variant(&self) -> Variant<bool, WCEN7_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEN

impl R<bool, SLEN7_A>[src]

pub fn variant(&self) -> Variant<bool, SLEN7_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SLEN

impl R<u32, Reg<u32, _SL7CFG>>[src]

pub fn adsel7(&self) -> ADSEL7_R[src]

Bits 24:26 - Select the number of measurements to average in the accumulate divide module for this slot.

pub fn prmode7(&self) -> PRMODE7_R[src]

Bits 16:17 - Set the Precision Mode For Slot.

pub fn chsel7(&self) -> CHSEL7_R[src]

Bits 8:11 - Select one of the 14 channel inputs for this slot.

pub fn wcen7(&self) -> WCEN7_R[src]

Bit 1 - This bit enables the window compare function for slot 7.

pub fn slen7(&self) -> SLEN7_R[src]

Bit 0 - This bit enables slot 7 for ADC conversions.

impl R<u32, Reg<u32, _WULIM>>[src]

pub fn ulim(&self) -> ULIM_R[src]

Bits 0:19 - Sets the upper limit for the window comparator.

impl R<u32, Reg<u32, _WLLIM>>[src]

pub fn llim(&self) -> LLIM_R[src]

Bits 0:19 - Sets the lower limit for the window comparator.

impl R<u32, Reg<u32, _SCWLIM>>[src]

pub fn scwlimen(&self) -> SCWLIMEN_R[src]

Bit 0 - Scale the window limits compare values per precision mode. When set to 0x0 (default), the values in the 20-bit limits registers will compare directly with the FIFO values regardless of the precision mode the slot is configured to. When set to 0x1, the compare values will be divided by the difference in precision bits while performing the window limit comparisons.

impl R<u32, Reg<u32, _FIFO>>[src]

pub fn rsvd(&self) -> RSVD_R[src]

Bit 31 - RESERVED.

pub fn slotnum(&self) -> SLOTNUM_R[src]

Bits 28:30 - Slot number associated with this FIFO data.

pub fn count(&self) -> COUNT_R[src]

Bits 20:27 - Number of valid entries in the ADC FIFO.

pub fn data(&self) -> DATA_R[src]

Bits 0:19 - Oldest data in the FIFO.

impl R<u32, Reg<u32, _FIFOPR>>[src]

pub fn rsvdpr(&self) -> RSVDPR_R[src]

Bit 31 - RESERVED.

pub fn slotnumpr(&self) -> SLOTNUMPR_R[src]

Bits 28:30 - Slot number associated with this FIFO data.

pub fn count(&self) -> COUNT_R[src]

Bits 20:27 - Number of valid entries in the ADC FIFO.

pub fn data(&self) -> DATA_R[src]

Bits 0:19 - Oldest data in the FIFO.

impl R<bool, DERR_A>[src]

pub fn variant(&self) -> Variant<bool, DERR_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMAERROR

impl R<bool, DCMP_A>[src]

pub fn variant(&self) -> Variant<bool, DCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMACOMPLETE

impl R<bool, WCINC_A>[src]

pub fn variant(&self) -> Variant<bool, WCINC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCINCINT

impl R<bool, WCEXC_A>[src]

pub fn variant(&self) -> Variant<bool, WCEXC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEXCINT

impl R<bool, FIFOOVR2_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR2_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFOFULLINT

impl R<bool, FIFOOVR1_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR1_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFO75INT

impl R<bool, SCNCMP_A>[src]

pub fn variant(&self) -> Variant<bool, SCNCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SCNCMPINT

impl R<bool, CNVCMP_A>[src]

pub fn variant(&self) -> Variant<bool, CNVCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is CNVCMPINT

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Condition

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Transfer Complete

pub fn wcinc(&self) -> WCINC_R[src]

Bit 5 - Window comparator voltage incursion interrupt.

pub fn wcexc(&self) -> WCEXC_R[src]

Bit 4 - Window comparator voltage excursion interrupt.

pub fn fifoovr2(&self) -> FIFOOVR2_R[src]

Bit 3 - FIFO 100 percent full interrupt.

pub fn fifoovr1(&self) -> FIFOOVR1_R[src]

Bit 2 - FIFO 75 percent full interrupt.

pub fn scncmp(&self) -> SCNCMP_R[src]

Bit 1 - ADC scan complete interrupt.

pub fn cnvcmp(&self) -> CNVCMP_R[src]

Bit 0 - ADC conversion complete interrupt.

impl R<bool, DERR_A>[src]

pub fn variant(&self) -> Variant<bool, DERR_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMAERROR

impl R<bool, DCMP_A>[src]

pub fn variant(&self) -> Variant<bool, DCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMACOMPLETE

impl R<bool, WCINC_A>[src]

pub fn variant(&self) -> Variant<bool, WCINC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCINCINT

impl R<bool, WCEXC_A>[src]

pub fn variant(&self) -> Variant<bool, WCEXC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEXCINT

impl R<bool, FIFOOVR2_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR2_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFOFULLINT

impl R<bool, FIFOOVR1_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR1_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFO75INT

impl R<bool, SCNCMP_A>[src]

pub fn variant(&self) -> Variant<bool, SCNCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SCNCMPINT

impl R<bool, CNVCMP_A>[src]

pub fn variant(&self) -> Variant<bool, CNVCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is CNVCMPINT

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Condition

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Transfer Complete

pub fn wcinc(&self) -> WCINC_R[src]

Bit 5 - Window comparator voltage incursion interrupt.

pub fn wcexc(&self) -> WCEXC_R[src]

Bit 4 - Window comparator voltage excursion interrupt.

pub fn fifoovr2(&self) -> FIFOOVR2_R[src]

Bit 3 - FIFO 100 percent full interrupt.

pub fn fifoovr1(&self) -> FIFOOVR1_R[src]

Bit 2 - FIFO 75 percent full interrupt.

pub fn scncmp(&self) -> SCNCMP_R[src]

Bit 1 - ADC scan complete interrupt.

pub fn cnvcmp(&self) -> CNVCMP_R[src]

Bit 0 - ADC conversion complete interrupt.

impl R<bool, DERR_A>[src]

pub fn variant(&self) -> Variant<bool, DERR_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMAERROR

impl R<bool, DCMP_A>[src]

pub fn variant(&self) -> Variant<bool, DCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMACOMPLETE

impl R<bool, WCINC_A>[src]

pub fn variant(&self) -> Variant<bool, WCINC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCINCINT

impl R<bool, WCEXC_A>[src]

pub fn variant(&self) -> Variant<bool, WCEXC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEXCINT

impl R<bool, FIFOOVR2_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR2_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFOFULLINT

impl R<bool, FIFOOVR1_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR1_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFO75INT

impl R<bool, SCNCMP_A>[src]

pub fn variant(&self) -> Variant<bool, SCNCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SCNCMPINT

impl R<bool, CNVCMP_A>[src]

pub fn variant(&self) -> Variant<bool, CNVCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is CNVCMPINT

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Condition

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Transfer Complete

pub fn wcinc(&self) -> WCINC_R[src]

Bit 5 - Window comparator voltage incursion interrupt.

pub fn wcexc(&self) -> WCEXC_R[src]

Bit 4 - Window comparator voltage excursion interrupt.

pub fn fifoovr2(&self) -> FIFOOVR2_R[src]

Bit 3 - FIFO 100 percent full interrupt.

pub fn fifoovr1(&self) -> FIFOOVR1_R[src]

Bit 2 - FIFO 75 percent full interrupt.

pub fn scncmp(&self) -> SCNCMP_R[src]

Bit 1 - ADC scan complete interrupt.

pub fn cnvcmp(&self) -> CNVCMP_R[src]

Bit 0 - ADC conversion complete interrupt.

impl R<bool, DERR_A>[src]

pub fn variant(&self) -> Variant<bool, DERR_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMAERROR

impl R<bool, DCMP_A>[src]

pub fn variant(&self) -> Variant<bool, DCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DMACOMPLETE

impl R<bool, WCINC_A>[src]

pub fn variant(&self) -> Variant<bool, WCINC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCINCINT

impl R<bool, WCEXC_A>[src]

pub fn variant(&self) -> Variant<bool, WCEXC_A>[src]

Get enumerated values variant

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

Checks if the value of the field is WCEXCINT

impl R<bool, FIFOOVR2_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR2_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFOFULLINT

impl R<bool, FIFOOVR1_A>[src]

pub fn variant(&self) -> Variant<bool, FIFOOVR1_A>[src]

Get enumerated values variant

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

Checks if the value of the field is FIFO75INT

impl R<bool, SCNCMP_A>[src]

pub fn variant(&self) -> Variant<bool, SCNCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is SCNCMPINT

impl R<bool, CNVCMP_A>[src]

pub fn variant(&self) -> Variant<bool, CNVCMP_A>[src]

Get enumerated values variant

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

Checks if the value of the field is CNVCMPINT

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Condition

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Transfer Complete

pub fn wcinc(&self) -> WCINC_R[src]

Bit 5 - Window comparator voltage incursion interrupt.

pub fn wcexc(&self) -> WCEXC_R[src]

Bit 4 - Window comparator voltage excursion interrupt.

pub fn fifoovr2(&self) -> FIFOOVR2_R[src]

Bit 3 - FIFO 100 percent full interrupt.

pub fn fifoovr1(&self) -> FIFOOVR1_R[src]

Bit 2 - FIFO 75 percent full interrupt.

pub fn scncmp(&self) -> SCNCMP_R[src]

Bit 1 - ADC scan complete interrupt.

pub fn cnvcmp(&self) -> CNVCMP_R[src]

Bit 0 - ADC conversion complete interrupt.

impl R<u32, Reg<u32, _DMATRIGEN>>[src]

pub fn dfifofull(&self) -> DFIFOFULL_R[src]

Bit 1 - Trigger DMA upon FIFO 100 percent Full

pub fn dfifo75(&self) -> DFIFO75_R[src]

Bit 0 - Trigger DMA upon FIFO 75 percent Full

impl R<u32, Reg<u32, _DMATRIGSTAT>>[src]

pub fn dfullstat(&self) -> DFULLSTAT_R[src]

Bit 1 - Triggered DMA from FIFO 100 percent Full

pub fn d75stat(&self) -> D75STAT_R[src]

Bit 0 - Triggered DMA from FIFO 75 percent Full

impl R<bool, DMAMSK_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, DMAHONSTAT_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, DMADYNPRI_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, DMAPRI_A>[src]

pub fn variant(&self) -> DMAPRI_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, DMADIR_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P2M

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

Checks if the value of the field is M2P

impl R<bool, DMAEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _DMACFG>>[src]

pub fn dpwroff(&self) -> DPWROFF_R[src]

Bit 18 - Power Off the ADC System upon DMACPL.

pub fn dmamsk(&self) -> DMAMSK_R[src]

Bit 17 - Mask the FIFOCNT and SLOTNUM when transferring FIFO contents to memory

pub fn dmahonstat(&self) -> DMAHONSTAT_R[src]

Bit 16 - Halt New ADC conversions until DMA Status DMAERR and DMACPL Cleared.

pub fn dmadynpri(&self) -> DMADYNPRI_R[src]

Bit 9 - Enables dynamic priority based on FIFO fullness. When FIFO is full, priority is automatically set to HIGH. Otherwise, DMAPRI is used.

pub fn dmapri(&self) -> DMAPRI_R[src]

Bit 8 - Sets the Priority of the DMA request

pub fn dmadir(&self) -> DMADIR_R[src]

Bit 2 - Direction

pub fn dmaen(&self) -> DMAEN_R[src]

Bit 0 - DMA Enable

impl R<u32, Reg<u32, _DMATOTCOUNT>>[src]

pub fn totcount(&self) -> TOTCOUNT_R[src]

Bits 2:17 - Total Transfer Count

impl R<u32, Reg<u32, _DMATARGADDR>>[src]

pub fn utargaddr(&self) -> UTARGADDR_R[src]

Bits 20:31 - SRAM Target

pub fn ltargaddr(&self) -> LTARGADDR_R[src]

Bits 0:19 - DMA Target Address

impl R<u32, Reg<u32, _DMASTAT>>[src]

pub fn dmaerr(&self) -> DMAERR_R[src]

Bit 2 - DMA Error

pub fn dmacpl(&self) -> DMACPL_R[src]

Bit 1 - DMA Transfer Complete

pub fn dmatip(&self) -> DMATIP_R[src]

Bit 0 - DMA Transfer In Progress

impl R<u32, Reg<u32, _BBVALUE>>[src]

pub fn pin(&self) -> PIN_R[src]

Bits 16:23 - PIO values

pub fn dataout(&self) -> DATAOUT_R[src]

Bits 0:7 - Data Output Values

impl R<u32, Reg<u32, _BBSETCLEAR>>[src]

pub fn clear(&self) -> CLEAR_R[src]

Bits 16:23 - Write 1 to clear PIO value

pub fn set(&self) -> SET_R[src]

Bits 0:7 - Write 1 to set PIO value (set higher priority then clear if both bits are set)

impl R<u32, Reg<u32, _BBINPUT>>[src]

pub fn datain(&self) -> DATAIN_R[src]

Bits 0:7 - PIO values

impl R<u32, Reg<u32, _DEBUGDATA>>[src]

pub fn debugdata(&self) -> DEBUGDATA_R[src]

Bits 0:31 - Debug Data

impl R<u8, DEBUGEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is OFF

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

Checks if the value of the field is ARB

impl R<u32, Reg<u32, _DEBUG>>[src]

pub fn debugen(&self) -> DEBUGEN_R[src]

Bits 0:3 - Debug Enable

impl R<u32, Reg<u32, _FIFO>>[src]

pub fn fifo(&self) -> FIFO_R[src]

Bits 0:31 - FIFO direct access. Only locations 0 - 3F will return valid information.

impl R<u32, Reg<u32, _FIFOPTR>>[src]

pub fn fifo1rem(&self) -> FIFO1REM_R[src]

Bits 24:31 - The number of remaining data bytes slots currently in FIFO 1 (written by interface, read by MCU)

pub fn fifo1siz(&self) -> FIFO1SIZ_R[src]

Bits 16:23 - The number of valid data bytes currently in FIFO 1 (written by interface, read by MCU)

pub fn fifo0rem(&self) -> FIFO0REM_R[src]

Bits 8:15 - The number of remaining data bytes slots currently in FIFO 0 (written by MCU, read by interface)

pub fn fifo0siz(&self) -> FIFO0SIZ_R[src]

Bits 0:7 - The number of valid data bytes currently in the FIFO 0 (written by MCU, read by interface)

impl R<u32, Reg<u32, _FIFOTHR>>[src]

pub fn fifowthr(&self) -> FIFOWTHR_R[src]

Bits 8:13 - FIFO write threshold in bytes. A value of 0 will disable the write FIFO level from activating the threshold interrupt. If this field is non-zero, it will trigger a threshold interrupt when the write FIFO contains FIFOWTHR free bytes, as indicated by the FIFO0REM field. This is intended to signal when a transfer of FIFOWTHR bytes can be done from the host to the IOM write FIFO to support large IOM write operations.

pub fn fiforthr(&self) -> FIFORTHR_R[src]

Bits 0:5 - FIFO read threshold in bytes. A value of 0 will disable the read FIFO level from activating the threshold interrupt. If this field is non-zero, it will trigger a threshold interrupt when the read FIFO contains FIFORTHR valid bytes of data, as indicated by the FIFO1SIZ field. This is intended to signal when a data transfer of FIFORTHR bytes can be done from the IOM module to the host via the read FIFO to support large IOM read operations.

impl R<u32, Reg<u32, _FIFOPOP>>[src]

pub fn fifodout(&self) -> FIFODOUT_R[src]

Bits 0:31 - This register will return the read data indicated by the current read pointer on reads. If the POPWR control bit in the FIFOCTRL register is reset (0), the FIFO read pointer will be advanced by one word as a result of the read. If the POPWR bit is set (1), the FIFO read pointer will only be advanced after a write operation to this register. The write data is ignored for this register. If less than a even word multiple is available, and the command is completed, the module will return the word containing these bytes and undetermined data in the unused fields of the word.

impl R<u32, Reg<u32, _FIFOPUSH>>[src]

pub fn fifodin(&self) -> FIFODIN_R[src]

Bits 0:31 - This register is used to write the FIFORAM in FIFO mode and will cause a push event to occur to the next open slot within the FIFORAM. Writing to this register will cause the write point to increment by 1 word(4 bytes).

impl R<u32, Reg<u32, _FIFOCTRL>>[src]

pub fn fiforstn(&self) -> FIFORSTN_R[src]

Bit 1 - Active low manual reset of the FIFO. Write to 0 to reset FIFO, and then write to 1 to remove the reset.

pub fn popwr(&self) -> POPWR_R[src]

Bit 0 - Selects the mode in which 'pop' events are done for the FIFO read operations. A value of '1' will prevent a pop event on a read operation, and will require a write to the FIFOPOP register to create a pop event. A value of '0' in this register will allow a pop event to occur on the read of the FIFOPOP register, and may cause inadvertent FIFO pops when used in a debugging mode.

impl R<u32, Reg<u32, _FIFOLOC>>[src]

pub fn fiforptr(&self) -> FIFORPTR_R[src]

Bits 8:11 - Current FIFO read pointer. Used to index into the incoming FIFO (FIFO1), which is used to store read data returned from external devices during a read operation.

pub fn fifowptr(&self) -> FIFOWPTR_R[src]

Bits 0:3 - Current FIFO write pointer. Value is the index into the outgoing FIFO (FIFO0), which is used during write operations to external devices.

impl R<u8, FSEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is MIN_PWR

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

Checks if the value of the field is HFRC

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

Checks if the value of the field is HFRC_DIV2

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

Checks if the value of the field is HFRC_DIV4

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

Checks if the value of the field is HFRC_DIV8

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

Checks if the value of the field is HFRC_DIV16

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

Checks if the value of the field is HFRC_DIV32

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

Checks if the value of the field is HFRC_DIV64

impl R<u32, Reg<u32, _CLKCFG>>[src]

pub fn div3(&self) -> DIV3_R[src]

Bit 12 - Enable of the divide by 3 of the source IOCLK.

pub fn clk32ken(&self) -> CLK32KEN_R[src]

Bit 11 - Enable for the 32Khz clock to the BLE module

pub fn fsel(&self) -> FSEL_R[src]

Bits 8:10 - Select the input clock frequency.

pub fn ioclken(&self) -> IOCLKEN_R[src]

Bit 0 - Enable for the interface clock. Must be enabled prior to executing any IO operations.

impl R<u8, CMD_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is WRITE

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

Checks if the value of the field is READ

impl R<u32, Reg<u32, _CMD>>[src]

pub fn offsetlo(&self) -> OFFSETLO_R[src]

Bits 24:31 - This register holds the low order byte of offset to be used in the transaction. The number of offset bytes to use is set with bits 1:0 of the command. Offset bytes are transferred starting from the highest byte first.

pub fn cmdsel(&self) -> CMDSEL_R[src]

Bits 20:21 - Command Specific selection information

pub fn tsize(&self) -> TSIZE_R[src]

Bits 8:19 - Defines the transaction size in bytes. The offset transfer is not included in this size.

pub fn cont(&self) -> CONT_R[src]

Bit 7 - Continue to hold the bus after the current transaction if set to a 1 with a new command issued.

pub fn offsetcnt(&self) -> OFFSETCNT_R[src]

Bits 5:6 - Number of offset bytes to use for the command - 0, 1, 2, 3 are valid selections. The second (byte 1) and third byte (byte 2) are read from the OFFSETHI register, and the low order byte is pulled from this register in the OFFSETLO field. Offset bytes are transmitted highest byte first. E.g., if OFFSETCNT == 3, OFFSETHI[15:8] will be transmitted first, then OFFSETHI[7:0] then OFFSETLO. If OFFSETCNT == 2, OFFSETHI[7:0] will be transmitted, then OFFSETLO. If OFFSETCNT == 1, only OFFSETLO will be transmitted. Offset bytes are always transmitted MSB first, regardless of the value of the LSB control bit within the module configuration.

pub fn cmd(&self) -> CMD_R[src]

Bits 0:4 - Command for submodule.

impl R<u32, Reg<u32, _CMDRPT>>[src]

pub fn cmdrpt(&self) -> CMDRPT_R[src]

Bits 0:4 - Count of number of times to repeat the next command.

impl R<u32, Reg<u32, _OFFSETHI>>[src]

pub fn offsethi(&self) -> OFFSETHI_R[src]

Bits 0:15 - Holds the high order bytes of the 2 or 3 byte offset phase of a transaction.

impl R<u8, CMDSTAT_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ERR

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

Checks if the value of the field is ACTIVE

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

Checks if the value of the field is IDLE

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

Checks if the value of the field is WAIT

impl R<u32, Reg<u32, _CMDSTAT>>[src]

pub fn ctsize(&self) -> CTSIZE_R[src]

Bits 8:19 - The current number of bytes still to be transferred with this command. This field will count down to zero.

pub fn cmdstat(&self) -> CMDSTAT_R[src]

Bits 5:7 - The current status of the command execution.

pub fn ccmd(&self) -> CCMD_R[src]

Bits 0:4 - current command that is being executed

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn b2mshutdn(&self) -> B2MSHUTDN_R[src]

Bit 16 - Revision A: The B2M_STATE from the BLE Core transitioned into shutdown state Revision B: Falling BLE Core Status signal. Asserted when the BLE_STATUS signal from the BLE Core is deasserted (1 -> 0)

pub fn b2mactive(&self) -> B2MACTIVE_R[src]

Bit 15 - Revision A: The B2M_STATE from the BLE Core transitioned into the active state Revision B: Falling BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is deasserted (1 -> 0)

pub fn b2msleep(&self) -> B2MSLEEP_R[src]

Bit 14 - The B2M_STATE from the BLE Core transitioned into the sleep state

pub fn cqerr(&self) -> CQERR_R[src]

Bit 13 - Command queue error during processing. When an error occurs, the system will stop processing and halt operations to allow software to take recovery actions

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 12 - Command queue write operation executed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 11 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 10 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 9 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn blecsstat(&self) -> BLECSSTAT_R[src]

Bit 8 - BLE Core SPI Status interrupt. Asserted when the SPI_STATUS signal from the BLE Core is asserted, indicating that SPI writes can be done to the BLE Core. Transfers to the BLE Core should only be done when this signal is high.

pub fn blecirq(&self) -> BLECIRQ_R[src]

Bit 7 - BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is asserted, indicating the availability of read data from the BLE Core.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn b2mst(&self) -> B2MST_R[src]

Bit 4 - B2M State change interrupt. Asserted on any change in the B2M_STATE signal from the BLE Core.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. Asserted when a pop operation is done to a empty read FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command Complete interrupt. Asserted when the current operation has completed. For repeated commands, this will only be asserted when the final repeated command is completed.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn b2mshutdn(&self) -> B2MSHUTDN_R[src]

Bit 16 - Revision A: The B2M_STATE from the BLE Core transitioned into shutdown state Revision B: Falling BLE Core Status signal. Asserted when the BLE_STATUS signal from the BLE Core is deasserted (1 -> 0)

pub fn b2mactive(&self) -> B2MACTIVE_R[src]

Bit 15 - Revision A: The B2M_STATE from the BLE Core transitioned into the active state Revision B: Falling BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is deasserted (1 -> 0)

pub fn b2msleep(&self) -> B2MSLEEP_R[src]

Bit 14 - The B2M_STATE from the BLE Core transitioned into the sleep state

pub fn cqerr(&self) -> CQERR_R[src]

Bit 13 - Command queue error during processing. When an error occurs, the system will stop processing and halt operations to allow software to take recovery actions

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 12 - Command queue write operation executed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 11 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 10 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 9 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn blecsstat(&self) -> BLECSSTAT_R[src]

Bit 8 - BLE Core SPI Status interrupt. Asserted when the SPI_STATUS signal from the BLE Core is asserted, indicating that SPI writes can be done to the BLE Core. Transfers to the BLE Core should only be done when this signal is high.

pub fn blecirq(&self) -> BLECIRQ_R[src]

Bit 7 - BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is asserted, indicating the availability of read data from the BLE Core.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn b2mst(&self) -> B2MST_R[src]

Bit 4 - B2M State change interrupt. Asserted on any change in the B2M_STATE signal from the BLE Core.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. Asserted when a pop operation is done to a empty read FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command Complete interrupt. Asserted when the current operation has completed. For repeated commands, this will only be asserted when the final repeated command is completed.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn b2mshutdn(&self) -> B2MSHUTDN_R[src]

Bit 16 - Revision A: The B2M_STATE from the BLE Core transitioned into shutdown state Revision B: Falling BLE Core Status signal. Asserted when the BLE_STATUS signal from the BLE Core is deasserted (1 -> 0)

pub fn b2mactive(&self) -> B2MACTIVE_R[src]

Bit 15 - Revision A: The B2M_STATE from the BLE Core transitioned into the active state Revision B: Falling BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is deasserted (1 -> 0)

pub fn b2msleep(&self) -> B2MSLEEP_R[src]

Bit 14 - The B2M_STATE from the BLE Core transitioned into the sleep state

pub fn cqerr(&self) -> CQERR_R[src]

Bit 13 - Command queue error during processing. When an error occurs, the system will stop processing and halt operations to allow software to take recovery actions

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 12 - Command queue write operation executed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 11 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 10 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 9 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn blecsstat(&self) -> BLECSSTAT_R[src]

Bit 8 - BLE Core SPI Status interrupt. Asserted when the SPI_STATUS signal from the BLE Core is asserted, indicating that SPI writes can be done to the BLE Core. Transfers to the BLE Core should only be done when this signal is high.

pub fn blecirq(&self) -> BLECIRQ_R[src]

Bit 7 - BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is asserted, indicating the availability of read data from the BLE Core.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn b2mst(&self) -> B2MST_R[src]

Bit 4 - B2M State change interrupt. Asserted on any change in the B2M_STATE signal from the BLE Core.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. Asserted when a pop operation is done to a empty read FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command Complete interrupt. Asserted when the current operation has completed. For repeated commands, this will only be asserted when the final repeated command is completed.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn b2mshutdn(&self) -> B2MSHUTDN_R[src]

Bit 16 - Revision A: The B2M_STATE from the BLE Core transitioned into shutdown state Revision B: Falling BLE Core Status signal. Asserted when the BLE_STATUS signal from the BLE Core is deasserted (1 -> 0)

pub fn b2mactive(&self) -> B2MACTIVE_R[src]

Bit 15 - Revision A: The B2M_STATE from the BLE Core transitioned into the active state Revision B: Falling BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is deasserted (1 -> 0)

pub fn b2msleep(&self) -> B2MSLEEP_R[src]

Bit 14 - The B2M_STATE from the BLE Core transitioned into the sleep state

pub fn cqerr(&self) -> CQERR_R[src]

Bit 13 - Command queue error during processing. When an error occurs, the system will stop processing and halt operations to allow software to take recovery actions

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 12 - Command queue write operation executed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 11 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 10 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 9 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn blecsstat(&self) -> BLECSSTAT_R[src]

Bit 8 - BLE Core SPI Status interrupt. Asserted when the SPI_STATUS signal from the BLE Core is asserted, indicating that SPI writes can be done to the BLE Core. Transfers to the BLE Core should only be done when this signal is high.

pub fn blecirq(&self) -> BLECIRQ_R[src]

Bit 7 - BLE Core IRQ signal. Asserted when the BLE_IRQ signal from the BLE Core is asserted, indicating the availability of read data from the BLE Core.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn b2mst(&self) -> B2MST_R[src]

Bit 4 - B2M State change interrupt. Asserted on any change in the B2M_STATE signal from the BLE Core.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. Asserted when a pop operation is done to a empty read FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command Complete interrupt. Asserted when the current operation has completed. For repeated commands, this will only be asserted when the final repeated command is completed.

impl R<u32, Reg<u32, _DMATRIGEN>>[src]

pub fn dthren(&self) -> DTHREN_R[src]

Bit 1 - Trigger DMA upon THR level reached. For M2P DMA operations (IOM writes), the trigger will assert when the write FIFO has (WTHR/4) number of words free in the write FIFO, and will transfer (WTHR/4) number of words or, if the number of words left to transfer is less than the WTHR value, will transfer the remaining byte count. For P2M DMA operations, the trigger will assert when the read FIFO has (RTHR/4) words available in the read FIFO, and will transfer (RTHR/4) words to SRAM. This trigger will NOT assert when the transaction completes and there are less than RTHR bytes left in the FIFO, since the RTHR has not been reached. In this case, enabling the CMDCMP trigger will transfer the remaining data from the command. If the CMDCMP trigger is not enabled, the module will initiate a transfer when the amount of data in the FIFO is equal to or greater than the remaining data in the DMA. In cases where one DMA setup covers multiple commands, this will only occur at the end of the last transaction when the DMA is near complete.

pub fn dcmdcmpen(&self) -> DCMDCMPEN_R[src]

Bit 0 - Trigger DMA upon command complete. Enables the trigger of the DMA when a command is completed. When this event is triggered, the number of words transferred will be the lesser of the remaining TOTCOUNT bytes, or the number of bytes in the FIFO when the command completed. If this is disabled, and the number of bytes in the FIFO is equal or greater than the TOTCOUNT bytes, a transfer of TOTCOUNT bytes will be done to ensure read data is stored when the DMA is completed.

impl R<u32, Reg<u32, _DMATRIGSTAT>>[src]

pub fn dtotcmp(&self) -> DTOTCMP_R[src]

Bit 2 - DMA triggered when DCMDCMP = 0, and the amount of data in the FIFO was enough to complete the DMA operation (greater than or equal to current TOTCOUNT) when the command completed. This trigger is default active when the DCMDCMP trigger is disabled and there is enough data in the FIFO to complete the DMA operation.

pub fn dthr(&self) -> DTHR_R[src]

Bit 1 - Triggered DMA from THR event. Bit is read only and can be cleared by disabling the DTHR trigger enable or by disabling DMA.

pub fn dcmdcmp(&self) -> DCMDCMP_R[src]

Bit 0 - Triggered DMA from Command complete event. Bit is read only and can be cleared by disabling the DCMDCMP trigger enable or by disabling DMA.

impl R<bool, DMAPRI_A>[src]

pub fn variant(&self) -> DMAPRI_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, DMADIR_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is P2M

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

Checks if the value of the field is M2P

impl R<bool, DMAEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _DMACFG>>[src]

pub fn dmapri(&self) -> DMAPRI_R[src]

Bit 8 - Sets the Priority of the DMA request

pub fn dmadir(&self) -> DMADIR_R[src]

Bit 1 - Direction

pub fn dmaen(&self) -> DMAEN_R[src]

Bit 0 - DMA Enable. Setting this bit to EN will start the DMA operation. This should be the last DMA related register set prior to issuing the command

impl R<u32, Reg<u32, _DMATOTCOUNT>>[src]

pub fn totcount(&self) -> TOTCOUNT_R[src]

Bits 0:11 - Triggered DMA from Command complete event occurred. Bit is read only and can be cleared by disabling the DTHR trigger enable or by disabling DMA.

impl R<u32, Reg<u32, _DMATARGADDR>>[src]

pub fn targaddr28(&self) -> TARGADDR28_R[src]

Bit 28 - Bit 28 of the target byte address for source of DMA (either read or write). In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written. Setting to '1' will select the SRAM. Setting to '0' will select the flash

pub fn targaddr(&self) -> TARGADDR_R[src]

Bits 0:20 - Bits [19:0] of the target byte address for source of DMA (either read or write). The address can be any byte alignment, and does not have to be word aligned. In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written.

impl R<u32, Reg<u32, _DMASTAT>>[src]

pub fn dmaerr(&self) -> DMAERR_R[src]

Bit 2 - DMA Error. This active high bit signals that an error was encountered during the DMA operation.

pub fn dmacpl(&self) -> DMACPL_R[src]

Bit 1 - DMA Transfer Complete. This signals the end of the DMA operation. This bit can be cleared by writing to 0.

pub fn dmatip(&self) -> DMATIP_R[src]

Bit 0 - DMA Transfer In Progress indicator. 1 will indicate that a DMA transfer is active. The DMA transfer may be waiting on data, transferring data, or waiting for priority. All of these will be indicated with a 1. A 0 will indicate that the DMA is fully complete and no further transactions will be done. This bit is read only.

impl R<bool, CQPRI_A>[src]

pub fn variant(&self) -> CQPRI_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, CQEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CQCFG>>[src]

pub fn cqpri(&self) -> CQPRI_R[src]

Bit 1 - Sets the Priority of the command queue DMA request.

pub fn cqen(&self) -> CQEN_R[src]

Bit 0 - Command queue enable. When set, will enable the processing of the command queue and fetches of address/data pairs will proceed from the word address within the CQADDR register. Can be disabled using a CQ executed write to this bit as well.

impl R<u32, Reg<u32, _CQADDR>>[src]

pub fn cqaddr28(&self) -> CQADDR28_R[src]

Bit 28 - Bit 28 of target byte address for source of CQ (read only). Used to denote Flash (0) or SRAM (1) access

pub fn cqaddr(&self) -> CQADDR_R[src]

Bits 2:20 - Bits 19:2 of target byte address for source of CQ (read only). The buffer must be aligned on a word boundary

impl R<u32, Reg<u32, _CQSTAT>>[src]

pub fn cqerr(&self) -> CQERR_R[src]

Bit 2 - Command queue processing error. This active high bit signals that an error was encountered during the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 1 - Command queue operation is currently paused.

pub fn cqtip(&self) -> CQTIP_R[src]

Bit 0 - Command queue Transfer In Progress indicator. 1 will indicate that a CQ transfer is active and this will remain active even when paused waiting for external event.

impl R<u32, Reg<u32, _CQFLAGS>>[src]

pub fn cqirqmask(&self) -> CQIRQMASK_R[src]

Bits 16:31 - Provides for a per-bit mask of the flags used to invoke an interrupt. A '1' in the bit position will enable the pause event to trigger the interrupt, if the CQWT_int interrupt is enabled. Bits definitions are the same as CQPAUSE

pub fn cqflags(&self) -> CQFLAGS_R[src]

Bits 0:15 - Current flag status (read-only). Bits [7:0] are software controllable and bits [15:8] are hardware status.

impl R<u32, Reg<u32, _CQSETCLEAR>>[src]

pub fn cqfclr(&self) -> CQFCLR_R[src]

Bits 16:23 - Clear CQFlag status bits. Will clear to 0 any SWFLAG with a '1' in the corresponding bit position of this field

pub fn cqftgl(&self) -> CQFTGL_R[src]

Bits 8:15 - Toggle the indicated bit. Will toggle the value of any SWFLAG with a '1' in the corresponding bit position of this field

pub fn cqfset(&self) -> CQFSET_R[src]

Bits 0:7 - Set CQFlag status bits. Will set to 1 the value of any SWFLAG with a '1' in the corresponding bit position of this field

impl R<u16, CQPEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is CNTEQ

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

Checks if the value of the field is BLEXOREN

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

Checks if the value of the field is IOMXOREN

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

Checks if the value of the field is GPIOXOREN

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

Checks if the value of the field is MSPI1XNOREN

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

Checks if the value of the field is MSPI0XNOREN

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

Checks if the value of the field is MSPI1XOREN

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

Checks if the value of the field is MSPI0XOREN

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

Checks if the value of the field is SWFLAGEN7

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

Checks if the value of the field is SWFLAGEN6

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

Checks if the value of the field is SWFLAGEN5

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

Checks if the value of the field is SWFLAGEN4

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

Checks if the value of the field is SWFLAGEN3

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

Checks if the value of the field is SWFLAGEN2

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

Checks if the value of the field is SWFLAGEN1

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

Checks if the value of the field is SWFLGEN0

impl R<u32, Reg<u32, _CQPAUSEEN>>[src]

pub fn cqpen(&self) -> CQPEN_R[src]

Bits 0:15 - Enables the specified event to pause command processing when active

impl R<u32, Reg<u32, _CQCURIDX>>[src]

pub fn cqcuridx(&self) -> CQCURIDX_R[src]

Bits 0:7 - Holds 8 bits of data that will be compared with the CQENDIX register field. If the values match, the IDXEQ pause event will be activated, which will cause the pausing of command queue operation if the IDXEQ bit is enabled in CQPAUSEEN.

impl R<u32, Reg<u32, _CQENDIDX>>[src]

pub fn cqendidx(&self) -> CQENDIDX_R[src]

Bits 0:7 - Holds 8 bits of data that will be compared with the CQCURIX register field. If the values match, the IDXEQ pause event will be activated, which will cause the pausing of command queue operation if the IDXEQ bit is enabled in CQPAUSEEN.

impl R<bool, IDLEST_A>[src]

pub fn variant(&self) -> Variant<bool, IDLEST_A>[src]

Get enumerated values variant

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

Checks if the value of the field is IDLE

impl R<bool, CMDACT_A>[src]

pub fn variant(&self) -> Variant<bool, CMDACT_A>[src]

Get enumerated values variant

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

Checks if the value of the field is ACTIVE

impl R<bool, ERR_A>[src]

pub fn variant(&self) -> Variant<bool, ERR_A>[src]

Get enumerated values variant

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

Checks if the value of the field is ERROR

impl R<u32, Reg<u32, _STATUS>>[src]

pub fn idlest(&self) -> IDLEST_R[src]

Bit 2 - indicates if the active I/O state machine is IDLE. Note - The state machine could be in idle state due to hold-offs from data availability, or as the command gets propagated into the logic from the registers.

pub fn cmdact(&self) -> CMDACT_R[src]

Bit 1 - Indicates if the active I/O Command is currently processing a transaction, or command is complete, but the FIFO pointers are still synchronizing internally. This bit will go high at the start of the transaction, and will go low when the command is complete, and the data and pointers within the FIFO have been synchronized.

pub fn err(&self) -> ERR_R[src]

Bit 0 - Bit has been deprecated. Please refer to the other error indicators. This will always return 0.

impl R<bool, SPILSB_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is MSB

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

Checks if the value of the field is LSB

impl R<bool, RDFCPOL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NORMAL

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

Checks if the value of the field is INVERTED

impl R<bool, WTFCPOL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NORMAL

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

Checks if the value of the field is INVERTED

impl R<bool, RDFC_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, WTFC_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, SPHA_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SAMPLE_LEADING_EDGE

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

Checks if the value of the field is SAMPLE_TRAILING_EDGE

impl R<bool, SPOL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is CLK_BASE_0

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

Checks if the value of the field is CLK_BASE_1

impl R<u32, Reg<u32, _MSPICFG>>[src]

pub fn mspirst(&self) -> MSPIRST_R[src]

Bit 30 - Bit is deprecated. setting it will have no effect.

pub fn doutdly(&self) -> DOUTDLY_R[src]

Bits 27:29 - Delay tap to use for the output signal (MOSI). This give more hold time on the output data.

pub fn dindly(&self) -> DINDLY_R[src]

Bits 24:26 - Delay tap to use for the input signal (MISO). This gives more hold time on the input data.

pub fn spilsb(&self) -> SPILSB_R[src]

Bit 23 - Selects data transfer as MSB first (0) or LSB first (1) for the data portion of the SPI transaction. The offset bytes are always transmitted MSB first.

pub fn rdfcpol(&self) -> RDFCPOL_R[src]

Bit 22 - Selects the read flow control signal polarity. When set, the clock will be held low until the flow control is deasserted.

pub fn wtfcpol(&self) -> WTFCPOL_R[src]

Bit 21 - Selects the write flow control signal polarity. The transfers are halted when the selected flow control signal is OPPOSITE polarity of this bit. (For example: WTFCPOL = 0 will allow a SPI_STATUS=1 to pause transfers).

pub fn rdfc(&self) -> RDFC_R[src]

Bit 17 - Enables flow control of new read transactions based on the SPI_STATUS signal from the BLE Core.

pub fn wtfc(&self) -> WTFC_R[src]

Bit 16 - Enables flow control of new write transactions based on the SPI_STATUS signal from the BLE Core.

pub fn fulldup(&self) -> FULLDUP_R[src]

Bit 2 - Full Duplex mode. Capture read data during writes operations

pub fn spha(&self) -> SPHA_R[src]

Bit 1 - Selects the SPI phase; When 1, will shift the sampling edge by 1/2 clock.

pub fn spol(&self) -> SPOL_R[src]

Bit 0 - This bit selects SPI polarity.

impl R<u8, SPIISOCTL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is OFF

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

Checks if the value of the field is AUTO

impl R<u8, PWRISOCTL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is OFF

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

Checks if the value of the field is AUTO

impl R<u8, BLEHREQCTL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is OFF

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

Checks if the value of the field is AUTO

impl R<u8, DCDCFLGCTL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is OFF

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

Checks if the value of the field is AUTO

impl R<u8, WAKEUPCTL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is OFF

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

Checks if the value of the field is AUTO

impl R<bool, BLERSTN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ACTIVE

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

Checks if the value of the field is INACTIVE

impl R<bool, PWRSMEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is ON

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

Checks if the value of the field is OFF

impl R<u32, Reg<u32, _BLECFG>>[src]

pub fn spiisoctl(&self) -> SPIISOCTL_R[src]

Bits 14:15 - Configuration of BLEH isolation controls for SPI related signals.

pub fn pwrisoctl(&self) -> PWRISOCTL_R[src]

Bits 12:13 - Configuration of BLEH isolation control for power related signals.

pub fn stayasleep(&self) -> STAYASLEEP_R[src]

Bit 11 - Set to prevent the BLE power control module from waking up the BLE Core after going into power down. To be used for graceful shutdown, set by software prior to powering off and will allow assertion of reset from sleep state.

pub fn frcclk(&self) -> FRCCLK_R[src]

Bit 10 - Force the clock in the BLEIF to be always running

pub fn mcufrcslp(&self) -> MCUFRCSLP_R[src]

Bit 9 - Force power state machine to go to the sleep state. Intended for debug only. Has no effect on the actual BLE Core state, only the state of the BLEIF interface state machine.

pub fn wt4actoff(&self) -> WT4ACTOFF_R[src]

Bit 8 - Debug control of BLEIF power state machine. Allows transition into the active state in the BLEIF state without waiting for DCDC request from BLE Core.

pub fn blehreqctl(&self) -> BLEHREQCTL_R[src]

Bits 6:7 - BLEH power on request override. The value of this field will be sent to the BLE Core when the PWRSM is off. Otherwise, the value is supplied from internal logic.

pub fn dcdcflgctl(&self) -> DCDCFLGCTL_R[src]

Bits 4:5 - DCDCFLG signal override. The value of this field will be sent to the BLE Core when the PWRSM is off. Otherwise, the value is supplied from internal logic.

pub fn wakeupctl(&self) -> WAKEUPCTL_R[src]

Bits 2:3 - WAKE signal override. Controls the source of the WAKE signal to the BLE Core.

pub fn blerstn(&self) -> BLERSTN_R[src]

Bit 1 - Reset line to the BLE Core. This will reset the BLE core when asserted ('0') and must be written to '1' prior to performing any BTLE related operations to the core.

pub fn pwrsmen(&self) -> PWRSMEN_R[src]

Bit 0 - Enable the power state machine for automatic sequencing and control of power states of the BLE Core module.

impl R<u32, Reg<u32, _PWRCMD>>[src]

pub fn restart(&self) -> RESTART_R[src]

Bit 1 - Restart the BLE Core after going into the shutdown state. Only valid when in the shutdown state.

pub fn wakereq(&self) -> WAKEREQ_R[src]

Bit 0 - Wake request from the MCU. When asserted (1), the BLE Interface logic will assert the wakeup request signal to the BLE Core. Only recognized when in the sleep state

impl R<u8, PWRST_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is OFF

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

Checks if the value of the field is INIT

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

Checks if the value of the field is PWRON

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

Checks if the value of the field is ACTIVE

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

Checks if the value of the field is SLEEP

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

Checks if the value of the field is SHUTDOWN

impl R<u8, B2MSTATE_A>[src]

pub fn variant(&self) -> Variant<u8, B2MSTATE_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_sleep(&self) -> bool[src]

Checks if the value of the field is SLEEP

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

Checks if the value of the field is STANDBY

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

Checks if the value of the field is IDLE

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

Checks if the value of the field is ACTIVE

impl R<u32, Reg<u32, _BSTATUS>>[src]

pub fn blehreq(&self) -> BLEHREQ_R[src]

Bit 12 - Value of the BLEHREQ signal to the power control unit. The BLEHREQ signal is sent from the BLEIF module to the power control module to request the BLEH power up. When the BLEHACK signal is asserted, BLEH power is stable and ready for use.

pub fn blehack(&self) -> BLEHACK_R[src]

Bit 11 - Value of the BLEHACK signal from the power control unit. If the signal is '1', the BLEH power is active and ready for use.

pub fn pwrst(&self) -> PWRST_R[src]

Bits 8:10 - Current status of the power state machine

pub fn bleirq(&self) -> BLEIRQ_R[src]

Bit 7 - Status of the BLEIRQ signal from the BLE Core. A value of 1 indicates that read data is available in the core and a read operation needs to be performed.

pub fn wakeup(&self) -> WAKEUP_R[src]

Bit 6 - Value of the WAKEUP signal to the BLE Core . The WAKEUP signals is sent from the BLEIF to the BLECORE to request the BLE Core transition from sleep state to active state.

pub fn dcdcflag(&self) -> DCDCFLAG_R[src]

Bit 5 - Value of the DCDCFLAG signal to the BLE Core. The DCDCFLAG is a signal to the BLE Core indicating that the BLEH power is active.

pub fn dcdcreq(&self) -> DCDCREQ_R[src]

Bit 4 - Value of the DCDCREQ signal from the BLE Core. The DCDCREQ signal is sent from the core to the BLEIF module when the BLE core requires BLEH power to be active. When activated, this is indicated by DCDCFLAG going to 1.

pub fn spistatus(&self) -> SPISTATUS_R[src]

Bit 3 - Value of the SPISTATUS signal from the BLE Core. The signal is asserted when the BLE Core is able to accept write data via the SPI interface. Data should be transmitted to the BLE core only when this signal is 1. The hardware will automatically wait for this signal prior to performing a write operation if flow control is active.

pub fn b2mstate(&self) -> B2MSTATE_R[src]

Bits 0:2 - State of the BLE Core logic.

impl R<u32, Reg<u32, _BLEDBG>>[src]

pub fn dbgdata(&self) -> DBGDATA_R[src]

Bits 3:31 - Debug data

pub fn apbclkon(&self) -> APBCLKON_R[src]

Bit 2 - APBCLK debug clock control. Enable APB_CLK to be active when this bit is '1'. Otherwise, the clock is controlled with gating from the logic as needed.

pub fn ioclkon(&self) -> IOCLKON_R[src]

Bit 1 - IOCLK debug clock control. Enable IO_CLK to be active when this bit is '1'. Otherwise, the clock is controlled with gating from the logic as needed.

pub fn dbgen(&self) -> DBGEN_R[src]

Bit 0 - Debug Enable. Setting this bit will enable the update of data within this register, otherwise it is clock gated for power savings

impl R<u8, CONFIG_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is W1_128B_512E

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

Checks if the value of the field is W2_128B_512E

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

Checks if the value of the field is W1_128B_1024E

impl R<u32, Reg<u32, _CACHECFG>>[src]

pub fn enable_monitor(&self) -> ENABLE_MONITOR_R[src]

Bit 24 - Enable Cache Monitoring Stats. Cache monitoring consumes additional power and should only be enabled when profiling code and counters will increment when this bit is set. Counter values will be retained when this is set to 0, allowing software to enable/disable counting for multiple code segments.

pub fn data_clkgate(&self) -> DATA_CLKGATE_R[src]

Bit 20 - Enable aggressive clock gating of entire data array. This bit should be set to 1 for optimal power efficiency.

pub fn cache_ls(&self) -> CACHE_LS_R[src]

Bit 11 - Enable LS (light sleep) of cache RAMs. Software should DISABLE this bit since cache activity is too high to benefit from LS usage.

pub fn cache_clkgate(&self) -> CACHE_CLKGATE_R[src]

Bit 10 - Enable clock gating of cache TAG RAM. Software should enable this bit for optimal power efficiency.

pub fn dcache_enable(&self) -> DCACHE_ENABLE_R[src]

Bit 9 - Enable FLASH Data Caching

pub fn icache_enable(&self) -> ICACHE_ENABLE_R[src]

Bit 8 - Enable FLASH Instruction Caching

pub fn config(&self) -> CONFIG_R[src]

Bits 4:7 - Sets the cache configuration

pub fn enable_nc1(&self) -> ENABLE_NC1_R[src]

Bit 3 - Enable Non-cacheable region 1. See NCR1 registers to define the region.

pub fn enable_nc0(&self) -> ENABLE_NC0_R[src]

Bit 2 - Enable Non-cacheable region 0. See NCR0 registers to define the region.

pub fn lru(&self) -> LRU_R[src]

Bit 1 - Sets the cache replacement policy. 0=LRR (least recently replaced), 1=LRU (least recently used). LRR minimizes writes to the TAG SRAM.

pub fn enable(&self) -> ENABLE_R[src]

Bit 0 - Enables the FLASH cache controller and enables power to the cache SRAMs. The ICACHE_ENABLE and DCACHE_ENABLE should be set to enable caching for each type of access.

impl R<bool, RESET_STAT_A>[src]

pub fn variant(&self) -> Variant<bool, RESET_STAT_A>[src]

Get enumerated values variant

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

Checks if the value of the field is CLEAR

impl R<u32, Reg<u32, _CTRL>>[src]

pub fn flash3_slm_enable(&self) -> FLASH3_SLM_ENABLE_R[src]

Bit 18 - Enable FLASH Sleep Mode. Write to 1 to put FLASH1 into sleep mode. NOTE: there is a 5 us latency after waking FLASH until the first access will be returned.

pub fn flash3_slm_disable(&self) -> FLASH3_SLM_DISABLE_R[src]

Bit 17 - Disable FLASH Sleep Mode. Write 1 to wake FLASH1 from sleep mode (reading the array will also automatically wake it).

pub fn flash3_slm_status(&self) -> FLASH3_SLM_STATUS_R[src]

Bit 16 - FLASH Sleep Mode Status. 1 indicates that FLASH1 is in sleep mode, 0 indicates FLASH1 is in normal mode.

pub fn flash2_slm_enable(&self) -> FLASH2_SLM_ENABLE_R[src]

Bit 14 - Enable FLASH Sleep Mode. Write to 1 to put FLASH1 into sleep mode. NOTE: there is a 5 us latency after waking FLASH until the first access will be returned.

pub fn flash2_slm_disable(&self) -> FLASH2_SLM_DISABLE_R[src]

Bit 13 - Disable FLASH Sleep Mode. Write 1 to wake FLASH2 from sleep mode (reading the array will also automatically wake it).

pub fn flash2_slm_status(&self) -> FLASH2_SLM_STATUS_R[src]

Bit 12 - FLASH Sleep Mode Status. 1 indicates that FLASH2 is in sleep mode, 0 indicates FLASH2 is in normal mode.

pub fn flash1_slm_enable(&self) -> FLASH1_SLM_ENABLE_R[src]

Bit 10 - Enable FLASH Sleep Mode. Write to 1 to put FLASH1 into sleep mode. NOTE: there is a 5 us latency after waking FLASH until the first access will be returned.

pub fn flash1_slm_disable(&self) -> FLASH1_SLM_DISABLE_R[src]

Bit 9 - Disable FLASH Sleep Mode. Write 1 to wake FLASH1 from sleep mode (reading the array will also automatically wake it).

pub fn flash1_slm_status(&self) -> FLASH1_SLM_STATUS_R[src]

Bit 8 - FLASH Sleep Mode Status. 1 indicates that FLASH1 is in sleep mode, 0 indicates FLASH1 is in normal mode.

pub fn flash0_slm_enable(&self) -> FLASH0_SLM_ENABLE_R[src]

Bit 6 - Enable FLASH Sleep Mode. Write to 1 to put FLASH0 into sleep mode. NOTE: there is a 5 us latency after waking FLASH until the first access will be returned.

pub fn flash0_slm_disable(&self) -> FLASH0_SLM_DISABLE_R[src]

Bit 5 - Disable FLASH Sleep Mode. Write 1 to wake FLASH0 from sleep mode (reading the array will also automatically wake it).

pub fn flash0_slm_status(&self) -> FLASH0_SLM_STATUS_R[src]

Bit 4 - FLASH Sleep Mode Status. 1 indicates that FLASH0 is in sleep mode, 0 indicates FLASH0 is in normal mode.

pub fn cache_ready(&self) -> CACHE_READY_R[src]

Bit 2 - Cache Ready Status (enabled and not processing an invalidate operation)

pub fn reset_stat(&self) -> RESET_STAT_R[src]

Bit 1 - Reset Cache Statistics. When written to a 1, the cache monitor counters will be cleared. The monitor counters can be reset only when the CACHECFG.ENABLE_MONITOR bit is set.

pub fn invalidate(&self) -> INVALIDATE_R[src]

Bit 0 - Writing a 1 to this bit field invalidates the FLASH cache contents.

impl R<u32, Reg<u32, _NCR0START>>[src]

pub fn addr(&self) -> ADDR_R[src]

Bits 4:26 - Start address for non-cacheable region 0

impl R<u32, Reg<u32, _NCR0END>>[src]

pub fn addr(&self) -> ADDR_R[src]

Bits 4:26 - End address for non-cacheable region 0

impl R<u32, Reg<u32, _NCR1START>>[src]

pub fn addr(&self) -> ADDR_R[src]

Bits 4:26 - Start address for non-cacheable region 1

impl R<u32, Reg<u32, _NCR1END>>[src]

pub fn addr(&self) -> ADDR_R[src]

Bits 4:26 - End address for non-cacheable region 1

impl R<u32, Reg<u32, _DMON0>>[src]

pub fn daccess_count(&self) -> DACCESS_COUNT_R[src]

Bits 0:31 - Total accesses to data cache. All performance metrics should be relative to the number of accesses performed.

impl R<u32, Reg<u32, _DMON1>>[src]

pub fn dlookup_count(&self) -> DLOOKUP_COUNT_R[src]

Bits 0:31 - Total tag lookups from data cache.

impl R<u32, Reg<u32, _DMON2>>[src]

pub fn dhit_count(&self) -> DHIT_COUNT_R[src]

Bits 0:31 - Cache hits from lookup operations.

impl R<u32, Reg<u32, _DMON3>>[src]

pub fn dline_count(&self) -> DLINE_COUNT_R[src]

Bits 0:31 - Cache hits from line cache

impl R<u32, Reg<u32, _IMON0>>[src]

pub fn iaccess_count(&self) -> IACCESS_COUNT_R[src]

Bits 0:31 - Total accesses to Instruction cache

impl R<u32, Reg<u32, _IMON1>>[src]

pub fn ilookup_count(&self) -> ILOOKUP_COUNT_R[src]

Bits 0:31 - Total tag lookups from Instruction cache

impl R<u32, Reg<u32, _IMON2>>[src]

pub fn ihit_count(&self) -> IHIT_COUNT_R[src]

Bits 0:31 - Cache hits from lookup operations

impl R<u32, Reg<u32, _IMON3>>[src]

pub fn iline_count(&self) -> ILINE_COUNT_R[src]

Bits 0:31 - Cache hits from line cache

impl R<u8, LPMMODE0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NEVER

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

Checks if the value of the field is STANDBY

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

Checks if the value of the field is ALWAYS

impl R<u32, Reg<u32, _FLASH0CFG>>[src]

pub fn lpmmode0(&self) -> LPMMODE0_R[src]

Bits 12:13 - Controls FLASH low power modes (control of LPM pin).

pub fn lpmrdwait0(&self) -> LPMRDWAIT0_R[src]

Bits 8:11 - Sets FLASH wait states when in LPM Mode 2 (RD_WAIT in LPM mode 2 only)

pub fn sedelay0(&self) -> SEDELAY0_R[src]

Bits 4:6 - Sets SE delay (FLASH address setup). A value of 5 is recommended.

pub fn rdwait0(&self) -> RDWAIT0_R[src]

Bits 0:3 - Sets read wait states for normal (fast) operation. A value of 1 is recommended.

impl R<u8, LPMMODE1_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NEVER

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

Checks if the value of the field is STANDBY

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

Checks if the value of the field is ALWAYS

impl R<u32, Reg<u32, _FLASH1CFG>>[src]

pub fn lpmmode1(&self) -> LPMMODE1_R[src]

Bits 12:13 - Controls FLASH low power modes (control of LPM pin).

pub fn lpmrdwait1(&self) -> LPMRDWAIT1_R[src]

Bits 8:11 - Sets FLASH wait states when in LPM Mode 2 (RD_WAIT in LPM mode 2 only)

pub fn sedelay1(&self) -> SEDELAY1_R[src]

Bits 4:6 - Sets SE delay (FLASH address setup). A value of 5 is recommended.

pub fn rdwait1(&self) -> RDWAIT1_R[src]

Bits 0:3 - Sets read wait states for normal (fast) operation. A value of 1 is recommended.

impl R<u8, LPMMODE2_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NEVER

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

Checks if the value of the field is STANDBY

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

Checks if the value of the field is ALWAYS

impl R<u32, Reg<u32, _FLASH2CFG>>[src]

pub fn lpmmode2(&self) -> LPMMODE2_R[src]

Bits 12:13 - Controls FLASH low power modes (control of LPM pin).

pub fn lpmrdwait2(&self) -> LPMRDWAIT2_R[src]

Bits 8:11 - Sets FLASH wait states when in LPM Mode 2 (RD_WAIT in LPM mode 2 only)

pub fn sedelay2(&self) -> SEDELAY2_R[src]

Bits 4:6 - Sets SE delay (FLASH address setup). A value of 5 is recommended.

pub fn rdwait2(&self) -> RDWAIT2_R[src]

Bits 0:3 - Sets read wait states for normal (fast) operation. A value of 1 is recommended.

impl R<u8, LPMMODE3_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NEVER

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

Checks if the value of the field is STANDBY

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

Checks if the value of the field is ALWAYS

impl R<u32, Reg<u32, _FLASH3CFG>>[src]

pub fn lpmmode3(&self) -> LPMMODE3_R[src]

Bits 12:13 - Controls FLASH low power modes (control of LPM pin).

pub fn lpmrdwait3(&self) -> LPMRDWAIT3_R[src]

Bits 8:11 - Sets FLASH wait states when in LPM Mode 2 (RD_WAIT in LPM mode 2 only)

pub fn sedelay3(&self) -> SEDELAY3_R[src]

Bits 4:6 - Sets SE delay (FLASH address setup). A value of 5 is recommended.

pub fn rdwait3(&self) -> RDWAIT3_R[src]

Bits 0:3 - Sets read wait states for normal (fast) operation. A value of 1 is recommended.

impl R<u32, Reg<u32, _CALXT>>[src]

pub fn calxt(&self) -> CALXT_R[src]

Bits 0:10 - XT Oscillator calibration value. This register will enable the hardware to increase or decrease the number of cycles in a 16KHz clock derived from the original 32KHz version. The most significant bit is the sign. A '1' is a reduction, and a '0' is an addition. This calibration value will add or reduce the number of cycles programmed here across a 32 second interval. The maximum value that is effective is from -1024 to 1023.

impl R<u32, Reg<u32, _CALRC>>[src]

pub fn calrc(&self) -> CALRC_R[src]

Bits 0:17 - LFRC Oscillator calibration value. This register will enable the hardware to increase or decrease the number of cycles in a 512 Hz clock derived from the original 1024 version. The most significant bit is the sign. A '1' is a reduction, and a '0' is an addition. This calibration value will add or reduce the number of cycles programmed here across a 32 second interval. The range is from -131072 (decimal) to 131071 (decimal). This register is normally used in conjunction with ACALCTR register. The CALRC register will load the ACALCTR register (bits 17:0) if the ACALCTR register is set to measure the LFRC with the XT clock.

impl R<u32, Reg<u32, _ACALCTR>>[src]

pub fn acalctr(&self) -> ACALCTR_R[src]

Bits 0:23 - Autocalibration Counter result. Bits 17 down to 0 of this is feed directly to the CALRC register if ACAL register in OCTRL register is set to 1024SEC or 512SEC.

impl R<u8, ACAL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is _1024SEC

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

Checks if the value of the field is _512SEC

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

Checks if the value of the field is XTFREQ

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

Checks if the value of the field is EXTFREQ

impl R<bool, OSEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is RTC_XT

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

Checks if the value of the field is RTC_LFRC

impl R<bool, FOS_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, STOPRC_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is EN

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

Checks if the value of the field is STOP

impl R<bool, STOPXT_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is EN

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

Checks if the value of the field is STOP

impl R<u32, Reg<u32, _OCTRL>>[src]

pub fn acal(&self) -> ACAL_R[src]

Bits 8:10 - Autocalibration control. This selects the source to be used in the autocalibration flow. This flow can also be used to measure an internal clock against an external clock source, with the external clock normally used as the reference.

pub fn osel(&self) -> OSEL_R[src]

Bit 7 - Selects the RTC oscillator (1 => LFRC, 0 => XT)

pub fn fos(&self) -> FOS_R[src]

Bit 6 - Oscillator switch on failure function. If this is set, then LFRC clock source will switch from XT to RC.

pub fn stoprc(&self) -> STOPRC_R[src]

Bit 1 - Stop the LFRC Oscillator to the RTC

pub fn stopxt(&self) -> STOPXT_R[src]

Bit 0 - Stop the XT Oscillator to the RTC

impl R<bool, CKEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u8, CKSEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is LFRC

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

Checks if the value of the field is XT_DIV2

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

Checks if the value of the field is XT_DIV4

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

Checks if the value of the field is XT_DIV8

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

Checks if the value of the field is XT_DIV16

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

Checks if the value of the field is XT_DIV32

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

Checks if the value of the field is RTC_1HZ

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

Checks if the value of the field is XT_DIV2M

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

Checks if the value of the field is XT

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

Checks if the value of the field is CG_100HZ

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

Checks if the value of the field is HFRC

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

Checks if the value of the field is HFRC_DIV4

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

Checks if the value of the field is HFRC_DIV8

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

Checks if the value of the field is HFRC_DIV16

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

Checks if the value of the field is HFRC_DIV64

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

Checks if the value of the field is HFRC_DIV128

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

Checks if the value of the field is HFRC_DIV256

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

Checks if the value of the field is HFRC_DIV512

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

Checks if the value of the field is FLASH_CLK

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

Checks if the value of the field is LFRC_DIV2

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

Checks if the value of the field is LFRC_DIV32

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

Checks if the value of the field is LFRC_DIV512

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

Checks if the value of the field is LFRC_DIV32K

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

Checks if the value of the field is XT_DIV256

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

Checks if the value of the field is XT_DIV8K

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

Checks if the value of the field is XT_DIV64K

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

Checks if the value of the field is ULFRC_DIV16

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

Checks if the value of the field is ULFRC_DIV128

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

Checks if the value of the field is ULFRC_1HZ

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

Checks if the value of the field is ULFRC_DIV4K

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

Checks if the value of the field is ULFRC_DIV1M

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

Checks if the value of the field is HFRC_DIV64K

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

Checks if the value of the field is HFRC_DIV16M

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

Checks if the value of the field is LFRC_DIV1M

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

Checks if the value of the field is HFRCNE

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

Checks if the value of the field is HFRCNE_DIV8

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

Checks if the value of the field is XTNE

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

Checks if the value of the field is XTNE_DIV16

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

Checks if the value of the field is LFRCNE_DIV32

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

Checks if the value of the field is LFRCNE

impl R<u32, Reg<u32, _CLKOUT>>[src]

pub fn cken(&self) -> CKEN_R[src]

Bit 7 - Enable the CLKOUT signal

pub fn cksel(&self) -> CKSEL_R[src]

Bits 0:5 - CLKOUT signal select

impl R<u32, CLKKEY_A>[src]

pub fn variant(&self) -> Variant<u32, CLKKEY_A>[src]

Get enumerated values variant

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

Checks if the value of the field is KEY

impl R<u32, Reg<u32, _CLKKEY>>[src]

pub fn clkkey(&self) -> CLKKEY_R[src]

Bits 0:31 - Key register value.

impl R<bool, CORESEL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is HFRC

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

Checks if the value of the field is HFRC_DIV2

impl R<u32, Reg<u32, _CCTRL>>[src]

pub fn coresel(&self) -> CORESEL_R[src]

Bit 0 - Core Clock divisor

impl R<u32, Reg<u32, _STATUS>>[src]

pub fn oscf(&self) -> OSCF_R[src]

Bit 1 - XT Oscillator is enabled but not oscillating

pub fn omode(&self) -> OMODE_R[src]

Bit 0 - Current RTC oscillator (1 => LFRC, 0 => XT). After an RTC oscillator change, it may take up to 2 seconds for this field to reflect the new oscillator.

impl R<u8, HFADJGAIN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is GAIN_OF_1

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

Checks if the value of the field is GAIN_OF_1_IN_2

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

Checks if the value of the field is GAIN_OF_1_IN_4

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

Checks if the value of the field is GAIN_OF_1_IN_8

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

Checks if the value of the field is GAIN_OF_1_IN_16

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

Checks if the value of the field is GAIN_OF_1_IN_32

impl R<bool, HFWARMUP_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is _1SEC

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

Checks if the value of the field is _2SEC

impl R<u8, HFADJCK_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is _4SEC

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

Checks if the value of the field is _16SEC

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

Checks if the value of the field is _32SEC

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

Checks if the value of the field is _64SEC

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

Checks if the value of the field is _128SEC

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

Checks if the value of the field is _256SEC

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

Checks if the value of the field is _512SEC

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

Checks if the value of the field is _1024SEC

impl R<bool, HFADJEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _HFADJ>>[src]

pub fn hfadjgain(&self) -> HFADJGAIN_R[src]

Bits 21:23 - Gain control for HFRC adjustment

pub fn hfwarmup(&self) -> HFWARMUP_R[src]

Bit 20 - XT warm-up period for HFRC adjustment

pub fn hfxtadj(&self) -> HFXTADJ_R[src]

Bits 8:19 - Target HFRC adjustment value.

pub fn hfadjck(&self) -> HFADJCK_R[src]

Bits 1:3 - Repeat period for HFRC adjustment

pub fn hfadjen(&self) -> HFADJEN_R[src]

Bit 0 - HFRC adjustment control

impl R<u32, CLOCKENSTAT_A>[src]

pub fn variant(&self) -> Variant<u32, CLOCKENSTAT_A>[src]

Get enumerated values variant

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

Checks if the value of the field is ADC_CLKEN

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

Checks if the value of the field is APBDMA_ACTIVITY_CLKEN

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

Checks if the value of the field is APBDMA_AOH_CLKEN

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

Checks if the value of the field is APBDMA_AOL_CLKEN

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

Checks if the value of the field is APBDMA_APB_CLKEN

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

Checks if the value of the field is APBDMA_BLEL_CLKEN

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

Checks if the value of the field is APBDMA_HCPA_CLKEN

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

Checks if the value of the field is APBDMA_HCPB_CLKEN

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

Checks if the value of the field is APBDMA_HCPC_CLKEN

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

Checks if the value of the field is APBDMA_MSPI_CLKEN

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

Checks if the value of the field is APBDMA_MSPI1_CLKEN

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

Checks if the value of the field is APBDMA_MSPI2_CLKEN

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

Checks if the value of the field is APBDMA_PDM_CLKEN

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

Checks if the value of the field is BLEIF_CLK_CLKEN

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

Checks if the value of the field is BLEIF_CLK32K_CLKEN

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

Checks if the value of the field is CTIMER_CLKEN

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

Checks if the value of the field is CTIMER0A_CLKEN

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

Checks if the value of the field is CTIMER0B_CLKEN

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

Checks if the value of the field is CTIMER1A_CLKEN

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

Checks if the value of the field is CTIMER1B_CLKEN

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

Checks if the value of the field is CTIMER2A_CLKEN

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

Checks if the value of the field is CTIMER2B_CLKEN

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

Checks if the value of the field is CTIMER3A_CLKEN

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

Checks if the value of the field is CTIMER3B_CLKEN

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

Checks if the value of the field is CTIMER4A_CLKEN

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

Checks if the value of the field is CTIMER4B_CLKEN

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

Checks if the value of the field is CTIMER5A_CLKEN

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

Checks if the value of the field is CTIMER5B_CLKEN

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

Checks if the value of the field is CTIMER6A_CLKEN

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

Checks if the value of the field is CTIMER6B_CLKEN

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

Checks if the value of the field is CTIMER7A_CLKEN

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

Checks if the value of the field is CTIMER7B_CLKEN

impl R<u32, Reg<u32, _CLOCKENSTAT>>[src]

pub fn clockenstat(&self) -> CLOCKENSTAT_R[src]

Bits 0:31 - Clock enable status

impl R<u32, CLOCKEN2STAT_A>[src]

pub fn variant(&self) -> Variant<u32, CLOCKEN2STAT_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DAP_CLKEN

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

Checks if the value of the field is IOMSTRIFC0_CLKEN

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

Checks if the value of the field is IOMSTRIFC1_CLKEN

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

Checks if the value of the field is IOMSTRIFC2_CLKEN

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

Checks if the value of the field is IOMSTRIFC3_CLKEN

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

Checks if the value of the field is IOMSTRIFC4_CLKEN

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

Checks if the value of the field is IOMSTRIFC5_CLKEN

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

Checks if the value of the field is PDM_CLKEN

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

Checks if the value of the field is PDMIFC_CLKEN

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

Checks if the value of the field is PWRCTRL_CLKEN

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

Checks if the value of the field is PWRCTRL_COUNT_CLKEN

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

Checks if the value of the field is RSTGEN_CLKEN

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

Checks if the value of the field is SCARD_CLKEN

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

Checks if the value of the field is SCARD_ALTAPB_CLKEN

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

Checks if the value of the field is STIMER_CNT_CLKEN

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

Checks if the value of the field is TPIU_CLKEN

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

Checks if the value of the field is UART0HF_CLKEN

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

Checks if the value of the field is UART1HF_CLKEN

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

Checks if the value of the field is WDT_CLKEN

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

Checks if the value of the field is XT_32KHZ_EN

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

Checks if the value of the field is FORCEHFRC

impl R<u32, Reg<u32, _CLOCKEN2STAT>>[src]

pub fn clocken2stat(&self) -> CLOCKEN2STAT_R[src]

Bits 0:31 - Clock enable status 2

impl R<u32, CLOCKEN3STAT_A>[src]

pub fn variant(&self) -> Variant<u32, CLOCKEN3STAT_A>[src]

Get enumerated values variant

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

Checks if the value of the field is DAP_ENABLED

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

Checks if the value of the field is VCOMP_ENABLED

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

Checks if the value of the field is XTAL_ENABLED

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

Checks if the value of the field is HFRC_ENABLED

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

Checks if the value of the field is HFADJEN

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

Checks if the value of the field is HFRC_EN_OUT

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

Checks if the value of the field is RTC_XT

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

Checks if the value of the field is CLKOUT_XTAL_EN

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

Checks if the value of the field is CLKOUT_HFRC_EN

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

Checks if the value of the field is FLASHCLK_EN

impl R<u32, Reg<u32, _CLOCKEN3STAT>>[src]

pub fn clocken3stat(&self) -> CLOCKEN3STAT_R[src]

Bits 0:31 - Clock enable status 3

impl R<bool, BURSTREQ_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _FREQCTRL>>[src]

pub fn burststatus(&self) -> BURSTSTATUS_R[src]

Bit 2 - This represents frequency burst status.

pub fn burstack(&self) -> BURSTACK_R[src]

Bit 1 - Frequency Burst Request Acknowledge. Frequency burst requested is always acknowledged whether burst is granted or not depending on feature enable.

pub fn burstreq(&self) -> BURSTREQ_R[src]

Bit 0 - Frequency Burst Enable Request

impl R<bool, ZEROLENDETECTEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u8, ZEROLENDETECTTRIM_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SETF

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

Checks if the value of the field is SETE

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

Checks if the value of the field is SETD

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

Checks if the value of the field is SETC

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

Checks if the value of the field is SETB

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

Checks if the value of the field is SETA

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

Checks if the value of the field is SET9

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

Checks if the value of the field is SET8

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

Checks if the value of the field is SET7

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

Checks if the value of the field is SET6

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

Checks if the value of the field is SET5

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

Checks if the value of the field is SET4

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

Checks if the value of the field is SET3

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

Checks if the value of the field is SET2

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

Checks if the value of the field is SET1

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

Checks if the value of the field is SET0

impl R<bool, TONADJUSTEN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u8, TONADJUSTPERIOD_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is HFRC_3KHZ

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

Checks if the value of the field is HFRC_12KHZ

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

Checks if the value of the field is HFRC_47KHZ

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

Checks if the value of the field is HFRC_94KHZ

impl R<u32, Reg<u32, _BLEBUCKTONADJ>>[src]

pub fn zerolendetecten(&self) -> ZEROLENDETECTEN_R[src]

Bit 27 - BLEBUCK ZERO LENGTH DETECT ENABLE

pub fn zerolendetecttrim(&self) -> ZEROLENDETECTTRIM_R[src]

Bits 23:26 - BLEBUCK ZERO LENGTH DETECT TRIM

pub fn tonadjusten(&self) -> TONADJUSTEN_R[src]

Bit 22 - TON ADJUST ENABLE

pub fn tonadjustperiod(&self) -> TONADJUSTPERIOD_R[src]

Bits 20:21 - TON ADJUST PERIOD

pub fn tonhighthreshold(&self) -> TONHIGHTHRESHOLD_R[src]

Bits 10:19 - TON ADJUST HIGH THRESHOLD. Suggested values are #15(94KHz) #2A(47Khz) #A6(12Khz) #29A(3Khz)

pub fn tonlowthreshold(&self) -> TONLOWTHRESHOLD_R[src]

Bits 0:9 - TON ADJUST LOW THRESHOLD. Suggested values are #A(94KHz) #15(47KHz) #53(12Khz) #14D(3Khz)

impl R<u32, Reg<u32, _INTRPTEN>>[src]

pub fn of(&self) -> OF_R[src]

Bit 2 - XT Oscillator Fail interrupt

pub fn acc(&self) -> ACC_R[src]

Bit 1 - Autocalibration Complete interrupt

pub fn acf(&self) -> ACF_R[src]

Bit 0 - Autocalibration Fail interrupt

impl R<u32, Reg<u32, _INTRPTSTAT>>[src]

pub fn of(&self) -> OF_R[src]

Bit 2 - XT Oscillator Fail interrupt

pub fn acc(&self) -> ACC_R[src]

Bit 1 - Autocalibration Complete interrupt

pub fn acf(&self) -> ACF_R[src]

Bit 0 - Autocalibration Fail interrupt

impl R<u32, Reg<u32, _INTRPTCLR>>[src]

pub fn of(&self) -> OF_R[src]

Bit 2 - XT Oscillator Fail interrupt

pub fn acc(&self) -> ACC_R[src]

Bit 1 - Autocalibration Complete interrupt

pub fn acf(&self) -> ACF_R[src]

Bit 0 - Autocalibration Fail interrupt

impl R<u32, Reg<u32, _INTRPTSET>>[src]

pub fn of(&self) -> OF_R[src]

Bit 2 - XT Oscillator Fail interrupt

pub fn acc(&self) -> ACC_R[src]

Bit 1 - Autocalibration Complete interrupt

pub fn acf(&self) -> ACF_R[src]

Bit 0 - Autocalibration Fail interrupt

impl R<u32, Reg<u32, _TMR0>>[src]

pub fn cttmrb0(&self) -> CTTMRB0_R[src]

Bits 16:31 - Counter/Timer B0.

pub fn cttmra0(&self) -> CTTMRA0_R[src]

Bits 0:15 - Counter/Timer A0.

impl R<u32, Reg<u32, _CMPRA0>>[src]

pub fn cmpr1a0(&self) -> CMPR1A0_R[src]

Bits 16:31 - Counter/Timer A0 Compare Register 1. Holds the upper limit for timer half A.

pub fn cmpr0a0(&self) -> CMPR0A0_R[src]

Bits 0:15 - Counter/Timer A0 Compare Register 0. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRB0>>[src]

pub fn cmpr1b0(&self) -> CMPR1B0_R[src]

Bits 16:31 - Counter/Timer B0 Compare Register 1. Holds the upper limit for timer half B.

pub fn cmpr0b0(&self) -> CMPR0B0_R[src]

Bits 0:15 - Counter/Timer B0 Compare Register 0. Holds the lower limit for timer half B.

impl R<bool, CTLINK0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is TWO_16BIT_TIMERS

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

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB0POL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NORMAL

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

Checks if the value of the field is INVERTED

impl R<bool, TMRB0CLR_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is RUN

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

Checks if the value of the field is CLEAR

impl R<bool, TMRB0IE1_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, TMRB0IE0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u8, TMRB0FN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SINGLECOUNT

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

Checks if the value of the field is REPEATEDCOUNT

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

Checks if the value of the field is PULSE_ONCE

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

Checks if the value of the field is PULSE_CONT

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

Checks if the value of the field is SINGLEPATTERN

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

Checks if the value of the field is REPEATPATTERN

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

Checks if the value of the field is CONTINUOUS

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

Checks if the value of the field is ALTPWN

impl R<u8, TMRB0CLK_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is TMRPIN

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

Checks if the value of the field is HFRC_DIV4

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

Checks if the value of the field is HFRC_DIV16

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

Checks if the value of the field is HFRC_DIV256

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

Checks if the value of the field is HFRC_DIV1024

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

Checks if the value of the field is HFRC_DIV4K

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

Checks if the value of the field is XT

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

Checks if the value of the field is XT_DIV2

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

Checks if the value of the field is XT_DIV16

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

Checks if the value of the field is XT_DIV128

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

Checks if the value of the field is LFRC_DIV2

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

Checks if the value of the field is LFRC_DIV32

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

Checks if the value of the field is LFRC_DIV1K

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

Checks if the value of the field is LFRC

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

Checks if the value of the field is RTC_100HZ

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

Checks if the value of the field is HCLK_DIV4

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

Checks if the value of the field is XT_DIV4

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

Checks if the value of the field is XT_DIV8

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

Checks if the value of the field is XT_DIV32

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

Checks if the value of the field is CTMRA0

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

Checks if the value of the field is CTMRB1

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

Checks if the value of the field is CTMRA1

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

Checks if the value of the field is CTMRA2

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

Checks if the value of the field is CTMRB2

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

Checks if the value of the field is CTMRB3

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

Checks if the value of the field is CTMRB4

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

Checks if the value of the field is CTMRB5

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

Checks if the value of the field is CTMRB6

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

Checks if the value of the field is BUCKBLE

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

Checks if the value of the field is BUCKB

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

Checks if the value of the field is BUCKA

impl R<bool, TMRB0EN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, TMRA0POL_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NORMAL

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

Checks if the value of the field is INVERTED

impl R<bool, TMRA0CLR_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is RUN

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

Checks if the value of the field is CLEAR

impl R<bool, TMRA0IE1_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, TMRA0IE0_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u8, TMRA0FN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is SINGLECOUNT

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

Checks if the value of the field is REPEATEDCOUNT

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

Checks if the value of the field is PULSE_ONCE

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

Checks if the value of the field is PULSE_CONT

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

Checks if the value of the field is SINGLEPATTERN

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

Checks if the value of the field is REPEATPATTERN

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

Checks if the value of the field is CONTINUOUS

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

Checks if the value of the field is ALTPWN

impl R<u8, TMRA0CLK_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is TMRPIN

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

Checks if the value of the field is HFRC_DIV4

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

Checks if the value of the field is HFRC_DIV16

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

Checks if the value of the field is HFRC_DIV256

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

Checks if the value of the field is HFRC_DIV1024

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

Checks if the value of the field is HFRC_DIV4K

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

Checks if the value of the field is XT

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

Checks if the value of the field is XT_DIV2

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

Checks if the value of the field is XT_DIV16

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

Checks if the value of the field is XT_DIV128

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

Checks if the value of the field is LFRC_DIV2

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

Checks if the value of the field is LFRC_DIV32

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

Checks if the value of the field is LFRC_DIV1K

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

Checks if the value of the field is LFRC

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

Checks if the value of the field is RTC_100HZ

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

Checks if the value of the field is HCLK_DIV4

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

Checks if the value of the field is XT_DIV4

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

Checks if the value of the field is XT_DIV8

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

Checks if the value of the field is XT_DIV32

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

Checks if the value of the field is CTMRB0

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

Checks if the value of the field is CTMRA1

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

Checks if the value of the field is CTMRB1

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

Checks if the value of the field is CTMRA2

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

Checks if the value of the field is CTMRB2

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

Checks if the value of the field is CTMRB3

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

Checks if the value of the field is CTMRB4

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

Checks if the value of the field is CTMRB5

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

Checks if the value of the field is CTMRB6

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

Checks if the value of the field is BUCKBLE

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

Checks if the value of the field is BUCKB

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

Checks if the value of the field is BUCKA

impl R<bool, TMRA0EN_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL0>>[src]

pub fn ctlink0(&self) -> CTLINK0_R[src]

Bit 31 - Counter/Timer A0/B0 Link bit.

pub fn tmrb0pol(&self) -> TMRB0POL_R[src]

Bit 28 - Counter/Timer B0 output polarity.

pub fn tmrb0clr(&self) -> TMRB0CLR_R[src]

Bit 27 - Counter/Timer B0 Clear bit.

pub fn tmrb0ie1(&self) -> TMRB0IE1_R[src]

Bit 26 - Counter/Timer B0 Interrupt Enable bit for COMPR1.

pub fn tmrb0ie0(&self) -> TMRB0IE0_R[src]

Bit 25 - Counter/Timer B0 Interrupt Enable bit for COMPR0.

pub fn tmrb0fn(&self) -> TMRB0FN_R[src]

Bits 22:24 - Counter/Timer B0 Function Select.

pub fn tmrb0clk(&self) -> TMRB0CLK_R[src]

Bits 17:21 - Counter/Timer B0 Clock Select.

pub fn tmrb0en(&self) -> TMRB0EN_R[src]

Bit 16 - Counter/Timer B0 Enable bit.

pub fn tmra0pol(&self) -> TMRA0POL_R[src]

Bit 12 - Counter/Timer A0 output polarity.

pub fn tmra0clr(&self) -> TMRA0CLR_R[src]

Bit 11 - Counter/Timer A0 Clear bit.

pub fn tmra0ie1(&self) -> TMRA0IE1_R[src]

Bit 10 - Counter/Timer A0 Interrupt Enable bit based on COMPR1.

pub fn tmra0ie0(&self) -> TMRA0IE0_R[src]

Bit 9 - Counter/Timer A0 Interrupt Enable bit based on COMPR0.

pub fn tmra0fn(&self) -> TMRA0FN_R[src]

Bits 6:8 - Counter/Timer A0 Function Select.

pub fn tmra0clk(&self) -> TMRA0CLK_R[src]

Bits 1:5 - Counter/Timer A0 Clock Select.

pub fn tmra0en(&self) -> TMRA0EN_R[src]

Bit 0 - Counter/Timer A0 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA0>>[src]

pub fn cmpr3a0(&self) -> CMPR3A0_R[src]

Bits 16:31 - Counter/Timer A0 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a0(&self) -> CMPR2A0_R[src]

Bits 0:15 - Counter/Timer A0 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB0>>[src]

pub fn cmpr3b0(&self) -> CMPR3B0_R[src]

Bits 16:31 - Counter/Timer B0 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b0(&self) -> CMPR2B0_R[src]

Bits 0:15 - Counter/Timer B0 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB0EN23_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, TMRB0POL23_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NORM

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

Checks if the value of the field is INV

impl R<bool, TMRB0TINV_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, TMRB0NOSYNC_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is NOSYNC

impl R<u8, TMRB0TRIG_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is A0OUT

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

Checks if the value of the field is B3OUT

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

Checks if the value of the field is A3OUT

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

Checks if the value of the field is B2OUT

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

Checks if the value of the field is B5OUT

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

Checks if the value of the field is A4OUT

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

Checks if the value of the field is B4OUT

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

Checks if the value of the field is B3OUT2

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

Checks if the value of the field is A3OUT2

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

Checks if the value of the field is B7OUT2

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

Checks if the value of the field is A2OUT2

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

Checks if the value of the field is A6OUT2DUAL

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

Checks if the value of the field is A7OUT2DUAL

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

Checks if the value of the field is B5OUT2DUAL

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

Checks if the value of the field is A5OUT2DUAL

impl R<bool, TMRA0EN23_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is DIS

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

Checks if the value of the field is EN

impl R<bool, TMRA0POL23_A>[src]

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

Get enumerated values variant

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

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA0TINV_A>[src]

pub fn variant(&self) -> TMRA0TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA0NOSYNC_A>[src]

pub fn variant(&self) -> TMRA0NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA0TRIG_A>[src]

pub fn variant(&self) -> TMRA0TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_b6out2(&self) -> bool[src]

Checks if the value of the field is B6OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b4out2dual(&self) -> bool[src]

Checks if the value of the field is B4OUT2DUAL

pub fn is_a4out2dual(&self) -> bool[src]

Checks if the value of the field is A4OUT2DUAL

impl R<u32, Reg<u32, _AUX0>>[src]

pub fn tmrb0en23(&self) -> TMRB0EN23_R[src]

Bit 30 - Counter/Timer B0 Upper compare enable.

pub fn tmrb0pol23(&self) -> TMRB0POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb0tinv(&self) -> TMRB0TINV_R[src]

Bit 28 - Counter/Timer B0 Invert on trigger.

pub fn tmrb0nosync(&self) -> TMRB0NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb0trig(&self) -> TMRB0TRIG_R[src]

Bits 23:26 - Counter/Timer B0 Trigger Select.

pub fn tmrb0lmt(&self) -> TMRB0LMT_R[src]

Bits 16:21 - Counter/Timer B0 Pattern Limit Count.

pub fn tmra0en23(&self) -> TMRA0EN23_R[src]

Bit 14 - Counter/Timer A0 Upper compare enable.

pub fn tmra0pol23(&self) -> TMRA0POL23_R[src]

Bit 13 - Counter/Timer A0 Upper output polarity

pub fn tmra0tinv(&self) -> TMRA0TINV_R[src]

Bit 12 - Counter/Timer A0 Invert on trigger.

pub fn tmra0nosync(&self) -> TMRA0NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra0trig(&self) -> TMRA0TRIG_R[src]

Bits 7:10 - Counter/Timer A0 Trigger Select.

pub fn tmra0lmt(&self) -> TMRA0LMT_R[src]

Bits 0:6 - Counter/Timer A0 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR1>>[src]

pub fn cttmrb1(&self) -> CTTMRB1_R[src]

Bits 16:31 - Counter/Timer B1.

pub fn cttmra1(&self) -> CTTMRA1_R[src]

Bits 0:15 - Counter/Timer A1.

impl R<u32, Reg<u32, _CMPRA1>>[src]

pub fn cmpr1a1(&self) -> CMPR1A1_R[src]

Bits 16:31 - Counter/Timer A1 Compare Register 1.

pub fn cmpr0a1(&self) -> CMPR0A1_R[src]

Bits 0:15 - Counter/Timer A1 Compare Register 0.

impl R<u32, Reg<u32, _CMPRB1>>[src]

pub fn cmpr1b1(&self) -> CMPR1B1_R[src]

Bits 16:31 - Counter/Timer B1 Compare Register 1.

pub fn cmpr0b1(&self) -> CMPR0B1_R[src]

Bits 0:15 - Counter/Timer B1 Compare Register 0.

impl R<bool, CTLINK1_A>[src]

pub fn variant(&self) -> CTLINK1_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB1POL_A>[src]

pub fn variant(&self) -> TMRB1POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB1CLR_A>[src]

pub fn variant(&self) -> TMRB1CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB1IE1_A>[src]

pub fn variant(&self) -> TMRB1IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB1IE0_A>[src]

pub fn variant(&self) -> TMRB1IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB1FN_A>[src]

pub fn variant(&self) -> TMRB1FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB1CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB1CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra1(&self) -> bool[src]

Checks if the value of the field is CTMRA1

pub fn is_ctmra0(&self) -> bool[src]

Checks if the value of the field is CTMRA0

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB1EN_A>[src]

pub fn variant(&self) -> TMRB1EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA1POL_A>[src]

pub fn variant(&self) -> TMRA1POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA1CLR_A>[src]

pub fn variant(&self) -> TMRA1CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA1IE1_A>[src]

pub fn variant(&self) -> TMRA1IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA1IE0_A>[src]

pub fn variant(&self) -> TMRA1IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA1FN_A>[src]

pub fn variant(&self) -> TMRA1FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA1CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA1CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmra0(&self) -> bool[src]

Checks if the value of the field is CTMRA0

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA1EN_A>[src]

pub fn variant(&self) -> TMRA1EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL1>>[src]

pub fn ctlink1(&self) -> CTLINK1_R[src]

Bit 31 - Counter/Timer A1/B1 Link bit.

pub fn tmrb1pol(&self) -> TMRB1POL_R[src]

Bit 28 - Counter/Timer B1 output polarity.

pub fn tmrb1clr(&self) -> TMRB1CLR_R[src]

Bit 27 - Counter/Timer B1 Clear bit.

pub fn tmrb1ie1(&self) -> TMRB1IE1_R[src]

Bit 26 - Counter/Timer B1 Interrupt Enable bit for COMPR1.

pub fn tmrb1ie0(&self) -> TMRB1IE0_R[src]

Bit 25 - Counter/Timer B1 Interrupt Enable bit for COMPR0.

pub fn tmrb1fn(&self) -> TMRB1FN_R[src]

Bits 22:24 - Counter/Timer B1 Function Select.

pub fn tmrb1clk(&self) -> TMRB1CLK_R[src]

Bits 17:21 - Counter/Timer B1 Clock Select.

pub fn tmrb1en(&self) -> TMRB1EN_R[src]

Bit 16 - Counter/Timer B1 Enable bit.

pub fn tmra1pol(&self) -> TMRA1POL_R[src]

Bit 12 - Counter/Timer A1 output polarity.

pub fn tmra1clr(&self) -> TMRA1CLR_R[src]

Bit 11 - Counter/Timer A1 Clear bit.

pub fn tmra1ie1(&self) -> TMRA1IE1_R[src]

Bit 10 - Counter/Timer A1 Interrupt Enable bit based on COMPR1.

pub fn tmra1ie0(&self) -> TMRA1IE0_R[src]

Bit 9 - Counter/Timer A1 Interrupt Enable bit based on COMPR0.

pub fn tmra1fn(&self) -> TMRA1FN_R[src]

Bits 6:8 - Counter/Timer A1 Function Select.

pub fn tmra1clk(&self) -> TMRA1CLK_R[src]

Bits 1:5 - Counter/Timer A1 Clock Select.

pub fn tmra1en(&self) -> TMRA1EN_R[src]

Bit 0 - Counter/Timer A1 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA1>>[src]

pub fn cmpr3a1(&self) -> CMPR3A1_R[src]

Bits 16:31 - Counter/Timer A1 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a1(&self) -> CMPR2A1_R[src]

Bits 0:15 - Counter/Timer A1 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB1>>[src]

pub fn cmpr3b1(&self) -> CMPR3B1_R[src]

Bits 16:31 - Counter/Timer B1 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b1(&self) -> CMPR2B1_R[src]

Bits 0:15 - Counter/Timer B1 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB1EN23_A>[src]

pub fn variant(&self) -> TMRB1EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB1POL23_A>[src]

pub fn variant(&self) -> TMRB1POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB1TINV_A>[src]

pub fn variant(&self) -> TMRB1TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB1NOSYNC_A>[src]

pub fn variant(&self) -> TMRB1NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB1TRIG_A>[src]

pub fn variant(&self) -> TMRB1TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a4out2(&self) -> bool[src]

Checks if the value of the field is A4OUT2

pub fn is_b4out2(&self) -> bool[src]

Checks if the value of the field is B4OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b5out2dual(&self) -> bool[src]

Checks if the value of the field is B5OUT2DUAL

pub fn is_a5out2dual(&self) -> bool[src]

Checks if the value of the field is A5OUT2DUAL

impl R<bool, TMRA1EN23_A>[src]

pub fn variant(&self) -> TMRA1EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA1POL23_A>[src]

pub fn variant(&self) -> TMRA1POL23_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA1TINV_A>[src]

pub fn variant(&self) -> TMRA1TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA1NOSYNC_A>[src]

pub fn variant(&self) -> TMRA1NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA1TRIG_A>[src]

pub fn variant(&self) -> TMRA1TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a4out2(&self) -> bool[src]

Checks if the value of the field is A4OUT2

pub fn is_b4out2(&self) -> bool[src]

Checks if the value of the field is B4OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b5out2dual(&self) -> bool[src]

Checks if the value of the field is B5OUT2DUAL

pub fn is_a5out2dual(&self) -> bool[src]

Checks if the value of the field is A5OUT2DUAL

impl R<u32, Reg<u32, _AUX1>>[src]

pub fn tmrb1en23(&self) -> TMRB1EN23_R[src]

Bit 30 - Counter/Timer B1 Upper compare enable.

pub fn tmrb1pol23(&self) -> TMRB1POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb1tinv(&self) -> TMRB1TINV_R[src]

Bit 28 - Counter/Timer B1 Invert on trigger.

pub fn tmrb1nosync(&self) -> TMRB1NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb1trig(&self) -> TMRB1TRIG_R[src]

Bits 23:26 - Counter/Timer B1 Trigger Select.

pub fn tmrb1lmt(&self) -> TMRB1LMT_R[src]

Bits 16:21 - Counter/Timer B1 Pattern Limit Count.

pub fn tmra1en23(&self) -> TMRA1EN23_R[src]

Bit 14 - Counter/Timer A1 Upper compare enable.

pub fn tmra1pol23(&self) -> TMRA1POL23_R[src]

Bit 13 - Counter/Timer A1 Upper output polarity

pub fn tmra1tinv(&self) -> TMRA1TINV_R[src]

Bit 12 - Counter/Timer A1 Invert on trigger.

pub fn tmra1nosync(&self) -> TMRA1NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra1trig(&self) -> TMRA1TRIG_R[src]

Bits 7:10 - Counter/Timer A1 Trigger Select.

pub fn tmra1lmt(&self) -> TMRA1LMT_R[src]

Bits 0:6 - Counter/Timer A1 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR2>>[src]

pub fn cttmrb2(&self) -> CTTMRB2_R[src]

Bits 16:31 - Counter/Timer B2.

pub fn cttmra2(&self) -> CTTMRA2_R[src]

Bits 0:15 - Counter/Timer A2.

impl R<u32, Reg<u32, _CMPRA2>>[src]

pub fn cmpr1a2(&self) -> CMPR1A2_R[src]

Bits 16:31 - Counter/Timer A2 Compare Register 1.

pub fn cmpr0a2(&self) -> CMPR0A2_R[src]

Bits 0:15 - Counter/Timer A2 Compare Register 0.

impl R<u32, Reg<u32, _CMPRB2>>[src]

pub fn cmpr1b2(&self) -> CMPR1B2_R[src]

Bits 16:31 - Counter/Timer B2 Compare Register 1.

pub fn cmpr0b2(&self) -> CMPR0B2_R[src]

Bits 0:15 - Counter/Timer B2 Compare Register 0.

impl R<bool, CTLINK2_A>[src]

pub fn variant(&self) -> CTLINK2_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB2POL_A>[src]

pub fn variant(&self) -> TMRB2POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB2CLR_A>[src]

pub fn variant(&self) -> TMRB2CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB2IE1_A>[src]

pub fn variant(&self) -> TMRB2IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB2IE0_A>[src]

pub fn variant(&self) -> TMRB2IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB2FN_A>[src]

pub fn variant(&self) -> TMRB2FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB2CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB2CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmra3(&self) -> bool[src]

Checks if the value of the field is CTMRA3

pub fn is_ctmra4(&self) -> bool[src]

Checks if the value of the field is CTMRA4

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB2EN_A>[src]

pub fn variant(&self) -> TMRB2EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA2POL_A>[src]

pub fn variant(&self) -> TMRA2POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA2CLR_A>[src]

pub fn variant(&self) -> TMRA2CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA2IE1_A>[src]

pub fn variant(&self) -> TMRA2IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA2IE0_A>[src]

pub fn variant(&self) -> TMRA2IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA2FN_A>[src]

pub fn variant(&self) -> TMRA2FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA2CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA2CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmra3(&self) -> bool[src]

Checks if the value of the field is CTMRA3

pub fn is_ctmra4(&self) -> bool[src]

Checks if the value of the field is CTMRA4

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA2EN_A>[src]

pub fn variant(&self) -> TMRA2EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL2>>[src]

pub fn ctlink2(&self) -> CTLINK2_R[src]

Bit 31 - Counter/Timer A2/B2 Link bit.

pub fn tmrb2pol(&self) -> TMRB2POL_R[src]

Bit 28 - Counter/Timer B2 output polarity.

pub fn tmrb2clr(&self) -> TMRB2CLR_R[src]

Bit 27 - Counter/Timer B2 Clear bit.

pub fn tmrb2ie1(&self) -> TMRB2IE1_R[src]

Bit 26 - Counter/Timer B2 Interrupt Enable bit for COMPR1.

pub fn tmrb2ie0(&self) -> TMRB2IE0_R[src]

Bit 25 - Counter/Timer B2 Interrupt Enable bit for COMPR0.

pub fn tmrb2fn(&self) -> TMRB2FN_R[src]

Bits 22:24 - Counter/Timer B2 Function Select.

pub fn tmrb2clk(&self) -> TMRB2CLK_R[src]

Bits 17:21 - Counter/Timer B2 Clock Select.

pub fn tmrb2en(&self) -> TMRB2EN_R[src]

Bit 16 - Counter/Timer B2 Enable bit.

pub fn tmra2pol(&self) -> TMRA2POL_R[src]

Bit 12 - Counter/Timer A2 output polarity.

pub fn tmra2clr(&self) -> TMRA2CLR_R[src]

Bit 11 - Counter/Timer A2 Clear bit.

pub fn tmra2ie1(&self) -> TMRA2IE1_R[src]

Bit 10 - Counter/Timer A2 Interrupt Enable bit based on COMPR1.

pub fn tmra2ie0(&self) -> TMRA2IE0_R[src]

Bit 9 - Counter/Timer A2 Interrupt Enable bit based on COMPR0.

pub fn tmra2fn(&self) -> TMRA2FN_R[src]

Bits 6:8 - Counter/Timer A2 Function Select.

pub fn tmra2clk(&self) -> TMRA2CLK_R[src]

Bits 1:5 - Counter/Timer A2 Clock Select.

pub fn tmra2en(&self) -> TMRA2EN_R[src]

Bit 0 - Counter/Timer A2 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA2>>[src]

pub fn cmpr3a2(&self) -> CMPR3A2_R[src]

Bits 16:31 - Counter/Timer A2 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a2(&self) -> CMPR2A2_R[src]

Bits 0:15 - Counter/Timer A2 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB2>>[src]

pub fn cmpr3b2(&self) -> CMPR3B2_R[src]

Bits 16:31 - Counter/Timer B2 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b2(&self) -> CMPR2B2_R[src]

Bits 0:15 - Counter/Timer B2 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB2EN23_A>[src]

pub fn variant(&self) -> TMRB2EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB2POL23_A>[src]

pub fn variant(&self) -> TMRB2POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB2TINV_A>[src]

pub fn variant(&self) -> TMRB2TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB2NOSYNC_A>[src]

pub fn variant(&self) -> TMRB2NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB2TRIG_A>[src]

pub fn variant(&self) -> TMRB2TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b4out2dual(&self) -> bool[src]

Checks if the value of the field is B4OUT2DUAL

pub fn is_a4out2dual(&self) -> bool[src]

Checks if the value of the field is A4OUT2DUAL

impl R<bool, TMRA2EN23_A>[src]

pub fn variant(&self) -> TMRA2EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA2POL23_A>[src]

pub fn variant(&self) -> TMRA2POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA2TINV_A>[src]

pub fn variant(&self) -> TMRA2TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA2NOSYNC_A>[src]

pub fn variant(&self) -> TMRA2NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA2TRIG_A>[src]

pub fn variant(&self) -> TMRA2TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b4out2dual(&self) -> bool[src]

Checks if the value of the field is B4OUT2DUAL

pub fn is_a4out2dual(&self) -> bool[src]

Checks if the value of the field is A4OUT2DUAL

impl R<u32, Reg<u32, _AUX2>>[src]

pub fn tmrb2en23(&self) -> TMRB2EN23_R[src]

Bit 30 - Counter/Timer B2 Upper compare enable.

pub fn tmrb2pol23(&self) -> TMRB2POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb2tinv(&self) -> TMRB2TINV_R[src]

Bit 28 - Counter/Timer B2 Invert on trigger.

pub fn tmrb2nosync(&self) -> TMRB2NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb2trig(&self) -> TMRB2TRIG_R[src]

Bits 23:26 - Counter/Timer B2 Trigger Select.

pub fn tmrb2lmt(&self) -> TMRB2LMT_R[src]

Bits 16:21 - Counter/Timer B2 Pattern Limit Count.

pub fn tmra2en23(&self) -> TMRA2EN23_R[src]

Bit 14 - Counter/Timer A2 Upper compare enable.

pub fn tmra2pol23(&self) -> TMRA2POL23_R[src]

Bit 13 - Counter/Timer A2 Upper output polarity

pub fn tmra2tinv(&self) -> TMRA2TINV_R[src]

Bit 12 - Counter/Timer A2 Invert on trigger.

pub fn tmra2nosync(&self) -> TMRA2NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra2trig(&self) -> TMRA2TRIG_R[src]

Bits 7:10 - Counter/Timer A2 Trigger Select.

pub fn tmra2lmt(&self) -> TMRA2LMT_R[src]

Bits 0:6 - Counter/Timer A2 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR3>>[src]

pub fn cttmrb3(&self) -> CTTMRB3_R[src]

Bits 16:31 - Counter/Timer B3.

pub fn cttmra3(&self) -> CTTMRA3_R[src]

Bits 0:15 - Counter/Timer A3.

impl R<u32, Reg<u32, _CMPRA3>>[src]

pub fn cmpr1a3(&self) -> CMPR1A3_R[src]

Bits 16:31 - Counter/Timer A3 Compare Register 1.

pub fn cmpr0a3(&self) -> CMPR0A3_R[src]

Bits 0:15 - Counter/Timer A3 Compare Register 0.

impl R<u32, Reg<u32, _CMPRB3>>[src]

pub fn cmpr1b3(&self) -> CMPR1B3_R[src]

Bits 16:31 - Counter/Timer B3 Compare Register 1.

pub fn cmpr0b3(&self) -> CMPR0B3_R[src]

Bits 0:15 - Counter/Timer B3 Compare Register 0.

impl R<bool, CTLINK3_A>[src]

pub fn variant(&self) -> CTLINK3_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB3POL_A>[src]

pub fn variant(&self) -> TMRB3POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB3CLR_A>[src]

pub fn variant(&self) -> TMRB3CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB3IE1_A>[src]

pub fn variant(&self) -> TMRB3IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB3IE0_A>[src]

pub fn variant(&self) -> TMRB3IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB3FN_A>[src]

pub fn variant(&self) -> TMRB3FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB3CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB3CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra3(&self) -> bool[src]

Checks if the value of the field is CTMRA3

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmra4(&self) -> bool[src]

Checks if the value of the field is CTMRA4

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB3EN_A>[src]

pub fn variant(&self) -> TMRB3EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA3POL_A>[src]

pub fn variant(&self) -> TMRA3POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA3CLR_A>[src]

pub fn variant(&self) -> TMRA3CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA3IE1_A>[src]

pub fn variant(&self) -> TMRA3IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA3IE0_A>[src]

pub fn variant(&self) -> TMRA3IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA3FN_A>[src]

pub fn variant(&self) -> TMRA3FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA3CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA3CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmra4(&self) -> bool[src]

Checks if the value of the field is CTMRA4

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA3EN_A>[src]

pub fn variant(&self) -> TMRA3EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL3>>[src]

pub fn ctlink3(&self) -> CTLINK3_R[src]

Bit 31 - Counter/Timer A3/B3 Link bit.

pub fn tmrb3pol(&self) -> TMRB3POL_R[src]

Bit 28 - Counter/Timer B3 output polarity.

pub fn tmrb3clr(&self) -> TMRB3CLR_R[src]

Bit 27 - Counter/Timer B3 Clear bit.

pub fn tmrb3ie1(&self) -> TMRB3IE1_R[src]

Bit 26 - Counter/Timer B3 Interrupt Enable bit for COMPR1.

pub fn tmrb3ie0(&self) -> TMRB3IE0_R[src]

Bit 25 - Counter/Timer B3 Interrupt Enable bit for COMPR0.

pub fn tmrb3fn(&self) -> TMRB3FN_R[src]

Bits 22:24 - Counter/Timer B3 Function Select.

pub fn tmrb3clk(&self) -> TMRB3CLK_R[src]

Bits 17:21 - Counter/Timer B3 Clock Select.

pub fn tmrb3en(&self) -> TMRB3EN_R[src]

Bit 16 - Counter/Timer B3 Enable bit.

pub fn adcen(&self) -> ADCEN_R[src]

Bit 15 - Special Timer A3 enable for ADC function.

pub fn tmra3pol(&self) -> TMRA3POL_R[src]

Bit 12 - Counter/Timer A3 output polarity.

pub fn tmra3clr(&self) -> TMRA3CLR_R[src]

Bit 11 - Counter/Timer A3 Clear bit.

pub fn tmra3ie1(&self) -> TMRA3IE1_R[src]

Bit 10 - Counter/Timer A3 Interrupt Enable bit based on COMPR1.

pub fn tmra3ie0(&self) -> TMRA3IE0_R[src]

Bit 9 - Counter/Timer A3 Interrupt Enable bit based on COMPR0.

pub fn tmra3fn(&self) -> TMRA3FN_R[src]

Bits 6:8 - Counter/Timer A3 Function Select.

pub fn tmra3clk(&self) -> TMRA3CLK_R[src]

Bits 1:5 - Counter/Timer A3 Clock Select.

pub fn tmra3en(&self) -> TMRA3EN_R[src]

Bit 0 - Counter/Timer A3 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA3>>[src]

pub fn cmpr3a3(&self) -> CMPR3A3_R[src]

Bits 16:31 - Counter/Timer A3 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a3(&self) -> CMPR2A3_R[src]

Bits 0:15 - Counter/Timer A3 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB3>>[src]

pub fn cmpr3b3(&self) -> CMPR3B3_R[src]

Bits 16:31 - Counter/Timer B3 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b3(&self) -> CMPR2B3_R[src]

Bits 0:15 - Counter/Timer B3 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB3EN23_A>[src]

pub fn variant(&self) -> TMRB3EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB3POL23_A>[src]

pub fn variant(&self) -> TMRB3POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB3TINV_A>[src]

pub fn variant(&self) -> TMRB3TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB3NOSYNC_A>[src]

pub fn variant(&self) -> TMRB3NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB3TRIG_A>[src]

pub fn variant(&self) -> TMRB3TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b2out2dual(&self) -> bool[src]

Checks if the value of the field is B2OUT2DUAL

pub fn is_a2out2dual(&self) -> bool[src]

Checks if the value of the field is A2OUT2DUAL

impl R<bool, TMRA3EN23_A>[src]

pub fn variant(&self) -> TMRA3EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA3POL23_A>[src]

pub fn variant(&self) -> TMRA3POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA3TINV_A>[src]

pub fn variant(&self) -> TMRA3TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA3NOSYNC_A>[src]

pub fn variant(&self) -> TMRA3NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA3TRIG_A>[src]

pub fn variant(&self) -> TMRA3TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b2out2dual(&self) -> bool[src]

Checks if the value of the field is B2OUT2DUAL

pub fn is_a2out2dual(&self) -> bool[src]

Checks if the value of the field is A2OUT2DUAL

impl R<u32, Reg<u32, _AUX3>>[src]

pub fn tmrb3en23(&self) -> TMRB3EN23_R[src]

Bit 30 - Counter/Timer B3 Upper compare enable.

pub fn tmrb3pol23(&self) -> TMRB3POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb3tinv(&self) -> TMRB3TINV_R[src]

Bit 28 - Counter/Timer B3 Invert on trigger.

pub fn tmrb3nosync(&self) -> TMRB3NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb3trig(&self) -> TMRB3TRIG_R[src]

Bits 23:26 - Counter/Timer B3 Trigger Select.

pub fn tmrb3lmt(&self) -> TMRB3LMT_R[src]

Bits 16:21 - Counter/Timer B3 Pattern Limit Count.

pub fn tmra3en23(&self) -> TMRA3EN23_R[src]

Bit 14 - Counter/Timer A3 Upper compare enable.

pub fn tmra3pol23(&self) -> TMRA3POL23_R[src]

Bit 13 - Counter/Timer A3 Upper output polarity

pub fn tmra3tinv(&self) -> TMRA3TINV_R[src]

Bit 12 - Counter/Timer A3 Invert on trigger.

pub fn tmra3nosync(&self) -> TMRA3NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra3trig(&self) -> TMRA3TRIG_R[src]

Bits 7:10 - Counter/Timer A3 Trigger Select.

pub fn tmra3lmt(&self) -> TMRA3LMT_R[src]

Bits 0:6 - Counter/Timer A3 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR4>>[src]

pub fn cttmrb4(&self) -> CTTMRB4_R[src]

Bits 16:31 - Counter/Timer B4.

pub fn cttmra4(&self) -> CTTMRA4_R[src]

Bits 0:15 - Counter/Timer A4.

impl R<u32, Reg<u32, _CMPRA4>>[src]

pub fn cmpr1a4(&self) -> CMPR1A4_R[src]

Bits 16:31 - Counter/Timer A4 Compare Register 1. Holds the upper limit for timer half A.

pub fn cmpr0a4(&self) -> CMPR0A4_R[src]

Bits 0:15 - Counter/Timer A4 Compare Register 0. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRB4>>[src]

pub fn cmpr1b4(&self) -> CMPR1B4_R[src]

Bits 16:31 - Counter/Timer B4 Compare Register 1. Holds the upper limit for timer half B.

pub fn cmpr0b4(&self) -> CMPR0B4_R[src]

Bits 0:15 - Counter/Timer B4 Compare Register 0. Holds the lower limit for timer half B.

impl R<bool, CTLINK4_A>[src]

pub fn variant(&self) -> CTLINK4_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB4POL_A>[src]

pub fn variant(&self) -> TMRB4POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB4CLR_A>[src]

pub fn variant(&self) -> TMRB4CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB4IE1_A>[src]

pub fn variant(&self) -> TMRB4IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB4IE0_A>[src]

pub fn variant(&self) -> TMRB4IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB4FN_A>[src]

pub fn variant(&self) -> TMRB4FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB4CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB4CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra4(&self) -> bool[src]

Checks if the value of the field is CTMRA4

pub fn is_ctmra1(&self) -> bool[src]

Checks if the value of the field is CTMRA1

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmra5(&self) -> bool[src]

Checks if the value of the field is CTMRA5

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB4EN_A>[src]

pub fn variant(&self) -> TMRB4EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA4POL_A>[src]

pub fn variant(&self) -> TMRA4POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA4CLR_A>[src]

pub fn variant(&self) -> TMRA4CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA4IE1_A>[src]

pub fn variant(&self) -> TMRA4IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA4IE0_A>[src]

pub fn variant(&self) -> TMRA4IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA4FN_A>[src]

pub fn variant(&self) -> TMRA4FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA4CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA4CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmra1(&self) -> bool[src]

Checks if the value of the field is CTMRA1

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmra5(&self) -> bool[src]

Checks if the value of the field is CTMRA5

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA4EN_A>[src]

pub fn variant(&self) -> TMRA4EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL4>>[src]

pub fn ctlink4(&self) -> CTLINK4_R[src]

Bit 31 - Counter/Timer A4/B4 Link bit.

pub fn tmrb4pol(&self) -> TMRB4POL_R[src]

Bit 28 - Counter/Timer B4 output polarity.

pub fn tmrb4clr(&self) -> TMRB4CLR_R[src]

Bit 27 - Counter/Timer B4 Clear bit.

pub fn tmrb4ie1(&self) -> TMRB4IE1_R[src]

Bit 26 - Counter/Timer B4 Interrupt Enable bit for COMPR1.

pub fn tmrb4ie0(&self) -> TMRB4IE0_R[src]

Bit 25 - Counter/Timer B4 Interrupt Enable bit for COMPR0.

pub fn tmrb4fn(&self) -> TMRB4FN_R[src]

Bits 22:24 - Counter/Timer B4 Function Select.

pub fn tmrb4clk(&self) -> TMRB4CLK_R[src]

Bits 17:21 - Counter/Timer B4 Clock Select.

pub fn tmrb4en(&self) -> TMRB4EN_R[src]

Bit 16 - Counter/Timer B4 Enable bit.

pub fn tmra4pol(&self) -> TMRA4POL_R[src]

Bit 12 - Counter/Timer A4 output polarity.

pub fn tmra4clr(&self) -> TMRA4CLR_R[src]

Bit 11 - Counter/Timer A4 Clear bit.

pub fn tmra4ie1(&self) -> TMRA4IE1_R[src]

Bit 10 - Counter/Timer A4 Interrupt Enable bit based on COMPR1.

pub fn tmra4ie0(&self) -> TMRA4IE0_R[src]

Bit 9 - Counter/Timer A4 Interrupt Enable bit based on COMPR0.

pub fn tmra4fn(&self) -> TMRA4FN_R[src]

Bits 6:8 - Counter/Timer A4 Function Select.

pub fn tmra4clk(&self) -> TMRA4CLK_R[src]

Bits 1:5 - Counter/Timer A4 Clock Select.

pub fn tmra4en(&self) -> TMRA4EN_R[src]

Bit 0 - Counter/Timer A4 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA4>>[src]

pub fn cmpr3a4(&self) -> CMPR3A4_R[src]

Bits 16:31 - Counter/Timer A4 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a4(&self) -> CMPR2A4_R[src]

Bits 0:15 - Counter/Timer A4 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB4>>[src]

pub fn cmpr3b4(&self) -> CMPR3B4_R[src]

Bits 16:31 - Counter/Timer B4 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b4(&self) -> CMPR2B4_R[src]

Bits 0:15 - Counter/Timer B4 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB4EN23_A>[src]

pub fn variant(&self) -> TMRB4EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB4POL23_A>[src]

pub fn variant(&self) -> TMRB4POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB4TINV_A>[src]

pub fn variant(&self) -> TMRB4TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB4NOSYNC_A>[src]

pub fn variant(&self) -> TMRB4NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB4TRIG_A>[src]

pub fn variant(&self) -> TMRB4TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b5out2dual(&self) -> bool[src]

Checks if the value of the field is B5OUT2DUAL

pub fn is_a5out2dual(&self) -> bool[src]

Checks if the value of the field is A5OUT2DUAL

impl R<bool, TMRA4EN23_A>[src]

pub fn variant(&self) -> TMRA4EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA4POL23_A>[src]

pub fn variant(&self) -> TMRA4POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA4TINV_A>[src]

pub fn variant(&self) -> TMRA4TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA4NOSYNC_A>[src]

pub fn variant(&self) -> TMRA4NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA4TRIG_A>[src]

pub fn variant(&self) -> TMRA4TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_stimer(&self) -> bool[src]

Checks if the value of the field is STIMER

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b5out2dual(&self) -> bool[src]

Checks if the value of the field is B5OUT2DUAL

pub fn is_a5out2dual(&self) -> bool[src]

Checks if the value of the field is A5OUT2DUAL

impl R<u32, Reg<u32, _AUX4>>[src]

pub fn tmrb4en23(&self) -> TMRB4EN23_R[src]

Bit 30 - Counter/Timer B4 Upper compare enable.

pub fn tmrb4pol23(&self) -> TMRB4POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb4tinv(&self) -> TMRB4TINV_R[src]

Bit 28 - Counter/Timer B4 Invert on trigger.

pub fn tmrb4nosync(&self) -> TMRB4NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb4trig(&self) -> TMRB4TRIG_R[src]

Bits 23:26 - Counter/Timer B4 Trigger Select.

pub fn tmrb4lmt(&self) -> TMRB4LMT_R[src]

Bits 16:21 - Counter/Timer B4 Pattern Limit Count.

pub fn tmra4en23(&self) -> TMRA4EN23_R[src]

Bit 14 - Counter/Timer A4 Upper compare enable.

pub fn tmra4pol23(&self) -> TMRA4POL23_R[src]

Bit 13 - Counter/Timer A4 Upper output polarity

pub fn tmra4tinv(&self) -> TMRA4TINV_R[src]

Bit 12 - Counter/Timer A4 Invert on trigger.

pub fn tmra4nosync(&self) -> TMRA4NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra4trig(&self) -> TMRA4TRIG_R[src]

Bits 7:10 - Counter/Timer A4 Trigger Select.

pub fn tmra4lmt(&self) -> TMRA4LMT_R[src]

Bits 0:6 - Counter/Timer A4 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR5>>[src]

pub fn cttmrb5(&self) -> CTTMRB5_R[src]

Bits 16:31 - Counter/Timer B5.

pub fn cttmra5(&self) -> CTTMRA5_R[src]

Bits 0:15 - Counter/Timer A5.

impl R<u32, Reg<u32, _CMPRA5>>[src]

pub fn cmpr1a5(&self) -> CMPR1A5_R[src]

Bits 16:31 - Counter/Timer A5 Compare Register 1.

pub fn cmpr0a5(&self) -> CMPR0A5_R[src]

Bits 0:15 - Counter/Timer A5 Compare Register 0.

impl R<u32, Reg<u32, _CMPRB5>>[src]

pub fn cmpr1b5(&self) -> CMPR1B5_R[src]

Bits 16:31 - Counter/Timer B5 Compare Register 1.

pub fn cmpr0b5(&self) -> CMPR0B5_R[src]

Bits 0:15 - Counter/Timer B5 Compare Register 0.

impl R<bool, CTLINK5_A>[src]

pub fn variant(&self) -> CTLINK5_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB5POL_A>[src]

pub fn variant(&self) -> TMRB5POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB5CLR_A>[src]

pub fn variant(&self) -> TMRB5CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB5IE1_A>[src]

pub fn variant(&self) -> TMRB5IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB5IE0_A>[src]

pub fn variant(&self) -> TMRB5IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB5FN_A>[src]

pub fn variant(&self) -> TMRB5FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB5CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB5CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra5(&self) -> bool[src]

Checks if the value of the field is CTMRA5

pub fn is_ctmra0(&self) -> bool[src]

Checks if the value of the field is CTMRA0

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmra6(&self) -> bool[src]

Checks if the value of the field is CTMRA6

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB5EN_A>[src]

pub fn variant(&self) -> TMRB5EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA5POL_A>[src]

pub fn variant(&self) -> TMRA5POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA5CLR_A>[src]

pub fn variant(&self) -> TMRA5CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA5IE1_A>[src]

pub fn variant(&self) -> TMRA5IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA5IE0_A>[src]

pub fn variant(&self) -> TMRA5IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA5FN_A>[src]

pub fn variant(&self) -> TMRA5FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA5CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA5CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_ctmra0(&self) -> bool[src]

Checks if the value of the field is CTMRA0

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmra6(&self) -> bool[src]

Checks if the value of the field is CTMRA6

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA5EN_A>[src]

pub fn variant(&self) -> TMRA5EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL5>>[src]

pub fn ctlink5(&self) -> CTLINK5_R[src]

Bit 31 - Counter/Timer A5/B5 Link bit.

pub fn tmrb5pol(&self) -> TMRB5POL_R[src]

Bit 28 - Counter/Timer B5 output polarity.

pub fn tmrb5clr(&self) -> TMRB5CLR_R[src]

Bit 27 - Counter/Timer B5 Clear bit.

pub fn tmrb5ie1(&self) -> TMRB5IE1_R[src]

Bit 26 - Counter/Timer B5 Interrupt Enable bit for COMPR1.

pub fn tmrb5ie0(&self) -> TMRB5IE0_R[src]

Bit 25 - Counter/Timer B5 Interrupt Enable bit for COMPR0.

pub fn tmrb5fn(&self) -> TMRB5FN_R[src]

Bits 22:24 - Counter/Timer B5 Function Select.

pub fn tmrb5clk(&self) -> TMRB5CLK_R[src]

Bits 17:21 - Counter/Timer B5 Clock Select.

pub fn tmrb5en(&self) -> TMRB5EN_R[src]

Bit 16 - Counter/Timer B5 Enable bit.

pub fn tmra5pol(&self) -> TMRA5POL_R[src]

Bit 12 - Counter/Timer A5 output polarity.

pub fn tmra5clr(&self) -> TMRA5CLR_R[src]

Bit 11 - Counter/Timer A5 Clear bit.

pub fn tmra5ie1(&self) -> TMRA5IE1_R[src]

Bit 10 - Counter/Timer A5 Interrupt Enable bit based on COMPR1.

pub fn tmra5ie0(&self) -> TMRA5IE0_R[src]

Bit 9 - Counter/Timer A5 Interrupt Enable bit based on COMPR0.

pub fn tmra5fn(&self) -> TMRA5FN_R[src]

Bits 6:8 - Counter/Timer A5 Function Select.

pub fn tmra5clk(&self) -> TMRA5CLK_R[src]

Bits 1:5 - Counter/Timer A5 Clock Select.

pub fn tmra5en(&self) -> TMRA5EN_R[src]

Bit 0 - Counter/Timer A5 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA5>>[src]

pub fn cmpr3a5(&self) -> CMPR3A5_R[src]

Bits 16:31 - Counter/Timer A5 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a5(&self) -> CMPR2A5_R[src]

Bits 0:15 - Counter/Timer A5 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB5>>[src]

pub fn cmpr3b5(&self) -> CMPR3B5_R[src]

Bits 16:31 - Counter/Timer B5 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b5(&self) -> CMPR2B5_R[src]

Bits 0:15 - Counter/Timer B5 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB5EN23_A>[src]

pub fn variant(&self) -> TMRB5EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB5POL23_A>[src]

pub fn variant(&self) -> TMRB5POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB5TINV_A>[src]

pub fn variant(&self) -> TMRB5TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB5NOSYNC_A>[src]

pub fn variant(&self) -> TMRB5NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB5TRIG_A>[src]

pub fn variant(&self) -> TMRB5TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a0out2(&self) -> bool[src]

Checks if the value of the field is A0OUT2

pub fn is_b0out2(&self) -> bool[src]

Checks if the value of the field is B0OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b4out2dual(&self) -> bool[src]

Checks if the value of the field is B4OUT2DUAL

pub fn is_a4out2dual(&self) -> bool[src]

Checks if the value of the field is A4OUT2DUAL

impl R<bool, TMRA5EN23_A>[src]

pub fn variant(&self) -> TMRA5EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA5POL23_A>[src]

pub fn variant(&self) -> TMRA5POL23_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA5TINV_A>[src]

pub fn variant(&self) -> TMRA5TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA5NOSYNC_A>[src]

pub fn variant(&self) -> TMRA5NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA5TRIG_A>[src]

pub fn variant(&self) -> TMRA5TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_stimer(&self) -> bool[src]

Checks if the value of the field is STIMER

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a0out2(&self) -> bool[src]

Checks if the value of the field is A0OUT2

pub fn is_b0out2(&self) -> bool[src]

Checks if the value of the field is B0OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b4out2dual(&self) -> bool[src]

Checks if the value of the field is B4OUT2DUAL

pub fn is_a4out2dual(&self) -> bool[src]

Checks if the value of the field is A4OUT2DUAL

impl R<u32, Reg<u32, _AUX5>>[src]

pub fn tmrb5en23(&self) -> TMRB5EN23_R[src]

Bit 30 - Counter/Timer B5 Upper compare enable.

pub fn tmrb5pol23(&self) -> TMRB5POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb5tinv(&self) -> TMRB5TINV_R[src]

Bit 28 - Counter/Timer B5 Invert on trigger.

pub fn tmrb5nosync(&self) -> TMRB5NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb5trig(&self) -> TMRB5TRIG_R[src]

Bits 23:26 - Counter/Timer B5 Trigger Select.

pub fn tmrb5lmt(&self) -> TMRB5LMT_R[src]

Bits 16:21 - Counter/Timer B5 Pattern Limit Count.

pub fn tmra5en23(&self) -> TMRA5EN23_R[src]

Bit 14 - Counter/Timer A5 Upper compare enable.

pub fn tmra5pol23(&self) -> TMRA5POL23_R[src]

Bit 13 - Counter/Timer A5 Upper output polarity

pub fn tmra5tinv(&self) -> TMRA5TINV_R[src]

Bit 12 - Counter/Timer A5 Invert on trigger.

pub fn tmra5nosync(&self) -> TMRA5NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra5trig(&self) -> TMRA5TRIG_R[src]

Bits 7:10 - Counter/Timer A5 Trigger Select.

pub fn tmra5lmt(&self) -> TMRA5LMT_R[src]

Bits 0:6 - Counter/Timer A5 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR6>>[src]

pub fn cttmrb6(&self) -> CTTMRB6_R[src]

Bits 16:31 - Counter/Timer B6.

pub fn cttmra6(&self) -> CTTMRA6_R[src]

Bits 0:15 - Counter/Timer A6.

impl R<u32, Reg<u32, _CMPRA6>>[src]

pub fn cmpr1a6(&self) -> CMPR1A6_R[src]

Bits 16:31 - Counter/Timer A6 Compare Register 1.

pub fn cmpr0a6(&self) -> CMPR0A6_R[src]

Bits 0:15 - Counter/Timer A6 Compare Register 0.

impl R<u32, Reg<u32, _CMPRB6>>[src]

pub fn cmpr1b6(&self) -> CMPR1B6_R[src]

Bits 16:31 - Counter/Timer B6 Compare Register 1.

pub fn cmpr0b6(&self) -> CMPR0B6_R[src]

Bits 0:15 - Counter/Timer B6 Compare Register 0.

impl R<bool, CTLINK6_A>[src]

pub fn variant(&self) -> CTLINK6_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB6POL_A>[src]

pub fn variant(&self) -> TMRB6POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB6CLR_A>[src]

pub fn variant(&self) -> TMRB6CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB6IE1_A>[src]

pub fn variant(&self) -> TMRB6IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB6IE0_A>[src]

pub fn variant(&self) -> TMRB6IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB6FN_A>[src]

pub fn variant(&self) -> TMRB6FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB6CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB6CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra6(&self) -> bool[src]

Checks if the value of the field is CTMRA6

pub fn is_ctmra3(&self) -> bool[src]

Checks if the value of the field is CTMRA3

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmra7(&self) -> bool[src]

Checks if the value of the field is CTMRA7

pub fn is_ctmrb7(&self) -> bool[src]

Checks if the value of the field is CTMRB7

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB6EN_A>[src]

pub fn variant(&self) -> TMRB6EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA6POL_A>[src]

pub fn variant(&self) -> TMRA6POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA6CLR_A>[src]

pub fn variant(&self) -> TMRA6CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA6IE1_A>[src]

pub fn variant(&self) -> TMRA6IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA6IE0_A>[src]

pub fn variant(&self) -> TMRA6IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA6FN_A>[src]

pub fn variant(&self) -> TMRA6FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA6CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA6CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb6(&self) -> bool[src]

Checks if the value of the field is CTMRB6

pub fn is_ctmra3(&self) -> bool[src]

Checks if the value of the field is CTMRA3

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmra7(&self) -> bool[src]

Checks if the value of the field is CTMRA7

pub fn is_ctmrb7(&self) -> bool[src]

Checks if the value of the field is CTMRB7

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA6EN_A>[src]

pub fn variant(&self) -> TMRA6EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL6>>[src]

pub fn ctlink6(&self) -> CTLINK6_R[src]

Bit 31 - Counter/Timer A6/B6 Link bit.

pub fn tmrb6pol(&self) -> TMRB6POL_R[src]

Bit 28 - Counter/Timer B6 output polarity.

pub fn tmrb6clr(&self) -> TMRB6CLR_R[src]

Bit 27 - Counter/Timer B6 Clear bit.

pub fn tmrb6ie1(&self) -> TMRB6IE1_R[src]

Bit 26 - Counter/Timer B6 Interrupt Enable bit for COMPR1.

pub fn tmrb6ie0(&self) -> TMRB6IE0_R[src]

Bit 25 - Counter/Timer B6 Interrupt Enable bit for COMPR0.

pub fn tmrb6fn(&self) -> TMRB6FN_R[src]

Bits 22:24 - Counter/Timer B6 Function Select.

pub fn tmrb6clk(&self) -> TMRB6CLK_R[src]

Bits 17:21 - Counter/Timer B6 Clock Select.

pub fn tmrb6en(&self) -> TMRB6EN_R[src]

Bit 16 - Counter/Timer B6 Enable bit.

pub fn tmra6pol(&self) -> TMRA6POL_R[src]

Bit 12 - Counter/Timer A6 output polarity.

pub fn tmra6clr(&self) -> TMRA6CLR_R[src]

Bit 11 - Counter/Timer A6 Clear bit.

pub fn tmra6ie1(&self) -> TMRA6IE1_R[src]

Bit 10 - Counter/Timer A6 Interrupt Enable bit based on COMPR1.

pub fn tmra6ie0(&self) -> TMRA6IE0_R[src]

Bit 9 - Counter/Timer A6 Interrupt Enable bit based on COMPR0.

pub fn tmra6fn(&self) -> TMRA6FN_R[src]

Bits 6:8 - Counter/Timer A6 Function Select.

pub fn tmra6clk(&self) -> TMRA6CLK_R[src]

Bits 1:5 - Counter/Timer A6 Clock Select.

pub fn tmra6en(&self) -> TMRA6EN_R[src]

Bit 0 - Counter/Timer A6 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA6>>[src]

pub fn cmpr3a6(&self) -> CMPR3A6_R[src]

Bits 16:31 - Counter/Timer A6 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a6(&self) -> CMPR2A6_R[src]

Bits 0:15 - Counter/Timer A6 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB6>>[src]

pub fn cmpr3b6(&self) -> CMPR3B6_R[src]

Bits 16:31 - Counter/Timer B6 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b6(&self) -> CMPR2B6_R[src]

Bits 0:15 - Counter/Timer B6 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB6EN23_A>[src]

pub fn variant(&self) -> TMRB6EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB6POL23_A>[src]

pub fn variant(&self) -> TMRB6POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB6TINV_A>[src]

pub fn variant(&self) -> TMRB6TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB6NOSYNC_A>[src]

pub fn variant(&self) -> TMRB6NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB6TRIG_A>[src]

pub fn variant(&self) -> TMRB6TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b0out2dual(&self) -> bool[src]

Checks if the value of the field is B0OUT2DUAL

pub fn is_a0out2dual(&self) -> bool[src]

Checks if the value of the field is A0OUT2DUAL

impl R<bool, TMRA6EN23_A>[src]

pub fn variant(&self) -> TMRA6EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA6POL23_A>[src]

pub fn variant(&self) -> TMRA6POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA6TINV_A>[src]

pub fn variant(&self) -> TMRA6TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA6NOSYNC_A>[src]

pub fn variant(&self) -> TMRA6NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA6TRIG_A>[src]

pub fn variant(&self) -> TMRA6TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_a5out2dual(&self) -> bool[src]

Checks if the value of the field is A5OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b0out2dual(&self) -> bool[src]

Checks if the value of the field is B0OUT2DUAL

pub fn is_a0out2dual(&self) -> bool[src]

Checks if the value of the field is A0OUT2DUAL

impl R<u32, Reg<u32, _AUX6>>[src]

pub fn tmrb6en23(&self) -> TMRB6EN23_R[src]

Bit 30 - Counter/Timer B6 Upper compare enable.

pub fn tmrb6pol23(&self) -> TMRB6POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb6tinv(&self) -> TMRB6TINV_R[src]

Bit 28 - Counter/Timer B6 Invert on trigger.

pub fn tmrb6nosync(&self) -> TMRB6NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb6trig(&self) -> TMRB6TRIG_R[src]

Bits 23:26 - Counter/Timer B6 Trigger Select.

pub fn tmrb6lmt(&self) -> TMRB6LMT_R[src]

Bits 16:21 - Counter/Timer B6 Pattern Limit Count.

pub fn tmra6en23(&self) -> TMRA6EN23_R[src]

Bit 14 - Counter/Timer A6 Upper compare enable.

pub fn tmra6pol23(&self) -> TMRA6POL23_R[src]

Bit 13 - Counter/Timer A6 Upper output polarity

pub fn tmra6tinv(&self) -> TMRA6TINV_R[src]

Bit 12 - Counter/Timer A6 Invert on trigger.

pub fn tmra6nosync(&self) -> TMRA6NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra6trig(&self) -> TMRA6TRIG_R[src]

Bits 7:10 - Counter/Timer A6 Trigger Select.

pub fn tmra6lmt(&self) -> TMRA6LMT_R[src]

Bits 0:6 - Counter/Timer A6 Pattern Limit Count.

impl R<u32, Reg<u32, _TMR7>>[src]

pub fn cttmrb7(&self) -> CTTMRB7_R[src]

Bits 16:31 - Counter/Timer B7.

pub fn cttmra7(&self) -> CTTMRA7_R[src]

Bits 0:15 - Counter/Timer A7.

impl R<u32, Reg<u32, _CMPRA7>>[src]

pub fn cmpr1a7(&self) -> CMPR1A7_R[src]

Bits 16:31 - Counter/Timer A7 Compare Register 1.

pub fn cmpr0a7(&self) -> CMPR0A7_R[src]

Bits 0:15 - Counter/Timer A7 Compare Register 0.

impl R<u32, Reg<u32, _CMPRB7>>[src]

pub fn cmpr1b7(&self) -> CMPR1B7_R[src]

Bits 16:31 - Counter/Timer B3 Compare Register 1.

pub fn cmpr0b7(&self) -> CMPR0B7_R[src]

Bits 0:15 - Counter/Timer B3 Compare Register 0.

impl R<bool, CTLINK7_A>[src]

pub fn variant(&self) -> CTLINK7_A[src]

Get enumerated values variant

pub fn is_two_16bit_timers(&self) -> bool[src]

Checks if the value of the field is TWO_16BIT_TIMERS

pub fn is_32bit_timer(&self) -> bool[src]

Checks if the value of the field is _32BIT_TIMER

impl R<bool, TMRB7POL_A>[src]

pub fn variant(&self) -> TMRB7POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRB7CLR_A>[src]

pub fn variant(&self) -> TMRB7CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRB7IE1_A>[src]

pub fn variant(&self) -> TMRB7IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB7IE0_A>[src]

pub fn variant(&self) -> TMRB7IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRB7FN_A>[src]

pub fn variant(&self) -> TMRB7FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRB7CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRB7CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmra7(&self) -> bool[src]

Checks if the value of the field is CTMRA7

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmra0(&self) -> bool[src]

Checks if the value of the field is CTMRA0

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRB7EN_A>[src]

pub fn variant(&self) -> TMRB7EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA7POL_A>[src]

pub fn variant(&self) -> TMRA7POL_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_inverted(&self) -> bool[src]

Checks if the value of the field is INVERTED

impl R<bool, TMRA7CLR_A>[src]

pub fn variant(&self) -> TMRA7CLR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, TMRA7IE1_A>[src]

pub fn variant(&self) -> TMRA7IE1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA7IE0_A>[src]

pub fn variant(&self) -> TMRA7IE0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, TMRA7FN_A>[src]

pub fn variant(&self) -> TMRA7FN_A[src]

Get enumerated values variant

pub fn is_singlecount(&self) -> bool[src]

Checks if the value of the field is SINGLECOUNT

pub fn is_repeatedcount(&self) -> bool[src]

Checks if the value of the field is REPEATEDCOUNT

pub fn is_pulse_once(&self) -> bool[src]

Checks if the value of the field is PULSE_ONCE

pub fn is_pulse_cont(&self) -> bool[src]

Checks if the value of the field is PULSE_CONT

pub fn is_singlepattern(&self) -> bool[src]

Checks if the value of the field is SINGLEPATTERN

pub fn is_repeatpattern(&self) -> bool[src]

Checks if the value of the field is REPEATPATTERN

pub fn is_continuous(&self) -> bool[src]

Checks if the value of the field is CONTINUOUS

pub fn is_altpwn(&self) -> bool[src]

Checks if the value of the field is ALTPWN

impl R<u8, TMRA7CLK_A>[src]

pub fn variant(&self) -> Variant<u8, TMRA7CLK_A>[src]

Get enumerated values variant

pub fn is_tmrpin(&self) -> bool[src]

Checks if the value of the field is TMRPIN

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_hfrc_div1024(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV1024

pub fn is_hfrc_div4k(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4K

pub fn is_xt(&self) -> bool[src]

Checks if the value of the field is XT

pub fn is_xt_div2(&self) -> bool[src]

Checks if the value of the field is XT_DIV2

pub fn is_xt_div16(&self) -> bool[src]

Checks if the value of the field is XT_DIV16

pub fn is_xt_div128(&self) -> bool[src]

Checks if the value of the field is XT_DIV128

pub fn is_lfrc_div2(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV2

pub fn is_lfrc_div32(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV32

pub fn is_lfrc_div1k(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1K

pub fn is_lfrc(&self) -> bool[src]

Checks if the value of the field is LFRC

pub fn is_rtc_100hz(&self) -> bool[src]

Checks if the value of the field is RTC_100HZ

pub fn is_hclk_div4(&self) -> bool[src]

Checks if the value of the field is HCLK_DIV4

pub fn is_xt_div4(&self) -> bool[src]

Checks if the value of the field is XT_DIV4

pub fn is_xt_div8(&self) -> bool[src]

Checks if the value of the field is XT_DIV8

pub fn is_xt_div32(&self) -> bool[src]

Checks if the value of the field is XT_DIV32

pub fn is_ctmrb7(&self) -> bool[src]

Checks if the value of the field is CTMRB7

pub fn is_ctmra2(&self) -> bool[src]

Checks if the value of the field is CTMRA2

pub fn is_ctmrb2(&self) -> bool[src]

Checks if the value of the field is CTMRB2

pub fn is_ctmra0(&self) -> bool[src]

Checks if the value of the field is CTMRA0

pub fn is_ctmrb0(&self) -> bool[src]

Checks if the value of the field is CTMRB0

pub fn is_ctmrb1(&self) -> bool[src]

Checks if the value of the field is CTMRB1

pub fn is_ctmrb3(&self) -> bool[src]

Checks if the value of the field is CTMRB3

pub fn is_ctmrb4(&self) -> bool[src]

Checks if the value of the field is CTMRB4

pub fn is_ctmrb5(&self) -> bool[src]

Checks if the value of the field is CTMRB5

pub fn is_buckble(&self) -> bool[src]

Checks if the value of the field is BUCKBLE

pub fn is_buckb(&self) -> bool[src]

Checks if the value of the field is BUCKB

pub fn is_bucka(&self) -> bool[src]

Checks if the value of the field is BUCKA

impl R<bool, TMRA7EN_A>[src]

pub fn variant(&self) -> TMRA7EN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTRL7>>[src]

pub fn ctlink7(&self) -> CTLINK7_R[src]

Bit 31 - Counter/Timer A7/B7 Link bit.

pub fn tmrb7pol(&self) -> TMRB7POL_R[src]

Bit 28 - Counter/Timer B7 output polarity.

pub fn tmrb7clr(&self) -> TMRB7CLR_R[src]

Bit 27 - Counter/Timer B7 Clear bit.

pub fn tmrb7ie1(&self) -> TMRB7IE1_R[src]

Bit 26 - Counter/Timer B7 Interrupt Enable bit for COMPR1.

pub fn tmrb7ie0(&self) -> TMRB7IE0_R[src]

Bit 25 - Counter/Timer B7 Interrupt Enable bit for COMPR0.

pub fn tmrb7fn(&self) -> TMRB7FN_R[src]

Bits 22:24 - Counter/Timer B7 Function Select.

pub fn tmrb7clk(&self) -> TMRB7CLK_R[src]

Bits 17:21 - Counter/Timer B7 Clock Select.

pub fn tmrb7en(&self) -> TMRB7EN_R[src]

Bit 16 - Counter/Timer B7 Enable bit.

pub fn tmra7pol(&self) -> TMRA7POL_R[src]

Bit 12 - Counter/Timer A7 output polarity.

pub fn tmra7clr(&self) -> TMRA7CLR_R[src]

Bit 11 - Counter/Timer A7 Clear bit.

pub fn tmra7ie1(&self) -> TMRA7IE1_R[src]

Bit 10 - Counter/Timer A7 Interrupt Enable bit based on COMPR1.

pub fn tmra7ie0(&self) -> TMRA7IE0_R[src]

Bit 9 - Counter/Timer A7 Interrupt Enable bit based on COMPR0.

pub fn tmra7fn(&self) -> TMRA7FN_R[src]

Bits 6:8 - Counter/Timer A7 Function Select.

pub fn tmra7clk(&self) -> TMRA7CLK_R[src]

Bits 1:5 - Counter/Timer A7 Clock Select.

pub fn tmra7en(&self) -> TMRA7EN_R[src]

Bit 0 - Counter/Timer A7 Enable bit.

impl R<u32, Reg<u32, _CMPRAUXA7>>[src]

pub fn cmpr3a7(&self) -> CMPR3A7_R[src]

Bits 16:31 - Counter/Timer A7 Compare Register 3. Holds the upper limit for timer half A.

pub fn cmpr2a7(&self) -> CMPR2A7_R[src]

Bits 0:15 - Counter/Timer A7 Compare Register 2. Holds the lower limit for timer half A.

impl R<u32, Reg<u32, _CMPRAUXB7>>[src]

pub fn cmpr3b7(&self) -> CMPR3B7_R[src]

Bits 16:31 - Counter/Timer B7 Compare Register 3. Holds the upper limit for timer half B.

pub fn cmpr2b7(&self) -> CMPR2B7_R[src]

Bits 0:15 - Counter/Timer B7 Compare Register 2. Holds the lower limit for timer half B.

impl R<bool, TMRB7EN23_A>[src]

pub fn variant(&self) -> TMRB7EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB7POL23_A>[src]

pub fn variant(&self) -> TMRB7POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRB7TINV_A>[src]

pub fn variant(&self) -> TMRB7TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRB7NOSYNC_A>[src]

pub fn variant(&self) -> TMRB7NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRB7TRIG_A>[src]

pub fn variant(&self) -> TMRB7TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a7out2dual(&self) -> bool[src]

Checks if the value of the field is A7OUT2DUAL

pub fn is_b1out2dual(&self) -> bool[src]

Checks if the value of the field is B1OUT2DUAL

pub fn is_a1out2dual(&self) -> bool[src]

Checks if the value of the field is A1OUT2DUAL

impl R<bool, TMRA7EN23_A>[src]

pub fn variant(&self) -> TMRA7EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA7POL23_A>[src]

pub fn variant(&self) -> TMRA7POL23_A[src]

Get enumerated values variant

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

impl R<bool, TMRA7TINV_A>[src]

pub fn variant(&self) -> TMRA7TINV_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, TMRA7NOSYNC_A>[src]

pub fn variant(&self) -> TMRA7NOSYNC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_nosync(&self) -> bool[src]

Checks if the value of the field is NOSYNC

impl R<u8, TMRA7TRIG_A>[src]

pub fn variant(&self) -> TMRA7TRIG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_a6out2dual(&self) -> bool[src]

Checks if the value of the field is A6OUT2DUAL

pub fn is_a5out2dual(&self) -> bool[src]

Checks if the value of the field is A5OUT2DUAL

pub fn is_b4out2dual(&self) -> bool[src]

Checks if the value of the field is B4OUT2DUAL

pub fn is_a4out2dual(&self) -> bool[src]

Checks if the value of the field is A4OUT2DUAL

impl R<u32, Reg<u32, _AUX7>>[src]

pub fn tmrb7en23(&self) -> TMRB7EN23_R[src]

Bit 30 - Counter/Timer B7 Upper compare enable.

pub fn tmrb7pol23(&self) -> TMRB7POL23_R[src]

Bit 29 - Upper output polarity

pub fn tmrb7tinv(&self) -> TMRB7TINV_R[src]

Bit 28 - Counter/Timer B7 Invert on trigger.

pub fn tmrb7nosync(&self) -> TMRB7NOSYNC_R[src]

Bit 27 - Source clock synchronization control.

pub fn tmrb7trig(&self) -> TMRB7TRIG_R[src]

Bits 23:26 - Counter/Timer B7 Trigger Select.

pub fn tmrb7lmt(&self) -> TMRB7LMT_R[src]

Bits 16:21 - Counter/Timer B7 Pattern Limit Count.

pub fn tmra7en23(&self) -> TMRA7EN23_R[src]

Bit 14 - Counter/Timer A7 Upper compare enable.

pub fn tmra7pol23(&self) -> TMRA7POL23_R[src]

Bit 13 - Counter/Timer A7 Upper output polarity

pub fn tmra7tinv(&self) -> TMRA7TINV_R[src]

Bit 12 - Counter/Timer A7 Invert on trigger.

pub fn tmra7nosync(&self) -> TMRA7NOSYNC_R[src]

Bit 11 - Source clock synchronization control.

pub fn tmra7trig(&self) -> TMRA7TRIG_R[src]

Bits 7:10 - Counter/Timer A7 Trigger Select.

pub fn tmra7lmt(&self) -> TMRA7LMT_R[src]

Bits 0:6 - Counter/Timer A7 Pattern Limit Count.

impl R<bool, ENB7_A>[src]

pub fn variant(&self) -> ENB7_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA7_A>[src]

pub fn variant(&self) -> ENA7_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB6_A>[src]

pub fn variant(&self) -> ENB6_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA6_A>[src]

pub fn variant(&self) -> ENA6_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB5_A>[src]

pub fn variant(&self) -> ENB5_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA5_A>[src]

pub fn variant(&self) -> ENA5_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB4_A>[src]

pub fn variant(&self) -> ENB4_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA4_A>[src]

pub fn variant(&self) -> ENA4_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB3_A>[src]

pub fn variant(&self) -> ENB3_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA3_A>[src]

pub fn variant(&self) -> ENA3_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB2_A>[src]

pub fn variant(&self) -> ENB2_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA2_A>[src]

pub fn variant(&self) -> ENA2_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB1_A>[src]

pub fn variant(&self) -> ENB1_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA1_A>[src]

pub fn variant(&self) -> ENA1_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENB0_A>[src]

pub fn variant(&self) -> ENB0_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ENA0_A>[src]

pub fn variant(&self) -> ENA0_A[src]

Get enumerated values variant

pub fn is_lco(&self) -> bool[src]

Checks if the value of the field is LCO

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _GLOBEN>>[src]

pub fn enb7(&self) -> ENB7_R[src]

Bit 15 - Alternate enable for B7.

pub fn ena7(&self) -> ENA7_R[src]

Bit 14 - Alternate enable for A7

pub fn enb6(&self) -> ENB6_R[src]

Bit 13 - Alternate enable for B6

pub fn ena6(&self) -> ENA6_R[src]

Bit 12 - Alternate enable for A6

pub fn enb5(&self) -> ENB5_R[src]

Bit 11 - Alternate enable for B5

pub fn ena5(&self) -> ENA5_R[src]

Bit 10 - Alternate enable for A5

pub fn enb4(&self) -> ENB4_R[src]

Bit 9 - Alternate enable for B4

pub fn ena4(&self) -> ENA4_R[src]

Bit 8 - Alternate enable for A4

pub fn enb3(&self) -> ENB3_R[src]

Bit 7 - Alternate enable for B3.

pub fn ena3(&self) -> ENA3_R[src]

Bit 6 - Alternate enable for A3

pub fn enb2(&self) -> ENB2_R[src]

Bit 5 - Alternate enable for B2

pub fn ena2(&self) -> ENA2_R[src]

Bit 4 - Alternate enable for A2

pub fn enb1(&self) -> ENB1_R[src]

Bit 3 - Alternate enable for B1

pub fn ena1(&self) -> ENA1_R[src]

Bit 2 - Alternate enable for A1

pub fn enb0(&self) -> ENB0_R[src]

Bit 1 - Alternate enable for B0

pub fn ena0(&self) -> ENA0_R[src]

Bit 0 - Alternate enable for A0

impl R<u8, CFG9_A>[src]

pub fn variant(&self) -> CFG9_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG8_A>[src]

pub fn variant(&self) -> CFG8_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_a4out2(&self) -> bool[src]

Checks if the value of the field is A4OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG7_A>[src]

pub fn variant(&self) -> CFG7_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG6_A>[src]

pub fn variant(&self) -> CFG6_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG5_A>[src]

pub fn variant(&self) -> CFG5_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG4_A>[src]

pub fn variant(&self) -> CFG4_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG3_A>[src]

pub fn variant(&self) -> CFG3_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_b0out2(&self) -> bool[src]

Checks if the value of the field is B0OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG2_A>[src]

pub fn variant(&self) -> CFG2_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b6out2(&self) -> bool[src]

Checks if the value of the field is B6OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG1_A>[src]

pub fn variant(&self) -> CFG1_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b7out2(&self) -> bool[src]

Checks if the value of the field is B7OUT2

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_a0out2(&self) -> bool[src]

Checks if the value of the field is A0OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG0_A>[src]

pub fn variant(&self) -> CFG0_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u32, Reg<u32, _OUTCFG0>>[src]

pub fn cfg9(&self) -> CFG9_R[src]

Bits 28:30 - Pad output 9 configuration

pub fn cfg8(&self) -> CFG8_R[src]

Bits 25:27 - Pad output 8 configuration

pub fn cfg7(&self) -> CFG7_R[src]

Bits 22:24 - Pad output 7 configuration

pub fn cfg6(&self) -> CFG6_R[src]

Bits 19:21 - Pad output 6 configuration

pub fn cfg5(&self) -> CFG5_R[src]

Bits 16:18 - Pad output 5 configuration

pub fn cfg4(&self) -> CFG4_R[src]

Bits 12:14 - Pad output 4 configuration

pub fn cfg3(&self) -> CFG3_R[src]

Bits 9:11 - Pad output 3 configuration

pub fn cfg2(&self) -> CFG2_R[src]

Bits 6:8 - Pad output 2 configuration

pub fn cfg1(&self) -> CFG1_R[src]

Bits 3:5 - Pad output 1 configuration

pub fn cfg0(&self) -> CFG0_R[src]

Bits 0:2 - Pad output 0 configuration

impl R<u8, CFG19_A>[src]

pub fn variant(&self) -> CFG19_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_b4out2(&self) -> bool[src]

Checks if the value of the field is B4OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG18_A>[src]

pub fn variant(&self) -> CFG18_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_b0out(&self) -> bool[src]

Checks if the value of the field is B0OUT

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG17_A>[src]

pub fn variant(&self) -> CFG17_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_a4out2(&self) -> bool[src]

Checks if the value of the field is A4OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG16_A>[src]

pub fn variant(&self) -> CFG16_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_a0out2(&self) -> bool[src]

Checks if the value of the field is A0OUT2

pub fn is_a0out(&self) -> bool[src]

Checks if the value of the field is A0OUT

pub fn is_a4out(&self) -> bool[src]

Checks if the value of the field is A4OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG15_A>[src]

pub fn variant(&self) -> CFG15_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a4out2(&self) -> bool[src]

Checks if the value of the field is A4OUT2

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG14_A>[src]

pub fn variant(&self) -> CFG14_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b7out2(&self) -> bool[src]

Checks if the value of the field is B7OUT2

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG13_A>[src]

pub fn variant(&self) -> CFG13_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b4out2(&self) -> bool[src]

Checks if the value of the field is B4OUT2

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG12_A>[src]

pub fn variant(&self) -> CFG12_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b6out2(&self) -> bool[src]

Checks if the value of the field is B6OUT2

pub fn is_b0out2(&self) -> bool[src]

Checks if the value of the field is B0OUT2

pub fn is_b1out(&self) -> bool[src]

Checks if the value of the field is B1OUT

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG11_A>[src]

pub fn variant(&self) -> CFG11_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_b4out(&self) -> bool[src]

Checks if the value of the field is B4OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG10_A>[src]

pub fn variant(&self) -> CFG10_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b4out2(&self) -> bool[src]

Checks if the value of the field is B4OUT2

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u32, Reg<u32, _OUTCFG1>>[src]

pub fn cfg19(&self) -> CFG19_R[src]

Bits 28:30 - Pad output 19 configuration

pub fn cfg18(&self) -> CFG18_R[src]

Bits 25:27 - Pad output 18 configuration

pub fn cfg17(&self) -> CFG17_R[src]

Bits 22:24 - Pad output 17 configuration

pub fn cfg16(&self) -> CFG16_R[src]

Bits 19:21 - Pad output 16 configuration

pub fn cfg15(&self) -> CFG15_R[src]

Bits 16:18 - Pad output 15 configuration

pub fn cfg14(&self) -> CFG14_R[src]

Bits 12:14 - Pad output 14 configuration

pub fn cfg13(&self) -> CFG13_R[src]

Bits 9:11 - Pad output 13 configuration

pub fn cfg12(&self) -> CFG12_R[src]

Bits 6:8 - Pad output 12 configuration

pub fn cfg11(&self) -> CFG11_R[src]

Bits 3:5 - Pad output 11 configuration

pub fn cfg10(&self) -> CFG10_R[src]

Bits 0:2 - Pad output 10 configuration

impl R<u8, CFG29_A>[src]

pub fn variant(&self) -> CFG29_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a3out2(&self) -> bool[src]

Checks if the value of the field is A3OUT2

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG28_A>[src]

pub fn variant(&self) -> CFG28_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b0out2(&self) -> bool[src]

Checks if the value of the field is B0OUT2

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_a3out(&self) -> bool[src]

Checks if the value of the field is A3OUT

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG27_A>[src]

pub fn variant(&self) -> CFG27_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_b6out2(&self) -> bool[src]

Checks if the value of the field is B6OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG26_A>[src]

pub fn variant(&self) -> CFG26_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b6out(&self) -> bool[src]

Checks if the value of the field is B6OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG25_A>[src]

pub fn variant(&self) -> CFG25_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b2out(&self) -> bool[src]

Checks if the value of the field is B2OUT

pub fn is_b4out2(&self) -> bool[src]

Checks if the value of the field is B4OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG24_A>[src]

pub fn variant(&self) -> CFG24_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b1out2(&self) -> bool[src]

Checks if the value of the field is B1OUT2

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_a2out(&self) -> bool[src]

Checks if the value of the field is A2OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG23_A>[src]

pub fn variant(&self) -> CFG23_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b0out2(&self) -> bool[src]

Checks if the value of the field is B0OUT2

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_a7out(&self) -> bool[src]

Checks if the value of the field is A7OUT

pub fn is_b5out2(&self) -> bool[src]

Checks if the value of the field is B5OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG22_A>[src]

pub fn variant(&self) -> CFG22_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a2out2(&self) -> bool[src]

Checks if the value of the field is A2OUT2

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG21_A>[src]

pub fn variant(&self) -> CFG21_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a0out2(&self) -> bool[src]

Checks if the value of the field is A0OUT2

pub fn is_b5out(&self) -> bool[src]

Checks if the value of the field is B5OUT

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_a5out2(&self) -> bool[src]

Checks if the value of the field is A5OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG20_A>[src]

pub fn variant(&self) -> CFG20_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b2out2(&self) -> bool[src]

Checks if the value of the field is B2OUT2

pub fn is_a1out2(&self) -> bool[src]

Checks if the value of the field is A1OUT2

pub fn is_a1out(&self) -> bool[src]

Checks if the value of the field is A1OUT

pub fn is_a5out(&self) -> bool[src]

Checks if the value of the field is A5OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u32, Reg<u32, _OUTCFG2>>[src]

pub fn cfg29(&self) -> CFG29_R[src]

Bits 28:30 - Pad output 29 configuration

pub fn cfg28(&self) -> CFG28_R[src]

Bits 25:27 - Pad output 28 configuration

pub fn cfg27(&self) -> CFG27_R[src]

Bits 22:24 - Pad output 27 configuration

pub fn cfg26(&self) -> CFG26_R[src]

Bits 19:21 - Pad output 26 configuration

pub fn cfg25(&self) -> CFG25_R[src]

Bits 16:18 - Pad output 25 configuration

pub fn cfg24(&self) -> CFG24_R[src]

Bits 12:14 - Pad output 24 configuration

pub fn cfg23(&self) -> CFG23_R[src]

Bits 9:11 - Pad output 23 configuration

pub fn cfg22(&self) -> CFG22_R[src]

Bits 6:8 - Pad output 22 configuration

pub fn cfg21(&self) -> CFG21_R[src]

Bits 3:5 - Pad output 21 configuration

pub fn cfg20(&self) -> CFG20_R[src]

Bits 0:2 - Pad output 20 configuration

impl R<u8, CFG31_A>[src]

pub fn variant(&self) -> CFG31_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_b3out2(&self) -> bool[src]

Checks if the value of the field is B3OUT2

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_a6out(&self) -> bool[src]

Checks if the value of the field is A6OUT

pub fn is_b7out2(&self) -> bool[src]

Checks if the value of the field is B7OUT2

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u8, CFG30_A>[src]

pub fn variant(&self) -> CFG30_A[src]

Get enumerated values variant

pub fn is_a7out2(&self) -> bool[src]

Checks if the value of the field is A7OUT2

pub fn is_a6out2(&self) -> bool[src]

Checks if the value of the field is A6OUT2

pub fn is_a0out2(&self) -> bool[src]

Checks if the value of the field is A0OUT2

pub fn is_a4out2(&self) -> bool[src]

Checks if the value of the field is A4OUT2

pub fn is_b3out(&self) -> bool[src]

Checks if the value of the field is B3OUT

pub fn is_b7out(&self) -> bool[src]

Checks if the value of the field is B7OUT

pub fn is_one(&self) -> bool[src]

Checks if the value of the field is ONE

pub fn is_zero(&self) -> bool[src]

Checks if the value of the field is ZERO

impl R<u32, Reg<u32, _OUTCFG3>>[src]

pub fn cfg31(&self) -> CFG31_R[src]

Bits 3:5 - Pad output 31 configuration

pub fn cfg30(&self) -> CFG30_R[src]

Bits 0:2 - Pad output 30 configuration

impl R<bool, CFGB7_A>[src]

pub fn variant(&self) -> CFGB7_A[src]

Get enumerated values variant

pub fn is_ct31(&self) -> bool[src]

Checks if the value of the field is CT31

pub fn is_ct30(&self) -> bool[src]

Checks if the value of the field is CT30

impl R<bool, CFGA7_A>[src]

pub fn variant(&self) -> CFGA7_A[src]

Get enumerated values variant

pub fn is_ct29(&self) -> bool[src]

Checks if the value of the field is CT29

pub fn is_ct28(&self) -> bool[src]

Checks if the value of the field is CT28

impl R<bool, CFGB6_A>[src]

pub fn variant(&self) -> CFGB6_A[src]

Get enumerated values variant

pub fn is_ct27(&self) -> bool[src]

Checks if the value of the field is CT27

pub fn is_ct26(&self) -> bool[src]

Checks if the value of the field is CT26

impl R<bool, CFGA6_A>[src]

pub fn variant(&self) -> CFGA6_A[src]

Get enumerated values variant

pub fn is_ct25(&self) -> bool[src]

Checks if the value of the field is CT25

pub fn is_ct24(&self) -> bool[src]

Checks if the value of the field is CT24

impl R<bool, CFGB5_A>[src]

pub fn variant(&self) -> CFGB5_A[src]

Get enumerated values variant

pub fn is_ct23(&self) -> bool[src]

Checks if the value of the field is CT23

pub fn is_ct22(&self) -> bool[src]

Checks if the value of the field is CT22

impl R<bool, CFGA5_A>[src]

pub fn variant(&self) -> CFGA5_A[src]

Get enumerated values variant

pub fn is_ct21(&self) -> bool[src]

Checks if the value of the field is CT21

pub fn is_ct20(&self) -> bool[src]

Checks if the value of the field is CT20

impl R<bool, CFGB4_A>[src]

pub fn variant(&self) -> CFGB4_A[src]

Get enumerated values variant

pub fn is_ct19(&self) -> bool[src]

Checks if the value of the field is CT19

pub fn is_ct18(&self) -> bool[src]

Checks if the value of the field is CT18

impl R<bool, CFGA4_A>[src]

pub fn variant(&self) -> CFGA4_A[src]

Get enumerated values variant

pub fn is_ct17(&self) -> bool[src]

Checks if the value of the field is CT17

pub fn is_ct16(&self) -> bool[src]

Checks if the value of the field is CT16

impl R<bool, CFGB3_A>[src]

pub fn variant(&self) -> CFGB3_A[src]

Get enumerated values variant

pub fn is_ct15(&self) -> bool[src]

Checks if the value of the field is CT15

pub fn is_ct14(&self) -> bool[src]

Checks if the value of the field is CT14

impl R<bool, CFGA3_A>[src]

pub fn variant(&self) -> CFGA3_A[src]

Get enumerated values variant

pub fn is_ct13(&self) -> bool[src]

Checks if the value of the field is CT13

pub fn is_ct12(&self) -> bool[src]

Checks if the value of the field is CT12

impl R<bool, CFGB2_A>[src]

pub fn variant(&self) -> CFGB2_A[src]

Get enumerated values variant

pub fn is_ct11(&self) -> bool[src]

Checks if the value of the field is CT11

pub fn is_ct10(&self) -> bool[src]

Checks if the value of the field is CT10

impl R<bool, CFGA2_A>[src]

pub fn variant(&self) -> CFGA2_A[src]

Get enumerated values variant

pub fn is_ct9(&self) -> bool[src]

Checks if the value of the field is CT9

pub fn is_ct8(&self) -> bool[src]

Checks if the value of the field is CT8

impl R<bool, CFGB1_A>[src]

pub fn variant(&self) -> CFGB1_A[src]

Get enumerated values variant

pub fn is_ct7(&self) -> bool[src]

Checks if the value of the field is CT7

pub fn is_ct6(&self) -> bool[src]

Checks if the value of the field is CT6

impl R<bool, CFGA1_A>[src]

pub fn variant(&self) -> CFGA1_A[src]

Get enumerated values variant

pub fn is_ct5(&self) -> bool[src]

Checks if the value of the field is CT5

pub fn is_ct4(&self) -> bool[src]

Checks if the value of the field is CT4

impl R<bool, CFGB0_A>[src]

pub fn variant(&self) -> CFGB0_A[src]

Get enumerated values variant

pub fn is_ct3(&self) -> bool[src]

Checks if the value of the field is CT3

pub fn is_ct2(&self) -> bool[src]

Checks if the value of the field is CT2

impl R<bool, CFGA0_A>[src]

pub fn variant(&self) -> CFGA0_A[src]

Get enumerated values variant

pub fn is_ct1(&self) -> bool[src]

Checks if the value of the field is CT1

pub fn is_ct0(&self) -> bool[src]

Checks if the value of the field is CT0

impl R<u32, Reg<u32, _INCFG>>[src]

pub fn cfgb7(&self) -> CFGB7_R[src]

Bit 15 - CTIMER B7 input configuration

pub fn cfga7(&self) -> CFGA7_R[src]

Bit 14 - CTIMER A7 input configuration

pub fn cfgb6(&self) -> CFGB6_R[src]

Bit 13 - CTIMER B6 input configuration

pub fn cfga6(&self) -> CFGA6_R[src]

Bit 12 - CTIMER A6 input configuration

pub fn cfgb5(&self) -> CFGB5_R[src]

Bit 11 - CTIMER B5 input configuration

pub fn cfga5(&self) -> CFGA5_R[src]

Bit 10 - CTIMER A5 input configuration

pub fn cfgb4(&self) -> CFGB4_R[src]

Bit 9 - CTIMER B4 input configuration

pub fn cfga4(&self) -> CFGA4_R[src]

Bit 8 - CTIMER A4 input configuration

pub fn cfgb3(&self) -> CFGB3_R[src]

Bit 7 - CTIMER B3 input configuration

pub fn cfga3(&self) -> CFGA3_R[src]

Bit 6 - CTIMER A3 input configuration

pub fn cfgb2(&self) -> CFGB2_R[src]

Bit 5 - CTIMER B2 input configuration

pub fn cfga2(&self) -> CFGA2_R[src]

Bit 4 - CTIMER A2 input configuration

pub fn cfgb1(&self) -> CFGB1_R[src]

Bit 3 - CTIMER B1 input configuration

pub fn cfga1(&self) -> CFGA1_R[src]

Bit 2 - CTIMER A1 input configuration

pub fn cfgb0(&self) -> CFGB0_R[src]

Bit 1 - CTIMER B0 input configuration

pub fn cfga0(&self) -> CFGA0_R[src]

Bit 0 - CTIMER A0 input configuration

impl R<bool, FREEZE_A>[src]

pub fn variant(&self) -> FREEZE_A[src]

Get enumerated values variant

pub fn is_thaw(&self) -> bool[src]

Checks if the value of the field is THAW

pub fn is_freeze(&self) -> bool[src]

Checks if the value of the field is FREEZE

impl R<bool, CLEAR_A>[src]

pub fn variant(&self) -> CLEAR_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_clear(&self) -> bool[src]

Checks if the value of the field is CLEAR

impl R<bool, COMPARE_H_EN_A>[src]

pub fn variant(&self) -> COMPARE_H_EN_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, COMPARE_G_EN_A>[src]

pub fn variant(&self) -> COMPARE_G_EN_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, COMPARE_F_EN_A>[src]

pub fn variant(&self) -> COMPARE_F_EN_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, COMPARE_E_EN_A>[src]

pub fn variant(&self) -> COMPARE_E_EN_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, COMPARE_D_EN_A>[src]

pub fn variant(&self) -> COMPARE_D_EN_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, COMPARE_C_EN_A>[src]

pub fn variant(&self) -> COMPARE_C_EN_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, COMPARE_B_EN_A>[src]

pub fn variant(&self) -> COMPARE_B_EN_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, COMPARE_A_EN_A>[src]

pub fn variant(&self) -> COMPARE_A_EN_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<u8, CLKSEL_A>[src]

pub fn variant(&self) -> Variant<u8, CLKSEL_A>[src]

Get enumerated values variant

pub fn is_noclk(&self) -> bool[src]

Checks if the value of the field is NOCLK

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div256(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV256

pub fn is_xtal_div1(&self) -> bool[src]

Checks if the value of the field is XTAL_DIV1

pub fn is_xtal_div2(&self) -> bool[src]

Checks if the value of the field is XTAL_DIV2

pub fn is_xtal_div32(&self) -> bool[src]

Checks if the value of the field is XTAL_DIV32

pub fn is_lfrc_div1(&self) -> bool[src]

Checks if the value of the field is LFRC_DIV1

pub fn is_ctimer0a(&self) -> bool[src]

Checks if the value of the field is CTIMER0A

pub fn is_ctimer0b(&self) -> bool[src]

Checks if the value of the field is CTIMER0B

impl R<u32, Reg<u32, _STCFG>>[src]

pub fn freeze(&self) -> FREEZE_R[src]

Bit 31 - Set this bit to one to freeze the clock input to the COUNTER register. Once frozen, the value can be safely written from the MCU. Unfreeze to resume.

pub fn clear(&self) -> CLEAR_R[src]

Bit 30 - Set this bit to one to clear the System Timer register. If this bit is set to '1', the system timer register will stay cleared. It needs to be set to '0' for the system timer to start running.

pub fn compare_h_en(&self) -> COMPARE_H_EN_R[src]

Bit 15 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_g_en(&self) -> COMPARE_G_EN_R[src]

Bit 14 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_f_en(&self) -> COMPARE_F_EN_R[src]

Bit 13 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_e_en(&self) -> COMPARE_E_EN_R[src]

Bit 12 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_d_en(&self) -> COMPARE_D_EN_R[src]

Bit 11 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_c_en(&self) -> COMPARE_C_EN_R[src]

Bit 10 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_b_en(&self) -> COMPARE_B_EN_R[src]

Bit 9 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn compare_a_en(&self) -> COMPARE_A_EN_R[src]

Bit 8 - Selects whether compare is enabled for the corresponding SCMPR register. If compare is enabled, the interrupt status is set once the comparison is met.

pub fn clksel(&self) -> CLKSEL_R[src]

Bits 0:3 - Selects an appropriate clock source and divider to use for the System Timer clock.

impl R<u32, Reg<u32, _STTMR>>[src]

pub fn sttmr(&self) -> STTMR_R[src]

Bits 0:31 - Value of the 32-bit counter as it ticks over.

impl R<bool, CAPTURE3_A>[src]

pub fn variant(&self) -> CAPTURE3_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, CAPTURE2_A>[src]

pub fn variant(&self) -> CAPTURE2_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, CAPTURE1_A>[src]

pub fn variant(&self) -> CAPTURE1_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, CAPTURE0_A>[src]

pub fn variant(&self) -> CAPTURE0_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<u32, Reg<u32, _CAPTURECONTROL>>[src]

pub fn capture3(&self) -> CAPTURE3_R[src]

Bit 3 - Selects whether capture is enabled for the specified capture register.

pub fn capture2(&self) -> CAPTURE2_R[src]

Bit 2 - Selects whether capture is enabled for the specified capture register.

pub fn capture1(&self) -> CAPTURE1_R[src]

Bit 1 - Selects whether capture is enabled for the specified capture register.

pub fn capture0(&self) -> CAPTURE0_R[src]

Bit 0 - Selects whether capture is enabled for the specified capture register.

impl R<u32, Reg<u32, _SCMPR0>>[src]

pub fn scmpr0(&self) -> SCMPR0_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_A_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR1>>[src]

pub fn scmpr1(&self) -> SCMPR1_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_B_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR2>>[src]

pub fn scmpr2(&self) -> SCMPR2_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_C_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR3>>[src]

pub fn scmpr3(&self) -> SCMPR3_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_D_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR4>>[src]

pub fn scmpr4(&self) -> SCMPR4_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_E_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR5>>[src]

pub fn scmpr5(&self) -> SCMPR5_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_F_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR6>>[src]

pub fn scmpr6(&self) -> SCMPR6_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_G_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCMPR7>>[src]

pub fn scmpr7(&self) -> SCMPR7_R[src]

Bits 0:31 - Compare this value to the value in the COUNTER register according to the match criterion, as selected in the COMPARE_H_EN bit in the REG_CTIMER_STCGF register.

impl R<u32, Reg<u32, _SCAPT0>>[src]

pub fn scapt0(&self) -> SCAPT0_R[src]

Bits 0:31 - Whenever the event is detected, the value in the COUNTER is copied into this register and the corresponding interrupt status bit is set.

impl R<u32, Reg<u32, _SCAPT1>>[src]

pub fn scapt1(&self) -> SCAPT1_R[src]

Bits 0:31 - Whenever the event is detected, the value in the COUNTER is copied into this register and the corresponding interrupt status bit is set.

impl R<u32, Reg<u32, _SCAPT2>>[src]

pub fn scapt2(&self) -> SCAPT2_R[src]

Bits 0:31 - Whenever the event is detected, the value in the COUNTER is copied into this register and the corresponding interrupt status bit is set.

impl R<u32, Reg<u32, _SCAPT3>>[src]

pub fn scapt3(&self) -> SCAPT3_R[src]

Bits 0:31 - Whenever the event is detected, the value in the COUNTER is copied into this register and the corresponding interrupt status bit is set.

impl R<u32, Reg<u32, _SNVR0>>[src]

pub fn snvr0(&self) -> SNVR0_R[src]

Bits 0:31 - Value of the 32-bit counter as it ticks over.

impl R<u32, Reg<u32, _SNVR1>>[src]

pub fn snvr1(&self) -> SNVR1_R[src]

Bits 0:31 - Value of the 32-bit counter as it ticks over.

impl R<u32, Reg<u32, _SNVR2>>[src]

pub fn snvr2(&self) -> SNVR2_R[src]

Bits 0:31 - Value of the 32-bit counter as it ticks over.

impl R<u32, Reg<u32, _SNVR3>>[src]

pub fn snvr3(&self) -> SNVR3_R[src]

Bits 0:31 - Value of the 32-bit counter as it ticks over.

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn ctmrb7c1int(&self) -> CTMRB7C1INT_R[src]

Bit 31 - Counter/Timer B7 interrupt based on COMPR1.

pub fn ctmra7c1int(&self) -> CTMRA7C1INT_R[src]

Bit 30 - Counter/Timer A7 interrupt based on COMPR1.

pub fn ctmrb6c1int(&self) -> CTMRB6C1INT_R[src]

Bit 29 - Counter/Timer B6 interrupt based on COMPR1.

pub fn ctmra6c1int(&self) -> CTMRA6C1INT_R[src]

Bit 28 - Counter/Timer A6 interrupt based on COMPR1.

pub fn ctmrb5c1int(&self) -> CTMRB5C1INT_R[src]

Bit 27 - Counter/Timer B5 interrupt based on COMPR1.

pub fn ctmra5c1int(&self) -> CTMRA5C1INT_R[src]

Bit 26 - Counter/Timer A5 interrupt based on COMPR1.

pub fn ctmrb4c1int(&self) -> CTMRB4C1INT_R[src]

Bit 25 - Counter/Timer B4 interrupt based on COMPR1.

pub fn ctmra4c1int(&self) -> CTMRA4C1INT_R[src]

Bit 24 - Counter/Timer A4 interrupt based on COMPR1.

pub fn ctmrb3c1int(&self) -> CTMRB3C1INT_R[src]

Bit 23 - Counter/Timer B3 interrupt based on COMPR1.

pub fn ctmra3c1int(&self) -> CTMRA3C1INT_R[src]

Bit 22 - Counter/Timer A3 interrupt based on COMPR1.

pub fn ctmrb2c1int(&self) -> CTMRB2C1INT_R[src]

Bit 21 - Counter/Timer B2 interrupt based on COMPR1.

pub fn ctmra2c1int(&self) -> CTMRA2C1INT_R[src]

Bit 20 - Counter/Timer A2 interrupt based on COMPR1.

pub fn ctmrb1c1int(&self) -> CTMRB1C1INT_R[src]

Bit 19 - Counter/Timer B1 interrupt based on COMPR1.

pub fn ctmra1c1int(&self) -> CTMRA1C1INT_R[src]

Bit 18 - Counter/Timer A1 interrupt based on COMPR1.

pub fn ctmrb0c1int(&self) -> CTMRB0C1INT_R[src]

Bit 17 - Counter/Timer B0 interrupt based on COMPR1.

pub fn ctmra0c1int(&self) -> CTMRA0C1INT_R[src]

Bit 16 - Counter/Timer A0 interrupt based on COMPR1.

pub fn ctmrb7c0int(&self) -> CTMRB7C0INT_R[src]

Bit 15 - Counter/Timer B7 interrupt based on COMPR0.

pub fn ctmra7c0int(&self) -> CTMRA7C0INT_R[src]

Bit 14 - Counter/Timer A7 interrupt based on COMPR0.

pub fn ctmrb6c0int(&self) -> CTMRB6C0INT_R[src]

Bit 13 - Counter/Timer B6 interrupt based on COMPR0.

pub fn ctmra6c0int(&self) -> CTMRA6C0INT_R[src]

Bit 12 - Counter/Timer A6 interrupt based on COMPR0.

pub fn ctmrb5c0int(&self) -> CTMRB5C0INT_R[src]

Bit 11 - Counter/Timer B5 interrupt based on COMPR0.

pub fn ctmra5c0int(&self) -> CTMRA5C0INT_R[src]

Bit 10 - Counter/Timer A5 interrupt based on COMPR0.

pub fn ctmrb4c0int(&self) -> CTMRB4C0INT_R[src]

Bit 9 - Counter/Timer B4 interrupt based on COMPR0.

pub fn ctmra4c0int(&self) -> CTMRA4C0INT_R[src]

Bit 8 - Counter/Timer A4 interrupt based on COMPR0.

pub fn ctmrb3c0int(&self) -> CTMRB3C0INT_R[src]

Bit 7 - Counter/Timer B3 interrupt based on COMPR0.

pub fn ctmra3c0int(&self) -> CTMRA3C0INT_R[src]

Bit 6 - Counter/Timer A3 interrupt based on COMPR0.

pub fn ctmrb2c0int(&self) -> CTMRB2C0INT_R[src]

Bit 5 - Counter/Timer B2 interrupt based on COMPR0.

pub fn ctmra2c0int(&self) -> CTMRA2C0INT_R[src]

Bit 4 - Counter/Timer A2 interrupt based on COMPR0.

pub fn ctmrb1c0int(&self) -> CTMRB1C0INT_R[src]

Bit 3 - Counter/Timer B1 interrupt based on COMPR0.

pub fn ctmra1c0int(&self) -> CTMRA1C0INT_R[src]

Bit 2 - Counter/Timer A1 interrupt based on COMPR0.

pub fn ctmrb0c0int(&self) -> CTMRB0C0INT_R[src]

Bit 1 - Counter/Timer B0 interrupt based on COMPR0.

pub fn ctmra0c0int(&self) -> CTMRA0C0INT_R[src]

Bit 0 - Counter/Timer A0 interrupt based on COMPR0.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn ctmrb7c1int(&self) -> CTMRB7C1INT_R[src]

Bit 31 - Counter/Timer B7 interrupt based on COMPR1.

pub fn ctmra7c1int(&self) -> CTMRA7C1INT_R[src]

Bit 30 - Counter/Timer A7 interrupt based on COMPR1.

pub fn ctmrb6c1int(&self) -> CTMRB6C1INT_R[src]

Bit 29 - Counter/Timer B6 interrupt based on COMPR1.

pub fn ctmra6c1int(&self) -> CTMRA6C1INT_R[src]

Bit 28 - Counter/Timer A6 interrupt based on COMPR1.

pub fn ctmrb5c1int(&self) -> CTMRB5C1INT_R[src]

Bit 27 - Counter/Timer B5 interrupt based on COMPR1.

pub fn ctmra5c1int(&self) -> CTMRA5C1INT_R[src]

Bit 26 - Counter/Timer A5 interrupt based on COMPR1.

pub fn ctmrb4c1int(&self) -> CTMRB4C1INT_R[src]

Bit 25 - Counter/Timer B4 interrupt based on COMPR1.

pub fn ctmra4c1int(&self) -> CTMRA4C1INT_R[src]

Bit 24 - Counter/Timer A4 interrupt based on COMPR1.

pub fn ctmrb3c1int(&self) -> CTMRB3C1INT_R[src]

Bit 23 - Counter/Timer B3 interrupt based on COMPR1.

pub fn ctmra3c1int(&self) -> CTMRA3C1INT_R[src]

Bit 22 - Counter/Timer A3 interrupt based on COMPR1.

pub fn ctmrb2c1int(&self) -> CTMRB2C1INT_R[src]

Bit 21 - Counter/Timer B2 interrupt based on COMPR1.

pub fn ctmra2c1int(&self) -> CTMRA2C1INT_R[src]

Bit 20 - Counter/Timer A2 interrupt based on COMPR1.

pub fn ctmrb1c1int(&self) -> CTMRB1C1INT_R[src]

Bit 19 - Counter/Timer B1 interrupt based on COMPR1.

pub fn ctmra1c1int(&self) -> CTMRA1C1INT_R[src]

Bit 18 - Counter/Timer A1 interrupt based on COMPR1.

pub fn ctmrb0c1int(&self) -> CTMRB0C1INT_R[src]

Bit 17 - Counter/Timer B0 interrupt based on COMPR1.

pub fn ctmra0c1int(&self) -> CTMRA0C1INT_R[src]

Bit 16 - Counter/Timer A0 interrupt based on COMPR1.

pub fn ctmrb7c0int(&self) -> CTMRB7C0INT_R[src]

Bit 15 - Counter/Timer B7 interrupt based on COMPR0.

pub fn ctmra7c0int(&self) -> CTMRA7C0INT_R[src]

Bit 14 - Counter/Timer A7 interrupt based on COMPR0.

pub fn ctmrb6c0int(&self) -> CTMRB6C0INT_R[src]

Bit 13 - Counter/Timer B6 interrupt based on COMPR0.

pub fn ctmra6c0int(&self) -> CTMRA6C0INT_R[src]

Bit 12 - Counter/Timer A6 interrupt based on COMPR0.

pub fn ctmrb5c0int(&self) -> CTMRB5C0INT_R[src]

Bit 11 - Counter/Timer B5 interrupt based on COMPR0.

pub fn ctmra5c0int(&self) -> CTMRA5C0INT_R[src]

Bit 10 - Counter/Timer A5 interrupt based on COMPR0.

pub fn ctmrb4c0int(&self) -> CTMRB4C0INT_R[src]

Bit 9 - Counter/Timer B4 interrupt based on COMPR0.

pub fn ctmra4c0int(&self) -> CTMRA4C0INT_R[src]

Bit 8 - Counter/Timer A4 interrupt based on COMPR0.

pub fn ctmrb3c0int(&self) -> CTMRB3C0INT_R[src]

Bit 7 - Counter/Timer B3 interrupt based on COMPR0.

pub fn ctmra3c0int(&self) -> CTMRA3C0INT_R[src]

Bit 6 - Counter/Timer A3 interrupt based on COMPR0.

pub fn ctmrb2c0int(&self) -> CTMRB2C0INT_R[src]

Bit 5 - Counter/Timer B2 interrupt based on COMPR0.

pub fn ctmra2c0int(&self) -> CTMRA2C0INT_R[src]

Bit 4 - Counter/Timer A2 interrupt based on COMPR0.

pub fn ctmrb1c0int(&self) -> CTMRB1C0INT_R[src]

Bit 3 - Counter/Timer B1 interrupt based on COMPR0.

pub fn ctmra1c0int(&self) -> CTMRA1C0INT_R[src]

Bit 2 - Counter/Timer A1 interrupt based on COMPR0.

pub fn ctmrb0c0int(&self) -> CTMRB0C0INT_R[src]

Bit 1 - Counter/Timer B0 interrupt based on COMPR0.

pub fn ctmra0c0int(&self) -> CTMRA0C0INT_R[src]

Bit 0 - Counter/Timer A0 interrupt based on COMPR0.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn ctmrb7c1int(&self) -> CTMRB7C1INT_R[src]

Bit 31 - Counter/Timer B7 interrupt based on COMPR1.

pub fn ctmra7c1int(&self) -> CTMRA7C1INT_R[src]

Bit 30 - Counter/Timer A7 interrupt based on COMPR1.

pub fn ctmrb6c1int(&self) -> CTMRB6C1INT_R[src]

Bit 29 - Counter/Timer B6 interrupt based on COMPR1.

pub fn ctmra6c1int(&self) -> CTMRA6C1INT_R[src]

Bit 28 - Counter/Timer A6 interrupt based on COMPR1.

pub fn ctmrb5c1int(&self) -> CTMRB5C1INT_R[src]

Bit 27 - Counter/Timer B5 interrupt based on COMPR1.

pub fn ctmra5c1int(&self) -> CTMRA5C1INT_R[src]

Bit 26 - Counter/Timer A5 interrupt based on COMPR1.

pub fn ctmrb4c1int(&self) -> CTMRB4C1INT_R[src]

Bit 25 - Counter/Timer B4 interrupt based on COMPR1.

pub fn ctmra4c1int(&self) -> CTMRA4C1INT_R[src]

Bit 24 - Counter/Timer A4 interrupt based on COMPR1.

pub fn ctmrb3c1int(&self) -> CTMRB3C1INT_R[src]

Bit 23 - Counter/Timer B3 interrupt based on COMPR1.

pub fn ctmra3c1int(&self) -> CTMRA3C1INT_R[src]

Bit 22 - Counter/Timer A3 interrupt based on COMPR1.

pub fn ctmrb2c1int(&self) -> CTMRB2C1INT_R[src]

Bit 21 - Counter/Timer B2 interrupt based on COMPR1.

pub fn ctmra2c1int(&self) -> CTMRA2C1INT_R[src]

Bit 20 - Counter/Timer A2 interrupt based on COMPR1.

pub fn ctmrb1c1int(&self) -> CTMRB1C1INT_R[src]

Bit 19 - Counter/Timer B1 interrupt based on COMPR1.

pub fn ctmra1c1int(&self) -> CTMRA1C1INT_R[src]

Bit 18 - Counter/Timer A1 interrupt based on COMPR1.

pub fn ctmrb0c1int(&self) -> CTMRB0C1INT_R[src]

Bit 17 - Counter/Timer B0 interrupt based on COMPR1.

pub fn ctmra0c1int(&self) -> CTMRA0C1INT_R[src]

Bit 16 - Counter/Timer A0 interrupt based on COMPR1.

pub fn ctmrb7c0int(&self) -> CTMRB7C0INT_R[src]

Bit 15 - Counter/Timer B7 interrupt based on COMPR0.

pub fn ctmra7c0int(&self) -> CTMRA7C0INT_R[src]

Bit 14 - Counter/Timer A7 interrupt based on COMPR0.

pub fn ctmrb6c0int(&self) -> CTMRB6C0INT_R[src]

Bit 13 - Counter/Timer B6 interrupt based on COMPR0.

pub fn ctmra6c0int(&self) -> CTMRA6C0INT_R[src]

Bit 12 - Counter/Timer A6 interrupt based on COMPR0.

pub fn ctmrb5c0int(&self) -> CTMRB5C0INT_R[src]

Bit 11 - Counter/Timer B5 interrupt based on COMPR0.

pub fn ctmra5c0int(&self) -> CTMRA5C0INT_R[src]

Bit 10 - Counter/Timer A5 interrupt based on COMPR0.

pub fn ctmrb4c0int(&self) -> CTMRB4C0INT_R[src]

Bit 9 - Counter/Timer B4 interrupt based on COMPR0.

pub fn ctmra4c0int(&self) -> CTMRA4C0INT_R[src]

Bit 8 - Counter/Timer A4 interrupt based on COMPR0.

pub fn ctmrb3c0int(&self) -> CTMRB3C0INT_R[src]

Bit 7 - Counter/Timer B3 interrupt based on COMPR0.

pub fn ctmra3c0int(&self) -> CTMRA3C0INT_R[src]

Bit 6 - Counter/Timer A3 interrupt based on COMPR0.

pub fn ctmrb2c0int(&self) -> CTMRB2C0INT_R[src]

Bit 5 - Counter/Timer B2 interrupt based on COMPR0.

pub fn ctmra2c0int(&self) -> CTMRA2C0INT_R[src]

Bit 4 - Counter/Timer A2 interrupt based on COMPR0.

pub fn ctmrb1c0int(&self) -> CTMRB1C0INT_R[src]

Bit 3 - Counter/Timer B1 interrupt based on COMPR0.

pub fn ctmra1c0int(&self) -> CTMRA1C0INT_R[src]

Bit 2 - Counter/Timer A1 interrupt based on COMPR0.

pub fn ctmrb0c0int(&self) -> CTMRB0C0INT_R[src]

Bit 1 - Counter/Timer B0 interrupt based on COMPR0.

pub fn ctmra0c0int(&self) -> CTMRA0C0INT_R[src]

Bit 0 - Counter/Timer A0 interrupt based on COMPR0.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn ctmrb7c1int(&self) -> CTMRB7C1INT_R[src]

Bit 31 - Counter/Timer B7 interrupt based on COMPR1.

pub fn ctmra7c1int(&self) -> CTMRA7C1INT_R[src]

Bit 30 - Counter/Timer A7 interrupt based on COMPR1.

pub fn ctmrb6c1int(&self) -> CTMRB6C1INT_R[src]

Bit 29 - Counter/Timer B6 interrupt based on COMPR1.

pub fn ctmra6c1int(&self) -> CTMRA6C1INT_R[src]

Bit 28 - Counter/Timer A6 interrupt based on COMPR1.

pub fn ctmrb5c1int(&self) -> CTMRB5C1INT_R[src]

Bit 27 - Counter/Timer B5 interrupt based on COMPR1.

pub fn ctmra5c1int(&self) -> CTMRA5C1INT_R[src]

Bit 26 - Counter/Timer A5 interrupt based on COMPR1.

pub fn ctmrb4c1int(&self) -> CTMRB4C1INT_R[src]

Bit 25 - Counter/Timer B4 interrupt based on COMPR1.

pub fn ctmra4c1int(&self) -> CTMRA4C1INT_R[src]

Bit 24 - Counter/Timer A4 interrupt based on COMPR1.

pub fn ctmrb3c1int(&self) -> CTMRB3C1INT_R[src]

Bit 23 - Counter/Timer B3 interrupt based on COMPR1.

pub fn ctmra3c1int(&self) -> CTMRA3C1INT_R[src]

Bit 22 - Counter/Timer A3 interrupt based on COMPR1.

pub fn ctmrb2c1int(&self) -> CTMRB2C1INT_R[src]

Bit 21 - Counter/Timer B2 interrupt based on COMPR1.

pub fn ctmra2c1int(&self) -> CTMRA2C1INT_R[src]

Bit 20 - Counter/Timer A2 interrupt based on COMPR1.

pub fn ctmrb1c1int(&self) -> CTMRB1C1INT_R[src]

Bit 19 - Counter/Timer B1 interrupt based on COMPR1.

pub fn ctmra1c1int(&self) -> CTMRA1C1INT_R[src]

Bit 18 - Counter/Timer A1 interrupt based on COMPR1.

pub fn ctmrb0c1int(&self) -> CTMRB0C1INT_R[src]

Bit 17 - Counter/Timer B0 interrupt based on COMPR1.

pub fn ctmra0c1int(&self) -> CTMRA0C1INT_R[src]

Bit 16 - Counter/Timer A0 interrupt based on COMPR1.

pub fn ctmrb7c0int(&self) -> CTMRB7C0INT_R[src]

Bit 15 - Counter/Timer B7 interrupt based on COMPR0.

pub fn ctmra7c0int(&self) -> CTMRA7C0INT_R[src]

Bit 14 - Counter/Timer A7 interrupt based on COMPR0.

pub fn ctmrb6c0int(&self) -> CTMRB6C0INT_R[src]

Bit 13 - Counter/Timer B6 interrupt based on COMPR0.

pub fn ctmra6c0int(&self) -> CTMRA6C0INT_R[src]

Bit 12 - Counter/Timer A6 interrupt based on COMPR0.

pub fn ctmrb5c0int(&self) -> CTMRB5C0INT_R[src]

Bit 11 - Counter/Timer B5 interrupt based on COMPR0.

pub fn ctmra5c0int(&self) -> CTMRA5C0INT_R[src]

Bit 10 - Counter/Timer A5 interrupt based on COMPR0.

pub fn ctmrb4c0int(&self) -> CTMRB4C0INT_R[src]

Bit 9 - Counter/Timer B4 interrupt based on COMPR0.

pub fn ctmra4c0int(&self) -> CTMRA4C0INT_R[src]

Bit 8 - Counter/Timer A4 interrupt based on COMPR0.

pub fn ctmrb3c0int(&self) -> CTMRB3C0INT_R[src]

Bit 7 - Counter/Timer B3 interrupt based on COMPR0.

pub fn ctmra3c0int(&self) -> CTMRA3C0INT_R[src]

Bit 6 - Counter/Timer A3 interrupt based on COMPR0.

pub fn ctmrb2c0int(&self) -> CTMRB2C0INT_R[src]

Bit 5 - Counter/Timer B2 interrupt based on COMPR0.

pub fn ctmra2c0int(&self) -> CTMRA2C0INT_R[src]

Bit 4 - Counter/Timer A2 interrupt based on COMPR0.

pub fn ctmrb1c0int(&self) -> CTMRB1C0INT_R[src]

Bit 3 - Counter/Timer B1 interrupt based on COMPR0.

pub fn ctmra1c0int(&self) -> CTMRA1C0INT_R[src]

Bit 2 - Counter/Timer A1 interrupt based on COMPR0.

pub fn ctmrb0c0int(&self) -> CTMRB0C0INT_R[src]

Bit 1 - Counter/Timer B0 interrupt based on COMPR0.

pub fn ctmra0c0int(&self) -> CTMRA0C0INT_R[src]

Bit 0 - Counter/Timer A0 interrupt based on COMPR0.

impl R<bool, CAPTURED_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTURED_A>[src]

Get enumerated values variant

pub fn is_capd_int(&self) -> bool[src]

Checks if the value of the field is CAPD_INT

impl R<bool, CAPTUREC_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREC_A>[src]

Get enumerated values variant

pub fn is_capc_int(&self) -> bool[src]

Checks if the value of the field is CAPC_INT

impl R<bool, CAPTUREB_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREB_A>[src]

Get enumerated values variant

pub fn is_capb_int(&self) -> bool[src]

Checks if the value of the field is CAPB_INT

impl R<bool, CAPTUREA_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREA_A>[src]

Get enumerated values variant

pub fn is_capa_int(&self) -> bool[src]

Checks if the value of the field is CAPA_INT

impl R<bool, OVERFLOW_A>[src]

pub fn variant(&self) -> Variant<bool, OVERFLOW_A>[src]

Get enumerated values variant

pub fn is_oflow_int(&self) -> bool[src]

Checks if the value of the field is OFLOW_INT

impl R<bool, COMPAREH_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREH_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREG_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREG_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREF_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREF_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREE_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREE_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPARED_A>[src]

pub fn variant(&self) -> Variant<bool, COMPARED_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREC_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREC_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREB_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREB_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREA_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREA_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<u32, Reg<u32, _STMINTEN>>[src]

pub fn captured(&self) -> CAPTURED_R[src]

Bit 12 - CAPTURE register D has grabbed the value in the counter

pub fn capturec(&self) -> CAPTUREC_R[src]

Bit 11 - CAPTURE register C has grabbed the value in the counter

pub fn captureb(&self) -> CAPTUREB_R[src]

Bit 10 - CAPTURE register B has grabbed the value in the counter

pub fn capturea(&self) -> CAPTUREA_R[src]

Bit 9 - CAPTURE register A has grabbed the value in the counter

pub fn overflow(&self) -> OVERFLOW_R[src]

Bit 8 - COUNTER over flowed from 0xFFFFFFFF back to 0x00000000.

pub fn compareh(&self) -> COMPAREH_R[src]

Bit 7 - COUNTER is greater than or equal to COMPARE register H.

pub fn compareg(&self) -> COMPAREG_R[src]

Bit 6 - COUNTER is greater than or equal to COMPARE register G.

pub fn comparef(&self) -> COMPAREF_R[src]

Bit 5 - COUNTER is greater than or equal to COMPARE register F.

pub fn comparee(&self) -> COMPAREE_R[src]

Bit 4 - COUNTER is greater than or equal to COMPARE register E.

pub fn compared(&self) -> COMPARED_R[src]

Bit 3 - COUNTER is greater than or equal to COMPARE register D.

pub fn comparec(&self) -> COMPAREC_R[src]

Bit 2 - COUNTER is greater than or equal to COMPARE register C.

pub fn compareb(&self) -> COMPAREB_R[src]

Bit 1 - COUNTER is greater than or equal to COMPARE register B.

pub fn comparea(&self) -> COMPAREA_R[src]

Bit 0 - COUNTER is greater than or equal to COMPARE register A.

impl R<bool, CAPTURED_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTURED_A>[src]

Get enumerated values variant

pub fn is_capd_int(&self) -> bool[src]

Checks if the value of the field is CAPD_INT

impl R<bool, CAPTUREC_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREC_A>[src]

Get enumerated values variant

pub fn is_capc_int(&self) -> bool[src]

Checks if the value of the field is CAPC_INT

impl R<bool, CAPTUREB_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREB_A>[src]

Get enumerated values variant

pub fn is_capb_int(&self) -> bool[src]

Checks if the value of the field is CAPB_INT

impl R<bool, CAPTUREA_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREA_A>[src]

Get enumerated values variant

pub fn is_capa_int(&self) -> bool[src]

Checks if the value of the field is CAPA_INT

impl R<bool, OVERFLOW_A>[src]

pub fn variant(&self) -> Variant<bool, OVERFLOW_A>[src]

Get enumerated values variant

pub fn is_oflow_int(&self) -> bool[src]

Checks if the value of the field is OFLOW_INT

impl R<bool, COMPAREH_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREH_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREG_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREG_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREF_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREF_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREE_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREE_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPARED_A>[src]

pub fn variant(&self) -> Variant<bool, COMPARED_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREC_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREC_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREB_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREB_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREA_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREA_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<u32, Reg<u32, _STMINTSTAT>>[src]

pub fn captured(&self) -> CAPTURED_R[src]

Bit 12 - CAPTURE register D has grabbed the value in the counter

pub fn capturec(&self) -> CAPTUREC_R[src]

Bit 11 - CAPTURE register C has grabbed the value in the counter

pub fn captureb(&self) -> CAPTUREB_R[src]

Bit 10 - CAPTURE register B has grabbed the value in the counter

pub fn capturea(&self) -> CAPTUREA_R[src]

Bit 9 - CAPTURE register A has grabbed the value in the counter

pub fn overflow(&self) -> OVERFLOW_R[src]

Bit 8 - COUNTER over flowed from 0xFFFFFFFF back to 0x00000000.

pub fn compareh(&self) -> COMPAREH_R[src]

Bit 7 - COUNTER is greater than or equal to COMPARE register H.

pub fn compareg(&self) -> COMPAREG_R[src]

Bit 6 - COUNTER is greater than or equal to COMPARE register G.

pub fn comparef(&self) -> COMPAREF_R[src]

Bit 5 - COUNTER is greater than or equal to COMPARE register F.

pub fn comparee(&self) -> COMPAREE_R[src]

Bit 4 - COUNTER is greater than or equal to COMPARE register E.

pub fn compared(&self) -> COMPARED_R[src]

Bit 3 - COUNTER is greater than or equal to COMPARE register D.

pub fn comparec(&self) -> COMPAREC_R[src]

Bit 2 - COUNTER is greater than or equal to COMPARE register C.

pub fn compareb(&self) -> COMPAREB_R[src]

Bit 1 - COUNTER is greater than or equal to COMPARE register B.

pub fn comparea(&self) -> COMPAREA_R[src]

Bit 0 - COUNTER is greater than or equal to COMPARE register A.

impl R<bool, CAPTURED_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTURED_A>[src]

Get enumerated values variant

pub fn is_capd_int(&self) -> bool[src]

Checks if the value of the field is CAPD_INT

impl R<bool, CAPTUREC_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREC_A>[src]

Get enumerated values variant

pub fn is_capc_int(&self) -> bool[src]

Checks if the value of the field is CAPC_INT

impl R<bool, CAPTUREB_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREB_A>[src]

Get enumerated values variant

pub fn is_capb_int(&self) -> bool[src]

Checks if the value of the field is CAPB_INT

impl R<bool, CAPTUREA_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREA_A>[src]

Get enumerated values variant

pub fn is_capa_int(&self) -> bool[src]

Checks if the value of the field is CAPA_INT

impl R<bool, OVERFLOW_A>[src]

pub fn variant(&self) -> Variant<bool, OVERFLOW_A>[src]

Get enumerated values variant

pub fn is_oflow_int(&self) -> bool[src]

Checks if the value of the field is OFLOW_INT

impl R<bool, COMPAREH_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREH_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREG_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREG_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREF_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREF_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREE_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREE_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPARED_A>[src]

pub fn variant(&self) -> Variant<bool, COMPARED_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREC_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREC_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREB_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREB_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREA_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREA_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<u32, Reg<u32, _STMINTCLR>>[src]

pub fn captured(&self) -> CAPTURED_R[src]

Bit 12 - CAPTURE register D has grabbed the value in the counter

pub fn capturec(&self) -> CAPTUREC_R[src]

Bit 11 - CAPTURE register C has grabbed the value in the counter

pub fn captureb(&self) -> CAPTUREB_R[src]

Bit 10 - CAPTURE register B has grabbed the value in the counter

pub fn capturea(&self) -> CAPTUREA_R[src]

Bit 9 - CAPTURE register A has grabbed the value in the counter

pub fn overflow(&self) -> OVERFLOW_R[src]

Bit 8 - COUNTER over flowed from 0xFFFFFFFF back to 0x00000000.

pub fn compareh(&self) -> COMPAREH_R[src]

Bit 7 - COUNTER is greater than or equal to COMPARE register H.

pub fn compareg(&self) -> COMPAREG_R[src]

Bit 6 - COUNTER is greater than or equal to COMPARE register G.

pub fn comparef(&self) -> COMPAREF_R[src]

Bit 5 - COUNTER is greater than or equal to COMPARE register F.

pub fn comparee(&self) -> COMPAREE_R[src]

Bit 4 - COUNTER is greater than or equal to COMPARE register E.

pub fn compared(&self) -> COMPARED_R[src]

Bit 3 - COUNTER is greater than or equal to COMPARE register D.

pub fn comparec(&self) -> COMPAREC_R[src]

Bit 2 - COUNTER is greater than or equal to COMPARE register C.

pub fn compareb(&self) -> COMPAREB_R[src]

Bit 1 - COUNTER is greater than or equal to COMPARE register B.

pub fn comparea(&self) -> COMPAREA_R[src]

Bit 0 - COUNTER is greater than or equal to COMPARE register A.

impl R<bool, CAPTURED_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTURED_A>[src]

Get enumerated values variant

pub fn is_capd_int(&self) -> bool[src]

Checks if the value of the field is CAPD_INT

impl R<bool, CAPTUREC_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREC_A>[src]

Get enumerated values variant

pub fn is_capc_int(&self) -> bool[src]

Checks if the value of the field is CAPC_INT

impl R<bool, CAPTUREB_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREB_A>[src]

Get enumerated values variant

pub fn is_capb_int(&self) -> bool[src]

Checks if the value of the field is CAPB_INT

impl R<bool, CAPTUREA_A>[src]

pub fn variant(&self) -> Variant<bool, CAPTUREA_A>[src]

Get enumerated values variant

pub fn is_capa_int(&self) -> bool[src]

Checks if the value of the field is CAPA_INT

impl R<bool, OVERFLOW_A>[src]

pub fn variant(&self) -> Variant<bool, OVERFLOW_A>[src]

Get enumerated values variant

pub fn is_oflow_int(&self) -> bool[src]

Checks if the value of the field is OFLOW_INT

impl R<bool, COMPAREH_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREH_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREG_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREG_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREF_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREF_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREE_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREE_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPARED_A>[src]

pub fn variant(&self) -> Variant<bool, COMPARED_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREC_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREC_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREB_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREB_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<bool, COMPAREA_A>[src]

pub fn variant(&self) -> Variant<bool, COMPAREA_A>[src]

Get enumerated values variant

pub fn is_compared(&self) -> bool[src]

Checks if the value of the field is COMPARED

impl R<u32, Reg<u32, _STMINTSET>>[src]

pub fn captured(&self) -> CAPTURED_R[src]

Bit 12 - CAPTURE register D has grabbed the value in the counter

pub fn capturec(&self) -> CAPTUREC_R[src]

Bit 11 - CAPTURE register C has grabbed the value in the counter

pub fn captureb(&self) -> CAPTUREB_R[src]

Bit 10 - CAPTURE register B has grabbed the value in the counter

pub fn capturea(&self) -> CAPTUREA_R[src]

Bit 9 - CAPTURE register A has grabbed the value in the counter

pub fn overflow(&self) -> OVERFLOW_R[src]

Bit 8 - COUNTER over flowed from 0xFFFFFFFF back to 0x00000000.

pub fn compareh(&self) -> COMPAREH_R[src]

Bit 7 - COUNTER is greater than or equal to COMPARE register H.

pub fn compareg(&self) -> COMPAREG_R[src]

Bit 6 - COUNTER is greater than or equal to COMPARE register G.

pub fn comparef(&self) -> COMPAREF_R[src]

Bit 5 - COUNTER is greater than or equal to COMPARE register F.

pub fn comparee(&self) -> COMPAREE_R[src]

Bit 4 - COUNTER is greater than or equal to COMPARE register E.

pub fn compared(&self) -> COMPARED_R[src]

Bit 3 - COUNTER is greater than or equal to COMPARE register D.

pub fn comparec(&self) -> COMPAREC_R[src]

Bit 2 - COUNTER is greater than or equal to COMPARE register C.

pub fn compareb(&self) -> COMPAREB_R[src]

Bit 1 - COUNTER is greater than or equal to COMPARE register B.

pub fn comparea(&self) -> COMPAREA_R[src]

Bit 0 - COUNTER is greater than or equal to COMPARE register A.

impl R<bool, PAD3PWRUP_A>[src]

pub fn variant(&self) -> PAD3PWRUP_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD3FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD3FNCSEL_A>[src]

Get enumerated values variant

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_sln_ce(&self) -> bool[src]

Checks if the value of the field is SLNCE

pub fn is_nce3(&self) -> bool[src]

Checks if the value of the field is NCE3

pub fn is_gpio3(&self) -> bool[src]

Checks if the value of the field is GPIO3

pub fn is_mspi7(&self) -> bool[src]

Checks if the value of the field is MSPI7

pub fn is_trig1(&self) -> bool[src]

Checks if the value of the field is TRIG1

pub fn is_i2s_wclk(&self) -> bool[src]

Checks if the value of the field is I2S_WCLK

impl R<bool, PAD3STRNG_A>[src]

pub fn variant(&self) -> PAD3STRNG_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, PAD3INPEN_A>[src]

pub fn variant(&self) -> PAD3INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD3PULL_A>[src]

pub fn variant(&self) -> PAD3PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD2FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD2FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_slmiso(&self) -> bool[src]

Checks if the value of the field is SLMISO

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_gpio2(&self) -> bool[src]

Checks if the value of the field is GPIO2

pub fn is_mspi6(&self) -> bool[src]

Checks if the value of the field is MSPI6

pub fn is_nce2(&self) -> bool[src]

Checks if the value of the field is NCE2

impl R<bool, PAD2STRNG_A>[src]

pub fn variant(&self) -> PAD2STRNG_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, PAD2INPEN_A>[src]

pub fn variant(&self) -> PAD2INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD2PULL_A>[src]

pub fn variant(&self) -> PAD2PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD1RSEL_A>[src]

pub fn variant(&self) -> PAD1RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD1FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD1FNCSEL_A>[src]

Get enumerated values variant

pub fn is_slsdawir3(&self) -> bool[src]

Checks if the value of the field is SLSDAWIR3

pub fn is_slmosi(&self) -> bool[src]

Checks if the value of the field is SLMOSI

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_gpio1(&self) -> bool[src]

Checks if the value of the field is GPIO1

pub fn is_mspi5(&self) -> bool[src]

Checks if the value of the field is MSPI5

pub fn is_nce1(&self) -> bool[src]

Checks if the value of the field is NCE1

impl R<bool, PAD1STRNG_A>[src]

pub fn variant(&self) -> PAD1STRNG_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, PAD1INPEN_A>[src]

pub fn variant(&self) -> PAD1INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD1PULL_A>[src]

pub fn variant(&self) -> PAD1PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD0RSEL_A>[src]

pub fn variant(&self) -> PAD0RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD0FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD0FNCSEL_A>[src]

Get enumerated values variant

pub fn is_slscl(&self) -> bool[src]

Checks if the value of the field is SLSCL

pub fn is_slsck(&self) -> bool[src]

Checks if the value of the field is SLSCK

pub fn is_clkout(&self) -> bool[src]

Checks if the value of the field is CLKOUT

pub fn is_gpio0(&self) -> bool[src]

Checks if the value of the field is GPIO0

pub fn is_mspi4(&self) -> bool[src]

Checks if the value of the field is MSPI4

pub fn is_nce0(&self) -> bool[src]

Checks if the value of the field is NCE0

impl R<bool, PAD0STRNG_A>[src]

pub fn variant(&self) -> PAD0STRNG_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, PAD0INPEN_A>[src]

pub fn variant(&self) -> PAD0INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD0PULL_A>[src]

pub fn variant(&self) -> PAD0PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGA>>[src]

pub fn pad3pwrup(&self) -> PAD3PWRUP_R[src]

Bit 30 - Pad 3 VDD power switch enable

pub fn pad3fncsel(&self) -> PAD3FNCSEL_R[src]

Bits 27:29 - Pad 3 function select

pub fn pad3strng(&self) -> PAD3STRNG_R[src]

Bit 26 - Pad 3 drive strength.

pub fn pad3inpen(&self) -> PAD3INPEN_R[src]

Bit 25 - Pad 3 input enable.

pub fn pad3pull(&self) -> PAD3PULL_R[src]

Bit 24 - Pad 3 pullup enable

pub fn pad2fncsel(&self) -> PAD2FNCSEL_R[src]

Bits 19:21 - Pad 2 function select

pub fn pad2strng(&self) -> PAD2STRNG_R[src]

Bit 18 - Pad 2 drive strength

pub fn pad2inpen(&self) -> PAD2INPEN_R[src]

Bit 17 - Pad 2 input enable

pub fn pad2pull(&self) -> PAD2PULL_R[src]

Bit 16 - Pad 2 pullup enable

pub fn pad1rsel(&self) -> PAD1RSEL_R[src]

Bits 14:15 - Pad 1 pullup resistor selection.

pub fn pad1fncsel(&self) -> PAD1FNCSEL_R[src]

Bits 11:13 - Pad 1 function select

pub fn pad1strng(&self) -> PAD1STRNG_R[src]

Bit 10 - Pad 1 drive strength

pub fn pad1inpen(&self) -> PAD1INPEN_R[src]

Bit 9 - Pad 1 input enable

pub fn pad1pull(&self) -> PAD1PULL_R[src]

Bit 8 - Pad 1 pullup enable

pub fn pad0rsel(&self) -> PAD0RSEL_R[src]

Bits 6:7 - Pad 0 pullup resistor selection.

pub fn pad0fncsel(&self) -> PAD0FNCSEL_R[src]

Bits 3:5 - Pad 0 function select

pub fn pad0strng(&self) -> PAD0STRNG_R[src]

Bit 2 - Pad 0 drive strength

pub fn pad0inpen(&self) -> PAD0INPEN_R[src]

Bit 1 - Pad 0 input enable

pub fn pad0pull(&self) -> PAD0PULL_R[src]

Bit 0 - Pad 0 pullup enable

impl R<u8, PAD7FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD7FNCSEL_A>[src]

Get enumerated values variant

pub fn is_nce7(&self) -> bool[src]

Checks if the value of the field is NCE7

pub fn is_m0mosi(&self) -> bool[src]

Checks if the value of the field is M0MOSI

pub fn is_clkout(&self) -> bool[src]

Checks if the value of the field is CLKOUT

pub fn is_gpio7(&self) -> bool[src]

Checks if the value of the field is GPIO7

pub fn is_trig0(&self) -> bool[src]

Checks if the value of the field is TRIG0

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_ct19(&self) -> bool[src]

Checks if the value of the field is CT19

impl R<bool, PAD7STRNG_A>[src]

pub fn variant(&self) -> PAD7STRNG_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, PAD7INPEN_A>[src]

pub fn variant(&self) -> PAD7INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD7PULL_A>[src]

pub fn variant(&self) -> PAD7PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD6RSEL_A>[src]

pub fn variant(&self) -> PAD6RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD6FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD6FNCSEL_A>[src]

Get enumerated values variant

pub fn is_m0sdawir3(&self) -> bool[src]

Checks if the value of the field is M0SDAWIR3

pub fn is_m0miso(&self) -> bool[src]

Checks if the value of the field is M0MISO

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_gpio6(&self) -> bool[src]

Checks if the value of the field is GPIO6

pub fn is_ct10(&self) -> bool[src]

Checks if the value of the field is CT10

pub fn is_i2s_dat(&self) -> bool[src]

Checks if the value of the field is I2S_DAT

impl R<bool, PAD6STRNG_A>[src]

pub fn variant(&self) -> PAD6STRNG_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, PAD6INPEN_A>[src]

pub fn variant(&self) -> PAD6INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD6PULL_A>[src]

pub fn variant(&self) -> PAD6PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD5RSEL_A>[src]

pub fn variant(&self) -> PAD5RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD5FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD5FNCSEL_A>[src]

Get enumerated values variant

pub fn is_m0scl(&self) -> bool[src]

Checks if the value of the field is M0SCL

pub fn is_m0sck(&self) -> bool[src]

Checks if the value of the field is M0SCK

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_gpio5(&self) -> bool[src]

Checks if the value of the field is GPIO5

pub fn is_exthfa(&self) -> bool[src]

Checks if the value of the field is EXTHFA

pub fn is_ct8(&self) -> bool[src]

Checks if the value of the field is CT8

impl R<bool, PAD5STRNG_A>[src]

pub fn variant(&self) -> PAD5STRNG_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, PAD5INPEN_A>[src]

pub fn variant(&self) -> PAD5INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD5PULL_A>[src]

pub fn variant(&self) -> PAD5PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD4FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD4FNCSEL_A>[src]

Get enumerated values variant

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_slint(&self) -> bool[src]

Checks if the value of the field is SLINT

pub fn is_nce4(&self) -> bool[src]

Checks if the value of the field is NCE4

pub fn is_gpio4(&self) -> bool[src]

Checks if the value of the field is GPIO4

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_ct17(&self) -> bool[src]

Checks if the value of the field is CT17

pub fn is_mspi2(&self) -> bool[src]

Checks if the value of the field is MSPI2

impl R<bool, PAD4STRNG_A>[src]

pub fn variant(&self) -> PAD4STRNG_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, PAD4INPEN_A>[src]

pub fn variant(&self) -> PAD4INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD4PULL_A>[src]

pub fn variant(&self) -> PAD4PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGB>>[src]

pub fn pad7fncsel(&self) -> PAD7FNCSEL_R[src]

Bits 27:29 - Pad 7 function select

pub fn pad7strng(&self) -> PAD7STRNG_R[src]

Bit 26 - Pad 7 drive strength

pub fn pad7inpen(&self) -> PAD7INPEN_R[src]

Bit 25 - Pad 7 input enable

pub fn pad7pull(&self) -> PAD7PULL_R[src]

Bit 24 - Pad 7 pullup enable

pub fn pad6rsel(&self) -> PAD6RSEL_R[src]

Bits 22:23 - Pad 6 pullup resistor selection.

pub fn pad6fncsel(&self) -> PAD6FNCSEL_R[src]

Bits 19:21 - Pad 6 function select

pub fn pad6strng(&self) -> PAD6STRNG_R[src]

Bit 18 - Pad 6 drive strength

pub fn pad6inpen(&self) -> PAD6INPEN_R[src]

Bit 17 - Pad 6 input enable

pub fn pad6pull(&self) -> PAD6PULL_R[src]

Bit 16 - Pad 6 pullup enable

pub fn pad5rsel(&self) -> PAD5RSEL_R[src]

Bits 14:15 - Pad 5 pullup resistor selection.

pub fn pad5fncsel(&self) -> PAD5FNCSEL_R[src]

Bits 11:13 - Pad 5 function select

pub fn pad5strng(&self) -> PAD5STRNG_R[src]

Bit 10 - Pad 5 drive strength

pub fn pad5inpen(&self) -> PAD5INPEN_R[src]

Bit 9 - Pad 5 input enable

pub fn pad5pull(&self) -> PAD5PULL_R[src]

Bit 8 - Pad 5 pullup enable

pub fn pad4fncsel(&self) -> PAD4FNCSEL_R[src]

Bits 3:5 - Pad 4 function select

pub fn pad4strng(&self) -> PAD4STRNG_R[src]

Bit 2 - Pad 4 drive strength

pub fn pad4inpen(&self) -> PAD4INPEN_R[src]

Bit 1 - Pad 4 input enable

pub fn pad4pull(&self) -> PAD4PULL_R[src]

Bit 0 - Pad 4 pullup enable

impl R<u8, PAD11FNCSEL_A>[src]

pub fn variant(&self) -> PAD11FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcse2(&self) -> bool[src]

Checks if the value of the field is ADCSE2

pub fn is_nce11(&self) -> bool[src]

Checks if the value of the field is NCE11

pub fn is_ct31(&self) -> bool[src]

Checks if the value of the field is CT31

pub fn is_gpio11(&self) -> bool[src]

Checks if the value of the field is GPIO11

pub fn is_slint(&self) -> bool[src]

Checks if the value of the field is SLINT

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_pdm_data(&self) -> bool[src]

Checks if the value of the field is PDM_DATA

impl R<bool, PAD11STRNG_A>[src]

pub fn variant(&self) -> PAD11STRNG_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, PAD11INPEN_A>[src]

pub fn variant(&self) -> PAD11INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD11PULL_A>[src]

pub fn variant(&self) -> PAD11PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD10FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD10FNCSEL_A>[src]

Get enumerated values variant

pub fn is_m1mosi(&self) -> bool[src]

Checks if the value of the field is M1MOSI

pub fn is_nce10(&self) -> bool[src]

Checks if the value of the field is NCE10

pub fn is_gpio10(&self) -> bool[src]

Checks if the value of the field is GPIO10

pub fn is_pdmclk(&self) -> bool[src]

Checks if the value of the field is PDMCLK

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

impl R<bool, PAD10STRNG_A>[src]

pub fn variant(&self) -> PAD10STRNG_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, PAD10INPEN_A>[src]

pub fn variant(&self) -> PAD10INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD10PULL_A>[src]

pub fn variant(&self) -> PAD10PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD9RSEL_A>[src]

pub fn variant(&self) -> PAD9RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD9FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD9FNCSEL_A>[src]

Get enumerated values variant

pub fn is_m1sdawir3(&self) -> bool[src]

Checks if the value of the field is M1SDAWIR3

pub fn is_m1miso(&self) -> bool[src]

Checks if the value of the field is M1MISO

pub fn is_nce9(&self) -> bool[src]

Checks if the value of the field is NCE9

pub fn is_gpio9(&self) -> bool[src]

Checks if the value of the field is GPIO9

pub fn is_sccio(&self) -> bool[src]

Checks if the value of the field is SCCIO

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD9STRNG_A>[src]

pub fn variant(&self) -> PAD9STRNG_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, PAD9INPEN_A>[src]

pub fn variant(&self) -> PAD9INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD9PULL_A>[src]

pub fn variant(&self) -> PAD9PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD8RSEL_A>[src]

pub fn variant(&self) -> PAD8RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD8FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD8FNCSEL_A>[src]

Get enumerated values variant

pub fn is_m1scl(&self) -> bool[src]

Checks if the value of the field is M1SCL

pub fn is_m1sck(&self) -> bool[src]

Checks if the value of the field is M1SCK

pub fn is_nce8(&self) -> bool[src]

Checks if the value of the field is NCE8

pub fn is_gpio8(&self) -> bool[src]

Checks if the value of the field is GPIO8

pub fn is_scclk(&self) -> bool[src]

Checks if the value of the field is SCCLK

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

impl R<bool, PAD8STRNG_A>[src]

pub fn variant(&self) -> PAD8STRNG_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, PAD8INPEN_A>[src]

pub fn variant(&self) -> PAD8INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD8PULL_A>[src]

pub fn variant(&self) -> PAD8PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGC>>[src]

pub fn pad11fncsel(&self) -> PAD11FNCSEL_R[src]

Bits 27:29 - Pad 11 function select

pub fn pad11strng(&self) -> PAD11STRNG_R[src]

Bit 26 - Pad 11 drive strength

pub fn pad11inpen(&self) -> PAD11INPEN_R[src]

Bit 25 - Pad 11 input enable

pub fn pad11pull(&self) -> PAD11PULL_R[src]

Bit 24 - Pad 11 pullup enable

pub fn pad10fncsel(&self) -> PAD10FNCSEL_R[src]

Bits 19:21 - Pad 10 function select

pub fn pad10strng(&self) -> PAD10STRNG_R[src]

Bit 18 - Pad 10 drive strength

pub fn pad10inpen(&self) -> PAD10INPEN_R[src]

Bit 17 - Pad 10 input enable

pub fn pad10pull(&self) -> PAD10PULL_R[src]

Bit 16 - Pad 10 pullup enable

pub fn pad9rsel(&self) -> PAD9RSEL_R[src]

Bits 14:15 - Pad 9 pullup resistor selection

pub fn pad9fncsel(&self) -> PAD9FNCSEL_R[src]

Bits 11:13 - Pad 9 function select

pub fn pad9strng(&self) -> PAD9STRNG_R[src]

Bit 10 - Pad 9 drive strength

pub fn pad9inpen(&self) -> PAD9INPEN_R[src]

Bit 9 - Pad 9 input enable

pub fn pad9pull(&self) -> PAD9PULL_R[src]

Bit 8 - Pad 9 pullup enable

pub fn pad8rsel(&self) -> PAD8RSEL_R[src]

Bits 6:7 - Pad 8 pullup resistor selection.

pub fn pad8fncsel(&self) -> PAD8FNCSEL_R[src]

Bits 3:5 - Pad 8 function select

pub fn pad8strng(&self) -> PAD8STRNG_R[src]

Bit 2 - Pad 8 drive strength

pub fn pad8inpen(&self) -> PAD8INPEN_R[src]

Bit 1 - Pad 8 input enable

pub fn pad8pull(&self) -> PAD8PULL_R[src]

Bit 0 - Pad 8 pullup enable

impl R<u8, PAD15FNCSEL_A>[src]

pub fn variant(&self) -> PAD15FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcd1n(&self) -> bool[src]

Checks if the value of the field is ADCD1N

pub fn is_nce15(&self) -> bool[src]

Checks if the value of the field is NCE15

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_gpio15(&self) -> bool[src]

Checks if the value of the field is GPIO15

pub fn is_pdmdata(&self) -> bool[src]

Checks if the value of the field is PDMDATA

pub fn is_extxt(&self) -> bool[src]

Checks if the value of the field is EXTXT

pub fn is_swdio(&self) -> bool[src]

Checks if the value of the field is SWDIO

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

impl R<bool, PAD15STRNG_A>[src]

pub fn variant(&self) -> PAD15STRNG_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, PAD15INPEN_A>[src]

pub fn variant(&self) -> PAD15INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD15PULL_A>[src]

pub fn variant(&self) -> PAD15PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD14FNCSEL_A>[src]

pub fn variant(&self) -> PAD14FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcd1p(&self) -> bool[src]

Checks if the value of the field is ADCD1P

pub fn is_nce14(&self) -> bool[src]

Checks if the value of the field is NCE14

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_gpio14(&self) -> bool[src]

Checks if the value of the field is GPIO14

pub fn is_pdmclk(&self) -> bool[src]

Checks if the value of the field is PDMCLK

pub fn is_exthfs(&self) -> bool[src]

Checks if the value of the field is EXTHFS

pub fn is_swdck(&self) -> bool[src]

Checks if the value of the field is SWDCK

pub fn is_32k_hz_xt(&self) -> bool[src]

Checks if the value of the field is _32KHZXT

impl R<bool, PAD14STRNG_A>[src]

pub fn variant(&self) -> PAD14STRNG_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, PAD14INPEN_A>[src]

pub fn variant(&self) -> PAD14INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD14PULL_A>[src]

pub fn variant(&self) -> PAD14PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD13FNCSEL_A>[src]

pub fn variant(&self) -> PAD13FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcd0pse8(&self) -> bool[src]

Checks if the value of the field is ADCD0PSE8

pub fn is_nce13(&self) -> bool[src]

Checks if the value of the field is NCE13

pub fn is_ct2(&self) -> bool[src]

Checks if the value of the field is CT2

pub fn is_gpio13(&self) -> bool[src]

Checks if the value of the field is GPIO13

pub fn is_i2sbclk(&self) -> bool[src]

Checks if the value of the field is I2SBCLK

pub fn is_exthfb(&self) -> bool[src]

Checks if the value of the field is EXTHFB

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD13STRNG_A>[src]

pub fn variant(&self) -> PAD13STRNG_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, PAD13INPEN_A>[src]

pub fn variant(&self) -> PAD13INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD13PULL_A>[src]

pub fn variant(&self) -> PAD13PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD12FNCSEL_A>[src]

pub fn variant(&self) -> PAD12FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcd0nse9(&self) -> bool[src]

Checks if the value of the field is ADCD0NSE9

pub fn is_nce12(&self) -> bool[src]

Checks if the value of the field is NCE12

pub fn is_ct0(&self) -> bool[src]

Checks if the value of the field is CT0

pub fn is_gpio12(&self) -> bool[src]

Checks if the value of the field is GPIO12

pub fn is_sln_ce(&self) -> bool[src]

Checks if the value of the field is SLNCE

pub fn is_pdmclk(&self) -> bool[src]

Checks if the value of the field is PDMCLK

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

impl R<bool, PAD12STRNG_A>[src]

pub fn variant(&self) -> PAD12STRNG_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, PAD12INPEN_A>[src]

pub fn variant(&self) -> PAD12INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD12PULL_A>[src]

pub fn variant(&self) -> PAD12PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGD>>[src]

pub fn pad15fncsel(&self) -> PAD15FNCSEL_R[src]

Bits 27:29 - Pad 15 function select

pub fn pad15strng(&self) -> PAD15STRNG_R[src]

Bit 26 - Pad 15 drive strength

pub fn pad15inpen(&self) -> PAD15INPEN_R[src]

Bit 25 - Pad 15 input enable

pub fn pad15pull(&self) -> PAD15PULL_R[src]

Bit 24 - Pad 15 pullup enable

pub fn pad14fncsel(&self) -> PAD14FNCSEL_R[src]

Bits 19:21 - Pad 14 function select

pub fn pad14strng(&self) -> PAD14STRNG_R[src]

Bit 18 - Pad 14 drive strength

pub fn pad14inpen(&self) -> PAD14INPEN_R[src]

Bit 17 - Pad 14 input enable

pub fn pad14pull(&self) -> PAD14PULL_R[src]

Bit 16 - Pad 14 pullup enable

pub fn pad13fncsel(&self) -> PAD13FNCSEL_R[src]

Bits 11:13 - Pad 13 function select

pub fn pad13strng(&self) -> PAD13STRNG_R[src]

Bit 10 - Pad 13 drive strength

pub fn pad13inpen(&self) -> PAD13INPEN_R[src]

Bit 9 - Pad 13 input enable

pub fn pad13pull(&self) -> PAD13PULL_R[src]

Bit 8 - Pad 13 pullup enable

pub fn pad12fncsel(&self) -> PAD12FNCSEL_R[src]

Bits 3:5 - Pad 12 function select

pub fn pad12strng(&self) -> PAD12STRNG_R[src]

Bit 2 - Pad 12 drive strength

pub fn pad12inpen(&self) -> PAD12INPEN_R[src]

Bit 1 - Pad 12 input enable

pub fn pad12pull(&self) -> PAD12PULL_R[src]

Bit 0 - Pad 12 pullup enable

impl R<u8, PAD19FNCSEL_A>[src]

pub fn variant(&self) -> PAD19FNCSEL_A[src]

Get enumerated values variant

pub fn is_cmprf0(&self) -> bool[src]

Checks if the value of the field is CMPRF0

pub fn is_nce19(&self) -> bool[src]

Checks if the value of the field is NCE19

pub fn is_ct6(&self) -> bool[src]

Checks if the value of the field is CT6

pub fn is_gpio19(&self) -> bool[src]

Checks if the value of the field is GPIO19

pub fn is_scclk(&self) -> bool[src]

Checks if the value of the field is SCCLK

pub fn is_anatest1(&self) -> bool[src]

Checks if the value of the field is ANATEST1

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_i2sbclk(&self) -> bool[src]

Checks if the value of the field is I2SBCLK

impl R<bool, PAD19STRNG_A>[src]

pub fn variant(&self) -> PAD19STRNG_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, PAD19INPEN_A>[src]

pub fn variant(&self) -> PAD19INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD19PULL_A>[src]

pub fn variant(&self) -> PAD19PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD18FNCSEL_A>[src]

pub fn variant(&self) -> PAD18FNCSEL_A[src]

Get enumerated values variant

pub fn is_cmpin1(&self) -> bool[src]

Checks if the value of the field is CMPIN1

pub fn is_nce18(&self) -> bool[src]

Checks if the value of the field is NCE18

pub fn is_ct4(&self) -> bool[src]

Checks if the value of the field is CT4

pub fn is_gpio18(&self) -> bool[src]

Checks if the value of the field is GPIO18

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_anatest2(&self) -> bool[src]

Checks if the value of the field is ANATEST2

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_sccio(&self) -> bool[src]

Checks if the value of the field is SCCIO

impl R<bool, PAD18STRNG_A>[src]

pub fn variant(&self) -> PAD18STRNG_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, PAD18INPEN_A>[src]

pub fn variant(&self) -> PAD18INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD18PULL_A>[src]

pub fn variant(&self) -> PAD18PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD17FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD17FNCSEL_A>[src]

Get enumerated values variant

pub fn is_cmprf1(&self) -> bool[src]

Checks if the value of the field is CMPRF1

pub fn is_nce17(&self) -> bool[src]

Checks if the value of the field is NCE17

pub fn is_trig1(&self) -> bool[src]

Checks if the value of the field is TRIG1

pub fn is_gpio17(&self) -> bool[src]

Checks if the value of the field is GPIO17

pub fn is_sccclk(&self) -> bool[src]

Checks if the value of the field is SCCCLK

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

impl R<bool, PAD17STRNG_A>[src]

pub fn variant(&self) -> PAD17STRNG_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, PAD17INPEN_A>[src]

pub fn variant(&self) -> PAD17INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD17PULL_A>[src]

pub fn variant(&self) -> PAD17PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD16FNCSEL_A>[src]

pub fn variant(&self) -> PAD16FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcse0(&self) -> bool[src]

Checks if the value of the field is ADCSE0

pub fn is_nce16(&self) -> bool[src]

Checks if the value of the field is NCE16

pub fn is_trig0(&self) -> bool[src]

Checks if the value of the field is TRIG0

pub fn is_gpio16(&self) -> bool[src]

Checks if the value of the field is GPIO16

pub fn is_sccrst(&self) -> bool[src]

Checks if the value of the field is SCCRST

pub fn is_cmpin0(&self) -> bool[src]

Checks if the value of the field is CMPIN0

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

impl R<bool, PAD16STRNG_A>[src]

pub fn variant(&self) -> PAD16STRNG_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, PAD16INPEN_A>[src]

pub fn variant(&self) -> PAD16INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD16PULL_A>[src]

pub fn variant(&self) -> PAD16PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGE>>[src]

pub fn pad19fncsel(&self) -> PAD19FNCSEL_R[src]

Bits 27:29 - Pad 19 function select

pub fn pad19strng(&self) -> PAD19STRNG_R[src]

Bit 26 - Pad 19 drive strength

pub fn pad19inpen(&self) -> PAD19INPEN_R[src]

Bit 25 - Pad 19 input enable

pub fn pad19pull(&self) -> PAD19PULL_R[src]

Bit 24 - Pad 19 pullup enable

pub fn pad18fncsel(&self) -> PAD18FNCSEL_R[src]

Bits 19:21 - Pad 18 function select

pub fn pad18strng(&self) -> PAD18STRNG_R[src]

Bit 18 - Pad 18 drive strength

pub fn pad18inpen(&self) -> PAD18INPEN_R[src]

Bit 17 - Pad 18 input enable

pub fn pad18pull(&self) -> PAD18PULL_R[src]

Bit 16 - Pad 18 pullup enable

pub fn pad17fncsel(&self) -> PAD17FNCSEL_R[src]

Bits 11:13 - Pad 17 function select

pub fn pad17strng(&self) -> PAD17STRNG_R[src]

Bit 10 - Pad 17 drive strength

pub fn pad17inpen(&self) -> PAD17INPEN_R[src]

Bit 9 - Pad 17 input enable

pub fn pad17pull(&self) -> PAD17PULL_R[src]

Bit 8 - Pad 17 pullup enable

pub fn pad16fncsel(&self) -> PAD16FNCSEL_R[src]

Bits 3:5 - Pad 16 function select

pub fn pad16strng(&self) -> PAD16STRNG_R[src]

Bit 2 - Pad 16 drive strength

pub fn pad16inpen(&self) -> PAD16INPEN_R[src]

Bit 1 - Pad 16 input enable

pub fn pad16pull(&self) -> PAD16PULL_R[src]

Bit 0 - Pad 16 pullup enable

impl R<u8, PAD23FNCSEL_A>[src]

pub fn variant(&self) -> PAD23FNCSEL_A[src]

Get enumerated values variant

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_nce23(&self) -> bool[src]

Checks if the value of the field is NCE23

pub fn is_ct14(&self) -> bool[src]

Checks if the value of the field is CT14

pub fn is_gpio23(&self) -> bool[src]

Checks if the value of the field is GPIO23

pub fn is_i2swclk(&self) -> bool[src]

Checks if the value of the field is I2SWCLK

pub fn is_cmpout(&self) -> bool[src]

Checks if the value of the field is CMPOUT

pub fn is_mspi3(&self) -> bool[src]

Checks if the value of the field is MSPI3

pub fn is_extxt(&self) -> bool[src]

Checks if the value of the field is EXTXT

impl R<bool, PAD23STRNG_A>[src]

pub fn variant(&self) -> PAD23STRNG_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, PAD23INPEN_A>[src]

pub fn variant(&self) -> PAD23INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD23PULL_A>[src]

pub fn variant(&self) -> PAD23PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD22FNCSEL_A>[src]

pub fn variant(&self) -> PAD22FNCSEL_A[src]

Get enumerated values variant

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_nce22(&self) -> bool[src]

Checks if the value of the field is NCE22

pub fn is_ct12(&self) -> bool[src]

Checks if the value of the field is CT12

pub fn is_gpio22(&self) -> bool[src]

Checks if the value of the field is GPIO22

pub fn is_pdm_clk(&self) -> bool[src]

Checks if the value of the field is PDM_CLK

pub fn is_extlf(&self) -> bool[src]

Checks if the value of the field is EXTLF

pub fn is_mspi0(&self) -> bool[src]

Checks if the value of the field is MSPI0

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

impl R<bool, PAD22STRNG_A>[src]

pub fn variant(&self) -> PAD22STRNG_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, PAD22INPEN_A>[src]

pub fn variant(&self) -> PAD22INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD22PULL_A>[src]

pub fn variant(&self) -> PAD22PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD21FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD21FNCSEL_A>[src]

Get enumerated values variant

pub fn is_swdio(&self) -> bool[src]

Checks if the value of the field is SWDIO

pub fn is_nce21(&self) -> bool[src]

Checks if the value of the field is NCE21

pub fn is_gpio21(&self) -> bool[src]

Checks if the value of the field is GPIO21

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_i2sbclk(&self) -> bool[src]

Checks if the value of the field is I2SBCLK

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

impl R<bool, PAD21STRNG_A>[src]

pub fn variant(&self) -> PAD21STRNG_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, PAD21INPEN_A>[src]

pub fn variant(&self) -> PAD21INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD21PULL_A>[src]

pub fn variant(&self) -> PAD21PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD20FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD20FNCSEL_A>[src]

Get enumerated values variant

pub fn is_swdck(&self) -> bool[src]

Checks if the value of the field is SWDCK

pub fn is_nce20(&self) -> bool[src]

Checks if the value of the field is NCE20

pub fn is_gpio20(&self) -> bool[src]

Checks if the value of the field is GPIO20

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_i2sbclk(&self) -> bool[src]

Checks if the value of the field is I2SBCLK

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

impl R<bool, PAD20STRNG_A>[src]

pub fn variant(&self) -> PAD20STRNG_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, PAD20INPEN_A>[src]

pub fn variant(&self) -> PAD20INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD20PULL_A>[src]

pub fn variant(&self) -> PAD20PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGF>>[src]

pub fn pad23fncsel(&self) -> PAD23FNCSEL_R[src]

Bits 27:29 - Pad 23 function select

pub fn pad23strng(&self) -> PAD23STRNG_R[src]

Bit 26 - Pad 23 drive strength

pub fn pad23inpen(&self) -> PAD23INPEN_R[src]

Bit 25 - Pad 23 input enable

pub fn pad23pull(&self) -> PAD23PULL_R[src]

Bit 24 - Pad 23 pullup enable

pub fn pad22fncsel(&self) -> PAD22FNCSEL_R[src]

Bits 19:21 - Pad 22 function select

pub fn pad22strng(&self) -> PAD22STRNG_R[src]

Bit 18 - Pad 22 drive strength

pub fn pad22inpen(&self) -> PAD22INPEN_R[src]

Bit 17 - Pad 22 input enable

pub fn pad22pull(&self) -> PAD22PULL_R[src]

Bit 16 - Pad 22 pullup enable

pub fn pad21fncsel(&self) -> PAD21FNCSEL_R[src]

Bits 11:13 - Pad 21 function select

pub fn pad21strng(&self) -> PAD21STRNG_R[src]

Bit 10 - Pad 21 drive strength

pub fn pad21inpen(&self) -> PAD21INPEN_R[src]

Bit 9 - Pad 21 input enable

pub fn pad21pull(&self) -> PAD21PULL_R[src]

Bit 8 - Pad 21 pullup enable

pub fn pad20fncsel(&self) -> PAD20FNCSEL_R[src]

Bits 3:5 - Pad 20 function select

pub fn pad20strng(&self) -> PAD20STRNG_R[src]

Bit 2 - Pad 20 drive strength

pub fn pad20inpen(&self) -> PAD20INPEN_R[src]

Bit 1 - Pad 20 input enable

pub fn pad20pull(&self) -> PAD20PULL_R[src]

Bit 0 - Pad 20 pulldown enable

impl R<u8, PAD27RSEL_A>[src]

pub fn variant(&self) -> PAD27RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD27FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD27FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_nce27(&self) -> bool[src]

Checks if the value of the field is NCE27

pub fn is_ct5(&self) -> bool[src]

Checks if the value of the field is CT5

pub fn is_gpio27(&self) -> bool[src]

Checks if the value of the field is GPIO27

pub fn is_m2scl(&self) -> bool[src]

Checks if the value of the field is M2SCL

pub fn is_m2sck(&self) -> bool[src]

Checks if the value of the field is M2SCK

impl R<bool, PAD27STRNG_A>[src]

pub fn variant(&self) -> PAD27STRNG_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, PAD27INPEN_A>[src]

pub fn variant(&self) -> PAD27INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD27PULL_A>[src]

pub fn variant(&self) -> PAD27PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD26FNCSEL_A>[src]

pub fn variant(&self) -> PAD26FNCSEL_A[src]

Get enumerated values variant

pub fn is_exthf(&self) -> bool[src]

Checks if the value of the field is EXTHF

pub fn is_nce26(&self) -> bool[src]

Checks if the value of the field is NCE26

pub fn is_ct3(&self) -> bool[src]

Checks if the value of the field is CT3

pub fn is_gpio26(&self) -> bool[src]

Checks if the value of the field is GPIO26

pub fn is_sccrst(&self) -> bool[src]

Checks if the value of the field is SCCRST

pub fn is_mspi1(&self) -> bool[src]

Checks if the value of the field is MSPI1

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

impl R<bool, PAD26STRNG_A>[src]

pub fn variant(&self) -> PAD26STRNG_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, PAD26INPEN_A>[src]

pub fn variant(&self) -> PAD26INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD26PULL_A>[src]

pub fn variant(&self) -> PAD26PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD25RSEL_A>[src]

pub fn variant(&self) -> PAD25RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD25FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD25FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_nce25(&self) -> bool[src]

Checks if the value of the field is NCE25

pub fn is_ct1(&self) -> bool[src]

Checks if the value of the field is CT1

pub fn is_gpio25(&self) -> bool[src]

Checks if the value of the field is GPIO25

pub fn is_m2sdawir3(&self) -> bool[src]

Checks if the value of the field is M2SDAWIR3

pub fn is_m2miso(&self) -> bool[src]

Checks if the value of the field is M2MISO

impl R<bool, PAD25STRNG_A>[src]

pub fn variant(&self) -> PAD25STRNG_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, PAD25INPEN_A>[src]

pub fn variant(&self) -> PAD25INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD25PULL_A>[src]

pub fn variant(&self) -> PAD25PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD24FNCSEL_A>[src]

pub fn variant(&self) -> PAD24FNCSEL_A[src]

Get enumerated values variant

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_nce24(&self) -> bool[src]

Checks if the value of the field is NCE24

pub fn is_mspi8(&self) -> bool[src]

Checks if the value of the field is MSPI8

pub fn is_gpio24(&self) -> bool[src]

Checks if the value of the field is GPIO24

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_ct21(&self) -> bool[src]

Checks if the value of the field is CT21

pub fn is_32k_hz_xt(&self) -> bool[src]

Checks if the value of the field is _32KHZXT

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

impl R<bool, PAD24STRNG_A>[src]

pub fn variant(&self) -> PAD24STRNG_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, PAD24INPEN_A>[src]

pub fn variant(&self) -> PAD24INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD24PULL_A>[src]

pub fn variant(&self) -> PAD24PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGG>>[src]

pub fn pad27rsel(&self) -> PAD27RSEL_R[src]

Bits 30:31 - Pad 27 pullup resistor selection.

pub fn pad27fncsel(&self) -> PAD27FNCSEL_R[src]

Bits 27:29 - Pad 27 function select

pub fn pad27strng(&self) -> PAD27STRNG_R[src]

Bit 26 - Pad 27 drive strength

pub fn pad27inpen(&self) -> PAD27INPEN_R[src]

Bit 25 - Pad 27 input enable

pub fn pad27pull(&self) -> PAD27PULL_R[src]

Bit 24 - Pad 27 pullup enable

pub fn pad26fncsel(&self) -> PAD26FNCSEL_R[src]

Bits 19:21 - Pad 26 function select

pub fn pad26strng(&self) -> PAD26STRNG_R[src]

Bit 18 - Pad 26 drive strength

pub fn pad26inpen(&self) -> PAD26INPEN_R[src]

Bit 17 - Pad 26 input enable

pub fn pad26pull(&self) -> PAD26PULL_R[src]

Bit 16 - Pad 26 pullup enable

pub fn pad25rsel(&self) -> PAD25RSEL_R[src]

Bits 14:15 - Pad 25 pullup resistor selection.

pub fn pad25fncsel(&self) -> PAD25FNCSEL_R[src]

Bits 11:13 - Pad 25 function select

pub fn pad25strng(&self) -> PAD25STRNG_R[src]

Bit 10 - Pad 25 drive strength

pub fn pad25inpen(&self) -> PAD25INPEN_R[src]

Bit 9 - Pad 25 input enable

pub fn pad25pull(&self) -> PAD25PULL_R[src]

Bit 8 - Pad 25 pullup enable

pub fn pad24fncsel(&self) -> PAD24FNCSEL_R[src]

Bits 3:5 - Pad 24 function select

pub fn pad24strng(&self) -> PAD24STRNG_R[src]

Bit 2 - Pad 24 drive strength

pub fn pad24inpen(&self) -> PAD24INPEN_R[src]

Bit 1 - Pad 24 input enable

pub fn pad24pull(&self) -> PAD24PULL_R[src]

Bit 0 - Pad 24 pullup enable

impl R<u8, PAD31FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD31FNCSEL_A>[src]

Get enumerated values variant

pub fn is_adcse3(&self) -> bool[src]

Checks if the value of the field is ADCSE3

pub fn is_nce31(&self) -> bool[src]

Checks if the value of the field is NCE31

pub fn is_ct13(&self) -> bool[src]

Checks if the value of the field is CT13

pub fn is_gpio31(&self) -> bool[src]

Checks if the value of the field is GPIO31

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_sccclk(&self) -> bool[src]

Checks if the value of the field is SCCCLK

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

impl R<bool, PAD31STRNG_A>[src]

pub fn variant(&self) -> PAD31STRNG_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, PAD31INPEN_A>[src]

pub fn variant(&self) -> PAD31INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD31PULL_A>[src]

pub fn variant(&self) -> PAD31PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD30FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD30FNCSEL_A>[src]

Get enumerated values variant

pub fn is_anatest1(&self) -> bool[src]

Checks if the value of the field is ANATEST1

pub fn is_nce30(&self) -> bool[src]

Checks if the value of the field is NCE30

pub fn is_ct11(&self) -> bool[src]

Checks if the value of the field is CT11

pub fn is_gpio30(&self) -> bool[src]

Checks if the value of the field is GPIO30

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

pub fn is_i2s_dat(&self) -> bool[src]

Checks if the value of the field is I2S_DAT

impl R<bool, PAD30STRNG_A>[src]

pub fn variant(&self) -> PAD30STRNG_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, PAD30INPEN_A>[src]

pub fn variant(&self) -> PAD30INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD30PULL_A>[src]

pub fn variant(&self) -> PAD30PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD29FNCSEL_A>[src]

pub fn variant(&self) -> PAD29FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcse1(&self) -> bool[src]

Checks if the value of the field is ADCSE1

pub fn is_nce29(&self) -> bool[src]

Checks if the value of the field is NCE29

pub fn is_ct9(&self) -> bool[src]

Checks if the value of the field is CT9

pub fn is_gpio29(&self) -> bool[src]

Checks if the value of the field is GPIO29

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_pdm_data(&self) -> bool[src]

Checks if the value of the field is PDM_DATA

impl R<bool, PAD29STRNG_A>[src]

pub fn variant(&self) -> PAD29STRNG_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, PAD29INPEN_A>[src]

pub fn variant(&self) -> PAD29INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD29PULL_A>[src]

pub fn variant(&self) -> PAD29PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD28FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD28FNCSEL_A>[src]

Get enumerated values variant

pub fn is_i2s_wclk(&self) -> bool[src]

Checks if the value of the field is I2S_WCLK

pub fn is_nce28(&self) -> bool[src]

Checks if the value of the field is NCE28

pub fn is_ct7(&self) -> bool[src]

Checks if the value of the field is CT7

pub fn is_gpio28(&self) -> bool[src]

Checks if the value of the field is GPIO28

pub fn is_m2mosi(&self) -> bool[src]

Checks if the value of the field is M2MOSI

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

impl R<bool, PAD28STRNG_A>[src]

pub fn variant(&self) -> PAD28STRNG_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, PAD28INPEN_A>[src]

pub fn variant(&self) -> PAD28INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD28PULL_A>[src]

pub fn variant(&self) -> PAD28PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGH>>[src]

pub fn pad31fncsel(&self) -> PAD31FNCSEL_R[src]

Bits 27:29 - Pad 31 function select

pub fn pad31strng(&self) -> PAD31STRNG_R[src]

Bit 26 - Pad 31 drive strength

pub fn pad31inpen(&self) -> PAD31INPEN_R[src]

Bit 25 - Pad 31 input enable

pub fn pad31pull(&self) -> PAD31PULL_R[src]

Bit 24 - Pad 31 pullup enable

pub fn pad30fncsel(&self) -> PAD30FNCSEL_R[src]

Bits 19:21 - Pad 30 function select

pub fn pad30strng(&self) -> PAD30STRNG_R[src]

Bit 18 - Pad 30 drive strength

pub fn pad30inpen(&self) -> PAD30INPEN_R[src]

Bit 17 - Pad 30 input enable

pub fn pad30pull(&self) -> PAD30PULL_R[src]

Bit 16 - Pad 30 pullup enable

pub fn pad29fncsel(&self) -> PAD29FNCSEL_R[src]

Bits 11:13 - Pad 29 function select

pub fn pad29strng(&self) -> PAD29STRNG_R[src]

Bit 10 - Pad 29 drive strength

pub fn pad29inpen(&self) -> PAD29INPEN_R[src]

Bit 9 - Pad 29 input enable

pub fn pad29pull(&self) -> PAD29PULL_R[src]

Bit 8 - Pad 29 pullup enable

pub fn pad28fncsel(&self) -> PAD28FNCSEL_R[src]

Bits 3:5 - Pad 28 function select

pub fn pad28strng(&self) -> PAD28STRNG_R[src]

Bit 2 - Pad 28 drive strength

pub fn pad28inpen(&self) -> PAD28INPEN_R[src]

Bit 1 - Pad 28 input enable

pub fn pad28pull(&self) -> PAD28PULL_R[src]

Bit 0 - Pad 28 pullup enable

impl R<u8, PAD35FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD35FNCSEL_A>[src]

Get enumerated values variant

pub fn is_adcse7(&self) -> bool[src]

Checks if the value of the field is ADCSE7

pub fn is_nce35(&self) -> bool[src]

Checks if the value of the field is NCE35

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_gpio35(&self) -> bool[src]

Checks if the value of the field is GPIO35

pub fn is_i2sdat(&self) -> bool[src]

Checks if the value of the field is I2SDAT

pub fn is_ct27(&self) -> bool[src]

Checks if the value of the field is CT27

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

impl R<bool, PAD35STRNG_A>[src]

pub fn variant(&self) -> PAD35STRNG_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, PAD35INPEN_A>[src]

pub fn variant(&self) -> PAD35INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD35PULL_A>[src]

pub fn variant(&self) -> PAD35PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD34FNCSEL_A>[src]

pub fn variant(&self) -> PAD34FNCSEL_A[src]

Get enumerated values variant

pub fn is_adcse6(&self) -> bool[src]

Checks if the value of the field is ADCSE6

pub fn is_nce34(&self) -> bool[src]

Checks if the value of the field is NCE34

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

pub fn is_gpio34(&self) -> bool[src]

Checks if the value of the field is GPIO34

pub fn is_cmprf2(&self) -> bool[src]

Checks if the value of the field is CMPRF2

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_pdmdata(&self) -> bool[src]

Checks if the value of the field is PDMDATA

impl R<bool, PAD34STRNG_A>[src]

pub fn variant(&self) -> PAD34STRNG_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, PAD34INPEN_A>[src]

pub fn variant(&self) -> PAD34INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD34PULL_A>[src]

pub fn variant(&self) -> PAD34PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD33FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD33FNCSEL_A>[src]

Get enumerated values variant

pub fn is_adcse5(&self) -> bool[src]

Checks if the value of the field is ADCSE5

pub fn is_nce33(&self) -> bool[src]

Checks if the value of the field is NCE33

pub fn is_32k_hz_xt(&self) -> bool[src]

Checks if the value of the field is _32KHZXT

pub fn is_gpio33(&self) -> bool[src]

Checks if the value of the field is GPIO33

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_ct23(&self) -> bool[src]

Checks if the value of the field is CT23

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

impl R<bool, PAD33STRNG_A>[src]

pub fn variant(&self) -> PAD33STRNG_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, PAD33INPEN_A>[src]

pub fn variant(&self) -> PAD33INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD33PULL_A>[src]

pub fn variant(&self) -> PAD33PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD32FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD32FNCSEL_A>[src]

Get enumerated values variant

pub fn is_adcse4(&self) -> bool[src]

Checks if the value of the field is ADCSE4

pub fn is_nce32(&self) -> bool[src]

Checks if the value of the field is NCE32

pub fn is_ct15(&self) -> bool[src]

Checks if the value of the field is CT15

pub fn is_gpio32(&self) -> bool[src]

Checks if the value of the field is GPIO32

pub fn is_sccio(&self) -> bool[src]

Checks if the value of the field is SCCIO

pub fn is_extlf(&self) -> bool[src]

Checks if the value of the field is EXTLF

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

impl R<bool, PAD32STRNG_A>[src]

pub fn variant(&self) -> PAD32STRNG_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, PAD32INPEN_A>[src]

pub fn variant(&self) -> PAD32INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD32PULL_A>[src]

pub fn variant(&self) -> PAD32PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGI>>[src]

pub fn pad35fncsel(&self) -> PAD35FNCSEL_R[src]

Bits 27:29 - Pad 35 function select

pub fn pad35strng(&self) -> PAD35STRNG_R[src]

Bit 26 - Pad 35 drive strength

pub fn pad35inpen(&self) -> PAD35INPEN_R[src]

Bit 25 - Pad 35 input enable

pub fn pad35pull(&self) -> PAD35PULL_R[src]

Bit 24 - Pad 35 pullup enable

pub fn pad34fncsel(&self) -> PAD34FNCSEL_R[src]

Bits 19:21 - Pad 34 function select

pub fn pad34strng(&self) -> PAD34STRNG_R[src]

Bit 18 - Pad 34 drive strength

pub fn pad34inpen(&self) -> PAD34INPEN_R[src]

Bit 17 - Pad 34 input enable

pub fn pad34pull(&self) -> PAD34PULL_R[src]

Bit 16 - Pad 34 pullup enable

pub fn pad33fncsel(&self) -> PAD33FNCSEL_R[src]

Bits 11:13 - Pad 33 function select

pub fn pad33strng(&self) -> PAD33STRNG_R[src]

Bit 10 - Pad 33 drive strength

pub fn pad33inpen(&self) -> PAD33INPEN_R[src]

Bit 9 - Pad 33 input enable

pub fn pad33pull(&self) -> PAD33PULL_R[src]

Bit 8 - Pad 33 pullup enable

pub fn pad32fncsel(&self) -> PAD32FNCSEL_R[src]

Bits 3:5 - Pad 32 function select

pub fn pad32strng(&self) -> PAD32STRNG_R[src]

Bit 2 - Pad 32 drive strength

pub fn pad32inpen(&self) -> PAD32INPEN_R[src]

Bit 1 - Pad 32 input enable

pub fn pad32pull(&self) -> PAD32PULL_R[src]

Bit 0 - Pad 32 pullup enable

impl R<u8, PAD39RSEL_A>[src]

pub fn variant(&self) -> PAD39RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD39FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD39FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_ct25(&self) -> bool[src]

Checks if the value of the field is CT25

pub fn is_gpio39(&self) -> bool[src]

Checks if the value of the field is GPIO39

pub fn is_m4scl(&self) -> bool[src]

Checks if the value of the field is M4SCL

pub fn is_m4sck(&self) -> bool[src]

Checks if the value of the field is M4SCK

impl R<bool, PAD39STRNG_A>[src]

pub fn variant(&self) -> PAD39STRNG_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, PAD39INPEN_A>[src]

pub fn variant(&self) -> PAD39INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD39PULL_A>[src]

pub fn variant(&self) -> PAD39PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD38FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD38FNCSEL_A>[src]

Get enumerated values variant

pub fn is_trig3(&self) -> bool[src]

Checks if the value of the field is TRIG3

pub fn is_nce38(&self) -> bool[src]

Checks if the value of the field is NCE38

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_gpio38(&self) -> bool[src]

Checks if the value of the field is GPIO38

pub fn is_m3mosi(&self) -> bool[src]

Checks if the value of the field is M3MOSI

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD38STRNG_A>[src]

pub fn variant(&self) -> PAD38STRNG_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, PAD38INPEN_A>[src]

pub fn variant(&self) -> PAD38INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD38PULL_A>[src]

pub fn variant(&self) -> PAD38PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD37PWRDN_A>[src]

pub fn variant(&self) -> PAD37PWRDN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD37FNCSEL_A>[src]

pub fn variant(&self) -> PAD37FNCSEL_A[src]

Get enumerated values variant

pub fn is_trig2(&self) -> bool[src]

Checks if the value of the field is TRIG2

pub fn is_nce37(&self) -> bool[src]

Checks if the value of the field is NCE37

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_gpio37(&self) -> bool[src]

Checks if the value of the field is GPIO37

pub fn is_sccio(&self) -> bool[src]

Checks if the value of the field is SCCIO

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_pdmclk(&self) -> bool[src]

Checks if the value of the field is PDMCLK

pub fn is_ct29(&self) -> bool[src]

Checks if the value of the field is CT29

impl R<bool, PAD37STRNG_A>[src]

pub fn variant(&self) -> PAD37STRNG_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, PAD37INPEN_A>[src]

pub fn variant(&self) -> PAD37INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD37PULL_A>[src]

pub fn variant(&self) -> PAD37PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD36FNCSEL_A>[src]

pub fn variant(&self) -> PAD36FNCSEL_A[src]

Get enumerated values variant

pub fn is_trig1(&self) -> bool[src]

Checks if the value of the field is TRIG1

pub fn is_nce36(&self) -> bool[src]

Checks if the value of the field is NCE36

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_gpio36(&self) -> bool[src]

Checks if the value of the field is GPIO36

pub fn is_32k_hz_xt(&self) -> bool[src]

Checks if the value of the field is _32KHZXT

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_pdmdata(&self) -> bool[src]

Checks if the value of the field is PDMDATA

impl R<bool, PAD36STRNG_A>[src]

pub fn variant(&self) -> PAD36STRNG_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, PAD36INPEN_A>[src]

pub fn variant(&self) -> PAD36INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD36PULL_A>[src]

pub fn variant(&self) -> PAD36PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGJ>>[src]

pub fn pad39rsel(&self) -> PAD39RSEL_R[src]

Bits 30:31 - Pad 39 pullup resistor selection.

pub fn pad39fncsel(&self) -> PAD39FNCSEL_R[src]

Bits 27:29 - Pad 39 function select

pub fn pad39strng(&self) -> PAD39STRNG_R[src]

Bit 26 - Pad 39 drive strength

pub fn pad39inpen(&self) -> PAD39INPEN_R[src]

Bit 25 - Pad 39 input enable

pub fn pad39pull(&self) -> PAD39PULL_R[src]

Bit 24 - Pad 39 pullup enable

pub fn pad38fncsel(&self) -> PAD38FNCSEL_R[src]

Bits 19:21 - Pad 38 function select

pub fn pad38strng(&self) -> PAD38STRNG_R[src]

Bit 18 - Pad 38 drive strength

pub fn pad38inpen(&self) -> PAD38INPEN_R[src]

Bit 17 - Pad 38 input enable

pub fn pad38pull(&self) -> PAD38PULL_R[src]

Bit 16 - Pad 38 pullup enable

pub fn pad37pwrdn(&self) -> PAD37PWRDN_R[src]

Bit 15 - Pad 37 VSS power switch enable

pub fn pad37fncsel(&self) -> PAD37FNCSEL_R[src]

Bits 11:13 - Pad 37 function select

pub fn pad37strng(&self) -> PAD37STRNG_R[src]

Bit 10 - Pad 37 drive strength

pub fn pad37inpen(&self) -> PAD37INPEN_R[src]

Bit 9 - Pad 37 input enable

pub fn pad37pull(&self) -> PAD37PULL_R[src]

Bit 8 - Pad 37 pullup enable

pub fn pad36fncsel(&self) -> PAD36FNCSEL_R[src]

Bits 3:5 - Pad 36 function select

pub fn pad36strng(&self) -> PAD36STRNG_R[src]

Bit 2 - Pad 36 drive strength

pub fn pad36inpen(&self) -> PAD36INPEN_R[src]

Bit 1 - Pad 36 input enable

pub fn pad36pull(&self) -> PAD36PULL_R[src]

Bit 0 - Pad 36 pullup enable

impl R<u8, PAD43RSEL_A>[src]

pub fn variant(&self) -> PAD43RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD43FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD43FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_nce43(&self) -> bool[src]

Checks if the value of the field is NCE43

pub fn is_ct18(&self) -> bool[src]

Checks if the value of the field is CT18

pub fn is_gpio43(&self) -> bool[src]

Checks if the value of the field is GPIO43

pub fn is_m3sdawir3(&self) -> bool[src]

Checks if the value of the field is M3SDAWIR3

pub fn is_m3miso(&self) -> bool[src]

Checks if the value of the field is M3MISO

impl R<bool, PAD43STRNG_A>[src]

pub fn variant(&self) -> PAD43STRNG_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, PAD43INPEN_A>[src]

pub fn variant(&self) -> PAD43INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD43PULL_A>[src]

pub fn variant(&self) -> PAD43PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD42RSEL_A>[src]

pub fn variant(&self) -> PAD42RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD42FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD42FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_nce42(&self) -> bool[src]

Checks if the value of the field is NCE42

pub fn is_ct16(&self) -> bool[src]

Checks if the value of the field is CT16

pub fn is_gpio42(&self) -> bool[src]

Checks if the value of the field is GPIO42

pub fn is_m3scl(&self) -> bool[src]

Checks if the value of the field is M3SCL

pub fn is_m3sck(&self) -> bool[src]

Checks if the value of the field is M3SCK

impl R<bool, PAD42STRNG_A>[src]

pub fn variant(&self) -> PAD42STRNG_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, PAD42INPEN_A>[src]

pub fn variant(&self) -> PAD42INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD42PULL_A>[src]

pub fn variant(&self) -> PAD42PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD41PWRDN_A>[src]

pub fn variant(&self) -> PAD41PWRDN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD41FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD41FNCSEL_A>[src]

Get enumerated values variant

pub fn is_nce41(&self) -> bool[src]

Checks if the value of the field is NCE41

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_gpio41(&self) -> bool[src]

Checks if the value of the field is GPIO41

pub fn is_i2swclk(&self) -> bool[src]

Checks if the value of the field is I2SWCLK

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

impl R<bool, PAD41STRNG_A>[src]

pub fn variant(&self) -> PAD41STRNG_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, PAD41INPEN_A>[src]

pub fn variant(&self) -> PAD41INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD41PULL_A>[src]

pub fn variant(&self) -> PAD41PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD40RSEL_A>[src]

pub fn variant(&self) -> PAD40RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD40FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD40FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

pub fn is_trig0(&self) -> bool[src]

Checks if the value of the field is TRIG0

pub fn is_gpio40(&self) -> bool[src]

Checks if the value of the field is GPIO40

pub fn is_m4sdawir3(&self) -> bool[src]

Checks if the value of the field is M4SDAWIR3

pub fn is_m4miso(&self) -> bool[src]

Checks if the value of the field is M4MISO

impl R<bool, PAD40STRNG_A>[src]

pub fn variant(&self) -> PAD40STRNG_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, PAD40INPEN_A>[src]

pub fn variant(&self) -> PAD40INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD40PULL_A>[src]

pub fn variant(&self) -> PAD40PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGK>>[src]

pub fn pad43rsel(&self) -> PAD43RSEL_R[src]

Bits 30:31 - Pad 43 pullup resistor selection.

pub fn pad43fncsel(&self) -> PAD43FNCSEL_R[src]

Bits 27:29 - Pad 43 function select

pub fn pad43strng(&self) -> PAD43STRNG_R[src]

Bit 26 - Pad 43 drive strength

pub fn pad43inpen(&self) -> PAD43INPEN_R[src]

Bit 25 - Pad 43 input enable

pub fn pad43pull(&self) -> PAD43PULL_R[src]

Bit 24 - Pad 43 pullup enable

pub fn pad42rsel(&self) -> PAD42RSEL_R[src]

Bits 22:23 - Pad 42 pullup resistor selection.

pub fn pad42fncsel(&self) -> PAD42FNCSEL_R[src]

Bits 19:21 - Pad 42 function select

pub fn pad42strng(&self) -> PAD42STRNG_R[src]

Bit 18 - Pad 42 drive strength

pub fn pad42inpen(&self) -> PAD42INPEN_R[src]

Bit 17 - Pad 42 input enable

pub fn pad42pull(&self) -> PAD42PULL_R[src]

Bit 16 - Pad 42 pullup enable

pub fn pad41pwrdn(&self) -> PAD41PWRDN_R[src]

Bit 15 - Pad 41 power switch enable

pub fn pad41fncsel(&self) -> PAD41FNCSEL_R[src]

Bits 11:13 - Pad 41 function select

pub fn pad41strng(&self) -> PAD41STRNG_R[src]

Bit 10 - Pad 41 drive strength

pub fn pad41inpen(&self) -> PAD41INPEN_R[src]

Bit 9 - Pad 41 input enable

pub fn pad41pull(&self) -> PAD41PULL_R[src]

Bit 8 - Pad 41 pullup enable

pub fn pad40rsel(&self) -> PAD40RSEL_R[src]

Bits 6:7 - Pad 40 pullup resistor selection.

pub fn pad40fncsel(&self) -> PAD40FNCSEL_R[src]

Bits 3:5 - Pad 40 function select

pub fn pad40strng(&self) -> PAD40STRNG_R[src]

Bit 2 - Pad 40 drive strength

pub fn pad40inpen(&self) -> PAD40INPEN_R[src]

Bit 1 - Pad 40 input enable

pub fn pad40pull(&self) -> PAD40PULL_R[src]

Bit 0 - Pad 40 pullup enable

impl R<u8, PAD47FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD47FNCSEL_A>[src]

Get enumerated values variant

pub fn is_32k_hz_xt(&self) -> bool[src]

Checks if the value of the field is _32KHZXT

pub fn is_nce47(&self) -> bool[src]

Checks if the value of the field is NCE47

pub fn is_ct26(&self) -> bool[src]

Checks if the value of the field is CT26

pub fn is_gpio47(&self) -> bool[src]

Checks if the value of the field is GPIO47

pub fn is_m5mosi(&self) -> bool[src]

Checks if the value of the field is M5MOSI

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD47STRNG_A>[src]

pub fn variant(&self) -> PAD47STRNG_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, PAD47INPEN_A>[src]

pub fn variant(&self) -> PAD47INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD47PULL_A>[src]

pub fn variant(&self) -> PAD47PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD46FNCSEL_A>[src]

pub fn variant(&self) -> PAD46FNCSEL_A[src]

Get enumerated values variant

pub fn is_32khz_xt(&self) -> bool[src]

Checks if the value of the field is _32KHZ_XT

pub fn is_nce46(&self) -> bool[src]

Checks if the value of the field is NCE46

pub fn is_ct24(&self) -> bool[src]

Checks if the value of the field is CT24

pub fn is_gpio46(&self) -> bool[src]

Checks if the value of the field is GPIO46

pub fn is_sccrst(&self) -> bool[src]

Checks if the value of the field is SCCRST

pub fn is_pdmclk(&self) -> bool[src]

Checks if the value of the field is PDMCLK

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

impl R<bool, PAD46STRNG_A>[src]

pub fn variant(&self) -> PAD46STRNG_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, PAD46INPEN_A>[src]

pub fn variant(&self) -> PAD46INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD46PULL_A>[src]

pub fn variant(&self) -> PAD46PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD45FNCSEL_A>[src]

pub fn variant(&self) -> PAD45FNCSEL_A[src]

Get enumerated values variant

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

pub fn is_nce45(&self) -> bool[src]

Checks if the value of the field is NCE45

pub fn is_ct22(&self) -> bool[src]

Checks if the value of the field is CT22

pub fn is_gpio45(&self) -> bool[src]

Checks if the value of the field is GPIO45

pub fn is_i2sdat(&self) -> bool[src]

Checks if the value of the field is I2SDAT

pub fn is_pdmdata(&self) -> bool[src]

Checks if the value of the field is PDMDATA

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

impl R<bool, PAD45STRNG_A>[src]

pub fn variant(&self) -> PAD45STRNG_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, PAD45INPEN_A>[src]

pub fn variant(&self) -> PAD45INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD45PULL_A>[src]

pub fn variant(&self) -> PAD45PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD44FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD44FNCSEL_A>[src]

Get enumerated values variant

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

pub fn is_nce44(&self) -> bool[src]

Checks if the value of the field is NCE44

pub fn is_ct20(&self) -> bool[src]

Checks if the value of the field is CT20

pub fn is_gpio44(&self) -> bool[src]

Checks if the value of the field is GPIO44

pub fn is_m4mosi(&self) -> bool[src]

Checks if the value of the field is M4MOSI

pub fn is_m5n_ce6(&self) -> bool[src]

Checks if the value of the field is M5NCE6

impl R<bool, PAD44STRNG_A>[src]

pub fn variant(&self) -> PAD44STRNG_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, PAD44INPEN_A>[src]

pub fn variant(&self) -> PAD44INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD44PULL_A>[src]

pub fn variant(&self) -> PAD44PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGL>>[src]

pub fn pad47fncsel(&self) -> PAD47FNCSEL_R[src]

Bits 27:29 - Pad 47 function select

pub fn pad47strng(&self) -> PAD47STRNG_R[src]

Bit 26 - Pad 47 drive strength

pub fn pad47inpen(&self) -> PAD47INPEN_R[src]

Bit 25 - Pad 47 input enable

pub fn pad47pull(&self) -> PAD47PULL_R[src]

Bit 24 - Pad 47 pullup enable

pub fn pad46fncsel(&self) -> PAD46FNCSEL_R[src]

Bits 19:21 - Pad 46 function select

pub fn pad46strng(&self) -> PAD46STRNG_R[src]

Bit 18 - Pad 46 drive strength

pub fn pad46inpen(&self) -> PAD46INPEN_R[src]

Bit 17 - Pad 46 input enable

pub fn pad46pull(&self) -> PAD46PULL_R[src]

Bit 16 - Pad 46 pullup enable

pub fn pad45fncsel(&self) -> PAD45FNCSEL_R[src]

Bits 11:13 - Pad 45 function select

pub fn pad45strng(&self) -> PAD45STRNG_R[src]

Bit 10 - Pad 45 drive strength

pub fn pad45inpen(&self) -> PAD45INPEN_R[src]

Bit 9 - Pad 45 input enable

pub fn pad45pull(&self) -> PAD45PULL_R[src]

Bit 8 - Pad 45 pullup enable

pub fn pad44fncsel(&self) -> PAD44FNCSEL_R[src]

Bits 3:5 - Pad 44 function select

pub fn pad44strng(&self) -> PAD44STRNG_R[src]

Bit 2 - Pad 44 drive strength

pub fn pad44inpen(&self) -> PAD44INPEN_R[src]

Bit 1 - Pad 44 input enable

pub fn pad44pull(&self) -> PAD44PULL_R[src]

Bit 0 - Pad 44 pullup enable

impl R<u8, PAD51FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD51FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_0(&self) -> bool[src]

Checks if the value of the field is MSPI1_0

pub fn is_nce51(&self) -> bool[src]

Checks if the value of the field is NCE51

pub fn is_ct1(&self) -> bool[src]

Checks if the value of the field is CT1

pub fn is_gpio51(&self) -> bool[src]

Checks if the value of the field is GPIO51

impl R<bool, PAD51STRNG_A>[src]

pub fn variant(&self) -> PAD51STRNG_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, PAD51INPEN_A>[src]

pub fn variant(&self) -> PAD51INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD51PULL_A>[src]

pub fn variant(&self) -> PAD51PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD50FNCSEL_A>[src]

pub fn variant(&self) -> PAD50FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce50(&self) -> bool[src]

Checks if the value of the field is NCE50

pub fn is_ct0(&self) -> bool[src]

Checks if the value of the field is CT0

pub fn is_gpio50(&self) -> bool[src]

Checks if the value of the field is GPIO50

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD50STRNG_A>[src]

pub fn variant(&self) -> PAD50STRNG_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, PAD50INPEN_A>[src]

pub fn variant(&self) -> PAD50INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD50PULL_A>[src]

pub fn variant(&self) -> PAD50PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD49RSEL_A>[src]

pub fn variant(&self) -> PAD49RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD49FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD49FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_nce49(&self) -> bool[src]

Checks if the value of the field is NCE49

pub fn is_ct30(&self) -> bool[src]

Checks if the value of the field is CT30

pub fn is_gpio49(&self) -> bool[src]

Checks if the value of the field is GPIO49

pub fn is_m5sdawir3(&self) -> bool[src]

Checks if the value of the field is M5SDAWIR3

pub fn is_m5miso(&self) -> bool[src]

Checks if the value of the field is M5MISO

impl R<bool, PAD49STRNG_A>[src]

pub fn variant(&self) -> PAD49STRNG_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, PAD49INPEN_A>[src]

pub fn variant(&self) -> PAD49INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD49PULL_A>[src]

pub fn variant(&self) -> PAD49PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD48RSEL_A>[src]

pub fn variant(&self) -> PAD48RSEL_A[src]

Get enumerated values variant

pub fn is_pull1_5k(&self) -> bool[src]

Checks if the value of the field is PULL1_5K

pub fn is_pull6k(&self) -> bool[src]

Checks if the value of the field is PULL6K

pub fn is_pull12k(&self) -> bool[src]

Checks if the value of the field is PULL12K

pub fn is_pull24k(&self) -> bool[src]

Checks if the value of the field is PULL24K

impl R<u8, PAD48FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD48FNCSEL_A>[src]

Get enumerated values variant

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_nce48(&self) -> bool[src]

Checks if the value of the field is NCE48

pub fn is_ct28(&self) -> bool[src]

Checks if the value of the field is CT28

pub fn is_gpio48(&self) -> bool[src]

Checks if the value of the field is GPIO48

pub fn is_m5scl(&self) -> bool[src]

Checks if the value of the field is M5SCL

pub fn is_m5sck(&self) -> bool[src]

Checks if the value of the field is M5SCK

impl R<bool, PAD48STRNG_A>[src]

pub fn variant(&self) -> PAD48STRNG_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, PAD48INPEN_A>[src]

pub fn variant(&self) -> PAD48INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD48PULL_A>[src]

pub fn variant(&self) -> PAD48PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGM>>[src]

pub fn pad51fncsel(&self) -> PAD51FNCSEL_R[src]

Bits 27:29 - Pad 51 function select

pub fn pad51strng(&self) -> PAD51STRNG_R[src]

Bit 26 - Pad 51 drive strength

pub fn pad51inpen(&self) -> PAD51INPEN_R[src]

Bit 25 - Pad 51 input enable

pub fn pad51pull(&self) -> PAD51PULL_R[src]

Bit 24 - Pad 51 pullup enable

pub fn pad50fncsel(&self) -> PAD50FNCSEL_R[src]

Bits 19:21 - Pad 50 function select

pub fn pad50strng(&self) -> PAD50STRNG_R[src]

Bit 18 - Pad 50 drive strength

pub fn pad50inpen(&self) -> PAD50INPEN_R[src]

Bit 17 - Pad 50 input enable

pub fn pad50pull(&self) -> PAD50PULL_R[src]

Bit 16 - Pad 50 pullup enable

pub fn pad49rsel(&self) -> PAD49RSEL_R[src]

Bits 14:15 - Pad 49 pullup resistor selection.

pub fn pad49fncsel(&self) -> PAD49FNCSEL_R[src]

Bits 11:13 - Pad 49 function select

pub fn pad49strng(&self) -> PAD49STRNG_R[src]

Bit 10 - Pad 49 drive strength

pub fn pad49inpen(&self) -> PAD49INPEN_R[src]

Bit 9 - Pad 49 input enable

pub fn pad49pull(&self) -> PAD49PULL_R[src]

Bit 8 - Pad 49 pullup enable

pub fn pad48rsel(&self) -> PAD48RSEL_R[src]

Bits 6:7 - Pad 48 pullup resistor selection.

pub fn pad48fncsel(&self) -> PAD48FNCSEL_R[src]

Bits 3:5 - Pad 48 function select

pub fn pad48strng(&self) -> PAD48STRNG_R[src]

Bit 2 - Pad 48 drive strength

pub fn pad48inpen(&self) -> PAD48INPEN_R[src]

Bit 1 - Pad 48 input enable

pub fn pad48pull(&self) -> PAD48PULL_R[src]

Bit 0 - Pad 48 pullup enable

impl R<u8, PAD55FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD55FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_4(&self) -> bool[src]

Checks if the value of the field is MSPI1_4

pub fn is_nce55(&self) -> bool[src]

Checks if the value of the field is NCE55

pub fn is_ct5(&self) -> bool[src]

Checks if the value of the field is CT5

pub fn is_gpio55(&self) -> bool[src]

Checks if the value of the field is GPIO55

impl R<bool, PAD55STRNG_A>[src]

pub fn variant(&self) -> PAD55STRNG_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, PAD55INPEN_A>[src]

pub fn variant(&self) -> PAD55INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD55PULL_A>[src]

pub fn variant(&self) -> PAD55PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD54FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD54FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_3(&self) -> bool[src]

Checks if the value of the field is MSPI1_3

pub fn is_nce54(&self) -> bool[src]

Checks if the value of the field is NCE54

pub fn is_ct4(&self) -> bool[src]

Checks if the value of the field is CT4

pub fn is_gpio54(&self) -> bool[src]

Checks if the value of the field is GPIO54

impl R<bool, PAD54STRNG_A>[src]

pub fn variant(&self) -> PAD54STRNG_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, PAD54INPEN_A>[src]

pub fn variant(&self) -> PAD54INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD54PULL_A>[src]

pub fn variant(&self) -> PAD54PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD53FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD53FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_2(&self) -> bool[src]

Checks if the value of the field is MSPI1_2

pub fn is_nce53(&self) -> bool[src]

Checks if the value of the field is NCE53

pub fn is_ct3(&self) -> bool[src]

Checks if the value of the field is CT3

pub fn is_gpio53(&self) -> bool[src]

Checks if the value of the field is GPIO53

impl R<bool, PAD53STRNG_A>[src]

pub fn variant(&self) -> PAD53STRNG_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, PAD53INPEN_A>[src]

pub fn variant(&self) -> PAD53INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD53PULL_A>[src]

pub fn variant(&self) -> PAD53PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD52FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD52FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_1(&self) -> bool[src]

Checks if the value of the field is MSPI1_1

pub fn is_nce52(&self) -> bool[src]

Checks if the value of the field is NCE52

pub fn is_ct2(&self) -> bool[src]

Checks if the value of the field is CT2

pub fn is_gpio52(&self) -> bool[src]

Checks if the value of the field is GPIO52

impl R<bool, PAD52STRNG_A>[src]

pub fn variant(&self) -> PAD52STRNG_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, PAD52INPEN_A>[src]

pub fn variant(&self) -> PAD52INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD52PULL_A>[src]

pub fn variant(&self) -> PAD52PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGN>>[src]

pub fn pad55fncsel(&self) -> PAD55FNCSEL_R[src]

Bits 27:29 - Pad 55 function select

pub fn pad55strng(&self) -> PAD55STRNG_R[src]

Bit 26 - Pad 55 drive strength

pub fn pad55inpen(&self) -> PAD55INPEN_R[src]

Bit 25 - Pad 55 input enable

pub fn pad55pull(&self) -> PAD55PULL_R[src]

Bit 24 - Pad 55 pullup enable

pub fn pad54fncsel(&self) -> PAD54FNCSEL_R[src]

Bits 19:21 - Pad 54 function select

pub fn pad54strng(&self) -> PAD54STRNG_R[src]

Bit 18 - Pad 54 drive strength

pub fn pad54inpen(&self) -> PAD54INPEN_R[src]

Bit 17 - Pad 54 input enable

pub fn pad54pull(&self) -> PAD54PULL_R[src]

Bit 16 - Pad 54 pullup enable

pub fn pad53fncsel(&self) -> PAD53FNCSEL_R[src]

Bits 11:13 - Pad 53 function select

pub fn pad53strng(&self) -> PAD53STRNG_R[src]

Bit 10 - Pad 53 drive strength

pub fn pad53inpen(&self) -> PAD53INPEN_R[src]

Bit 9 - Pad 53 input enable

pub fn pad53pull(&self) -> PAD53PULL_R[src]

Bit 8 - Pad 53 pullup enable

pub fn pad52fncsel(&self) -> PAD52FNCSEL_R[src]

Bits 3:5 - Pad 52 function select

pub fn pad52strng(&self) -> PAD52STRNG_R[src]

Bit 2 - Pad 52 drive strength

pub fn pad52inpen(&self) -> PAD52INPEN_R[src]

Bit 1 - Pad 52 input enable

pub fn pad52pull(&self) -> PAD52PULL_R[src]

Bit 0 - Pad 52 pullup enable

impl R<u8, PAD59FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD59FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_8(&self) -> bool[src]

Checks if the value of the field is MSPI1_8

pub fn is_nce59(&self) -> bool[src]

Checks if the value of the field is NCE59

pub fn is_ct9(&self) -> bool[src]

Checks if the value of the field is CT9

pub fn is_gpio59(&self) -> bool[src]

Checks if the value of the field is GPIO59

impl R<bool, PAD59STRNG_A>[src]

pub fn variant(&self) -> PAD59STRNG_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, PAD59INPEN_A>[src]

pub fn variant(&self) -> PAD59INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD59PULL_A>[src]

pub fn variant(&self) -> PAD59PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD58FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD58FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_7(&self) -> bool[src]

Checks if the value of the field is MSPI1_7

pub fn is_nce58(&self) -> bool[src]

Checks if the value of the field is NCE58

pub fn is_ct8(&self) -> bool[src]

Checks if the value of the field is CT8

pub fn is_gpio58(&self) -> bool[src]

Checks if the value of the field is GPIO58

impl R<bool, PAD58STRNG_A>[src]

pub fn variant(&self) -> PAD58STRNG_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, PAD58INPEN_A>[src]

pub fn variant(&self) -> PAD58INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD58PULL_A>[src]

pub fn variant(&self) -> PAD58PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD57FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD57FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_6(&self) -> bool[src]

Checks if the value of the field is MSPI1_6

pub fn is_nce57(&self) -> bool[src]

Checks if the value of the field is NCE57

pub fn is_ct7(&self) -> bool[src]

Checks if the value of the field is CT7

pub fn is_gpio57(&self) -> bool[src]

Checks if the value of the field is GPIO57

impl R<bool, PAD57STRNG_A>[src]

pub fn variant(&self) -> PAD57STRNG_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, PAD57INPEN_A>[src]

pub fn variant(&self) -> PAD57INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD57PULL_A>[src]

pub fn variant(&self) -> PAD57PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD56FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD56FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_5(&self) -> bool[src]

Checks if the value of the field is MSPI1_5

pub fn is_nce56(&self) -> bool[src]

Checks if the value of the field is NCE56

pub fn is_ct6(&self) -> bool[src]

Checks if the value of the field is CT6

pub fn is_gpio56(&self) -> bool[src]

Checks if the value of the field is GPIO56

impl R<bool, PAD56STRNG_A>[src]

pub fn variant(&self) -> PAD56STRNG_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, PAD56INPEN_A>[src]

pub fn variant(&self) -> PAD56INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD56PULL_A>[src]

pub fn variant(&self) -> PAD56PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGO>>[src]

pub fn pad59fncsel(&self) -> PAD59FNCSEL_R[src]

Bits 27:29 - Pad 59 function select

pub fn pad59strng(&self) -> PAD59STRNG_R[src]

Bit 26 - Pad 59 drive strength

pub fn pad59inpen(&self) -> PAD59INPEN_R[src]

Bit 25 - Pad 59 input enable

pub fn pad59pull(&self) -> PAD59PULL_R[src]

Bit 24 - Pad 59 pullup enable

pub fn pad58fncsel(&self) -> PAD58FNCSEL_R[src]

Bits 19:21 - Pad 58 function select

pub fn pad58strng(&self) -> PAD58STRNG_R[src]

Bit 18 - Pad 58 drive strength

pub fn pad58inpen(&self) -> PAD58INPEN_R[src]

Bit 17 - Pad 58 input enable

pub fn pad58pull(&self) -> PAD58PULL_R[src]

Bit 16 - Pad 58 pullup enable

pub fn pad57fncsel(&self) -> PAD57FNCSEL_R[src]

Bits 11:13 - Pad 57 function select

pub fn pad57strng(&self) -> PAD57STRNG_R[src]

Bit 10 - Pad 57 drive strength

pub fn pad57inpen(&self) -> PAD57INPEN_R[src]

Bit 9 - Pad 57 input enable

pub fn pad57pull(&self) -> PAD57PULL_R[src]

Bit 8 - Pad 57 pullup enable

pub fn pad56fncsel(&self) -> PAD56FNCSEL_R[src]

Bits 3:5 - Pad 56 function select

pub fn pad56strng(&self) -> PAD56STRNG_R[src]

Bit 2 - Pad 56 drive strength

pub fn pad56inpen(&self) -> PAD56INPEN_R[src]

Bit 1 - Pad 56 input enable

pub fn pad56pull(&self) -> PAD56PULL_R[src]

Bit 0 - Pad 56 pullup enable

impl R<u8, PAD63FNCSEL_A>[src]

pub fn variant(&self) -> PAD63FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce63(&self) -> bool[src]

Checks if the value of the field is NCE63

pub fn is_ct13(&self) -> bool[src]

Checks if the value of the field is CT13

pub fn is_gpio63(&self) -> bool[src]

Checks if the value of the field is GPIO63

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD63STRNG_A>[src]

pub fn variant(&self) -> PAD63STRNG_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, PAD63INPEN_A>[src]

pub fn variant(&self) -> PAD63INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD63PULL_A>[src]

pub fn variant(&self) -> PAD63PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD62FNCSEL_A>[src]

pub fn variant(&self) -> PAD62FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce62(&self) -> bool[src]

Checks if the value of the field is NCE62

pub fn is_ct12(&self) -> bool[src]

Checks if the value of the field is CT12

pub fn is_gpio62(&self) -> bool[src]

Checks if the value of the field is GPIO62

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

impl R<bool, PAD62STRNG_A>[src]

pub fn variant(&self) -> PAD62STRNG_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, PAD62INPEN_A>[src]

pub fn variant(&self) -> PAD62INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD62PULL_A>[src]

pub fn variant(&self) -> PAD62PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD61FNCSEL_A>[src]

pub fn variant(&self) -> PAD61FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce61(&self) -> bool[src]

Checks if the value of the field is NCE61

pub fn is_ct11(&self) -> bool[src]

Checks if the value of the field is CT11

pub fn is_gpio61(&self) -> bool[src]

Checks if the value of the field is GPIO61

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD61STRNG_A>[src]

pub fn variant(&self) -> PAD61STRNG_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, PAD61INPEN_A>[src]

pub fn variant(&self) -> PAD61INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD61PULL_A>[src]

pub fn variant(&self) -> PAD61PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD60FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD60FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi1_9(&self) -> bool[src]

Checks if the value of the field is MSPI1_9

pub fn is_nce60(&self) -> bool[src]

Checks if the value of the field is NCE60

pub fn is_ct10(&self) -> bool[src]

Checks if the value of the field is CT10

pub fn is_gpio60(&self) -> bool[src]

Checks if the value of the field is GPIO60

impl R<bool, PAD60STRNG_A>[src]

pub fn variant(&self) -> PAD60STRNG_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, PAD60INPEN_A>[src]

pub fn variant(&self) -> PAD60INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD60PULL_A>[src]

pub fn variant(&self) -> PAD60PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGP>>[src]

pub fn pad63fncsel(&self) -> PAD63FNCSEL_R[src]

Bits 27:29 - Pad 63 function select

pub fn pad63strng(&self) -> PAD63STRNG_R[src]

Bit 26 - Pad 63 drive strength

pub fn pad63inpen(&self) -> PAD63INPEN_R[src]

Bit 25 - Pad 63 input enable

pub fn pad63pull(&self) -> PAD63PULL_R[src]

Bit 24 - Pad 63 pullup enable

pub fn pad62fncsel(&self) -> PAD62FNCSEL_R[src]

Bits 19:21 - Pad 62 function select

pub fn pad62strng(&self) -> PAD62STRNG_R[src]

Bit 18 - Pad 62 drive strength

pub fn pad62inpen(&self) -> PAD62INPEN_R[src]

Bit 17 - Pad 62 input enable

pub fn pad62pull(&self) -> PAD62PULL_R[src]

Bit 16 - Pad 62 pullup enable

pub fn pad61fncsel(&self) -> PAD61FNCSEL_R[src]

Bits 11:13 - Pad 61 function select

pub fn pad61strng(&self) -> PAD61STRNG_R[src]

Bit 10 - Pad 61 drive strength

pub fn pad61inpen(&self) -> PAD61INPEN_R[src]

Bit 9 - Pad 61 input enable

pub fn pad61pull(&self) -> PAD61PULL_R[src]

Bit 8 - Pad 61 pullup enable

pub fn pad60fncsel(&self) -> PAD60FNCSEL_R[src]

Bits 3:5 - Pad 60 function select

pub fn pad60strng(&self) -> PAD60STRNG_R[src]

Bit 2 - Pad 60 drive strength

pub fn pad60inpen(&self) -> PAD60INPEN_R[src]

Bit 1 - Pad 60 input enable

pub fn pad60pull(&self) -> PAD60PULL_R[src]

Bit 0 - Pad 60 pullup enable

impl R<u8, PAD67FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD67FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi2_3(&self) -> bool[src]

Checks if the value of the field is MSPI2_3

pub fn is_nce67(&self) -> bool[src]

Checks if the value of the field is NCE67

pub fn is_ct17(&self) -> bool[src]

Checks if the value of the field is CT17

pub fn is_gpio67(&self) -> bool[src]

Checks if the value of the field is GPIO67

impl R<bool, PAD67STRNG_A>[src]

pub fn variant(&self) -> PAD67STRNG_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, PAD67INPEN_A>[src]

pub fn variant(&self) -> PAD67INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD67PULL_A>[src]

pub fn variant(&self) -> PAD67PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD66FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD66FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi2_2(&self) -> bool[src]

Checks if the value of the field is MSPI2_2

pub fn is_nce66(&self) -> bool[src]

Checks if the value of the field is NCE66

pub fn is_ct16(&self) -> bool[src]

Checks if the value of the field is CT16

pub fn is_gpio66(&self) -> bool[src]

Checks if the value of the field is GPIO66

impl R<bool, PAD66STRNG_A>[src]

pub fn variant(&self) -> PAD66STRNG_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, PAD66INPEN_A>[src]

pub fn variant(&self) -> PAD66INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD66PULL_A>[src]

pub fn variant(&self) -> PAD66PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD65FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD65FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi2_1(&self) -> bool[src]

Checks if the value of the field is MSPI2_1

pub fn is_nce65(&self) -> bool[src]

Checks if the value of the field is NCE65

pub fn is_ct15(&self) -> bool[src]

Checks if the value of the field is CT15

pub fn is_gpio65(&self) -> bool[src]

Checks if the value of the field is GPIO65

impl R<bool, PAD65STRNG_A>[src]

pub fn variant(&self) -> PAD65STRNG_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, PAD65INPEN_A>[src]

pub fn variant(&self) -> PAD65INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD65PULL_A>[src]

pub fn variant(&self) -> PAD65PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD64FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD64FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi2_0(&self) -> bool[src]

Checks if the value of the field is MSPI2_0

pub fn is_nce64(&self) -> bool[src]

Checks if the value of the field is NCE64

pub fn is_ct14(&self) -> bool[src]

Checks if the value of the field is CT14

pub fn is_gpio64(&self) -> bool[src]

Checks if the value of the field is GPIO64

impl R<bool, PAD64STRNG_A>[src]

pub fn variant(&self) -> PAD64STRNG_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, PAD64INPEN_A>[src]

pub fn variant(&self) -> PAD64INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD64PULL_A>[src]

pub fn variant(&self) -> PAD64PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGQ>>[src]

pub fn pad67fncsel(&self) -> PAD67FNCSEL_R[src]

Bits 27:29 - Pad 67 function select

pub fn pad67strng(&self) -> PAD67STRNG_R[src]

Bit 26 - Pad 67 drive strength

pub fn pad67inpen(&self) -> PAD67INPEN_R[src]

Bit 25 - Pad 67 input enable

pub fn pad67pull(&self) -> PAD67PULL_R[src]

Bit 24 - Pad 67 pullup enable

pub fn pad66fncsel(&self) -> PAD66FNCSEL_R[src]

Bits 19:21 - Pad 66 function select

pub fn pad66strng(&self) -> PAD66STRNG_R[src]

Bit 18 - Pad 66 drive strength

pub fn pad66inpen(&self) -> PAD66INPEN_R[src]

Bit 17 - Pad 66 input enable

pub fn pad66pull(&self) -> PAD66PULL_R[src]

Bit 16 - Pad 66 pullup enable

pub fn pad65fncsel(&self) -> PAD65FNCSEL_R[src]

Bits 11:13 - Pad 65 function select

pub fn pad65strng(&self) -> PAD65STRNG_R[src]

Bit 10 - Pad 65 drive strength

pub fn pad65inpen(&self) -> PAD65INPEN_R[src]

Bit 9 - Pad 65 input enable

pub fn pad65pull(&self) -> PAD65PULL_R[src]

Bit 8 - Pad 65 pullup enable

pub fn pad64fncsel(&self) -> PAD64FNCSEL_R[src]

Bits 3:5 - Pad 64 function select

pub fn pad64strng(&self) -> PAD64STRNG_R[src]

Bit 2 - Pad 64 drive strength

pub fn pad64inpen(&self) -> PAD64INPEN_R[src]

Bit 1 - Pad 64 input enable

pub fn pad64pull(&self) -> PAD64PULL_R[src]

Bit 0 - Pad 64 pullup enable

impl R<u8, PAD71FNCSEL_A>[src]

pub fn variant(&self) -> PAD71FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce71(&self) -> bool[src]

Checks if the value of the field is NCE71

pub fn is_ct21(&self) -> bool[src]

Checks if the value of the field is CT21

pub fn is_gpio71(&self) -> bool[src]

Checks if the value of the field is GPIO71

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD71STRNG_A>[src]

pub fn variant(&self) -> PAD71STRNG_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, PAD71INPEN_A>[src]

pub fn variant(&self) -> PAD71INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD71PULL_A>[src]

pub fn variant(&self) -> PAD71PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD70FNCSEL_A>[src]

pub fn variant(&self) -> PAD70FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce70(&self) -> bool[src]

Checks if the value of the field is NCE70

pub fn is_ct20(&self) -> bool[src]

Checks if the value of the field is CT20

pub fn is_gpio70(&self) -> bool[src]

Checks if the value of the field is GPIO70

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD70STRNG_A>[src]

pub fn variant(&self) -> PAD70STRNG_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, PAD70INPEN_A>[src]

pub fn variant(&self) -> PAD70INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD70PULL_A>[src]

pub fn variant(&self) -> PAD70PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD69FNCSEL_A>[src]

pub fn variant(&self) -> PAD69FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce69(&self) -> bool[src]

Checks if the value of the field is NCE69

pub fn is_ct19(&self) -> bool[src]

Checks if the value of the field is CT19

pub fn is_gpio69(&self) -> bool[src]

Checks if the value of the field is GPIO69

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD69STRNG_A>[src]

pub fn variant(&self) -> PAD69STRNG_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, PAD69INPEN_A>[src]

pub fn variant(&self) -> PAD69INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD69PULL_A>[src]

pub fn variant(&self) -> PAD69PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD68FNCSEL_A>[src]

pub fn variant(&self) -> Variant<u8, PAD68FNCSEL_A>[src]

Get enumerated values variant

pub fn is_mspi2_4(&self) -> bool[src]

Checks if the value of the field is MSPI2_4

pub fn is_nce68(&self) -> bool[src]

Checks if the value of the field is NCE68

pub fn is_ct18(&self) -> bool[src]

Checks if the value of the field is CT18

pub fn is_gpio68(&self) -> bool[src]

Checks if the value of the field is GPIO68

impl R<bool, PAD68STRNG_A>[src]

pub fn variant(&self) -> PAD68STRNG_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, PAD68INPEN_A>[src]

pub fn variant(&self) -> PAD68INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD68PULL_A>[src]

pub fn variant(&self) -> PAD68PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGR>>[src]

pub fn pad71fncsel(&self) -> PAD71FNCSEL_R[src]

Bits 27:29 - Pad 71 function select

pub fn pad71strng(&self) -> PAD71STRNG_R[src]

Bit 26 - Pad 71 drive strength

pub fn pad71inpen(&self) -> PAD71INPEN_R[src]

Bit 25 - Pad 71 input enable

pub fn pad71pull(&self) -> PAD71PULL_R[src]

Bit 24 - Pad 71 pullup enable

pub fn pad70fncsel(&self) -> PAD70FNCSEL_R[src]

Bits 19:21 - Pad 70 function select

pub fn pad70strng(&self) -> PAD70STRNG_R[src]

Bit 18 - Pad 70 drive strength

pub fn pad70inpen(&self) -> PAD70INPEN_R[src]

Bit 17 - Pad 70 input enable

pub fn pad70pull(&self) -> PAD70PULL_R[src]

Bit 16 - Pad 70 pullup enable

pub fn pad69fncsel(&self) -> PAD69FNCSEL_R[src]

Bits 11:13 - Pad 69 function select

pub fn pad69strng(&self) -> PAD69STRNG_R[src]

Bit 10 - Pad 69 drive strength

pub fn pad69inpen(&self) -> PAD69INPEN_R[src]

Bit 9 - Pad 69 input enable

pub fn pad69pull(&self) -> PAD69PULL_R[src]

Bit 8 - Pad 69 pullup enable

pub fn pad68fncsel(&self) -> PAD68FNCSEL_R[src]

Bits 3:5 - Pad 68 function select

pub fn pad68strng(&self) -> PAD68STRNG_R[src]

Bit 2 - Pad 68 drive strength

pub fn pad68inpen(&self) -> PAD68INPEN_R[src]

Bit 1 - Pad 68 input enable

pub fn pad68pull(&self) -> PAD68PULL_R[src]

Bit 0 - Pad 68 pullup enable

impl R<u8, PAD73FNCSEL_A>[src]

pub fn variant(&self) -> PAD73FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce73(&self) -> bool[src]

Checks if the value of the field is NCE73

pub fn is_ct23(&self) -> bool[src]

Checks if the value of the field is CT23

pub fn is_gpio73(&self) -> bool[src]

Checks if the value of the field is GPIO73

pub fn is_ua0cts(&self) -> bool[src]

Checks if the value of the field is UA0CTS

pub fn is_ua0rts(&self) -> bool[src]

Checks if the value of the field is UA0RTS

pub fn is_ua1cts(&self) -> bool[src]

Checks if the value of the field is UA1CTS

pub fn is_ua1rts(&self) -> bool[src]

Checks if the value of the field is UA1RTS

impl R<bool, PAD73STRNG_A>[src]

pub fn variant(&self) -> PAD73STRNG_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, PAD73INPEN_A>[src]

pub fn variant(&self) -> PAD73INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD73PULL_A>[src]

pub fn variant(&self) -> PAD73PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, PAD72FNCSEL_A>[src]

pub fn variant(&self) -> PAD72FNCSEL_A[src]

Get enumerated values variant

pub fn is_swo(&self) -> bool[src]

Checks if the value of the field is SWO

pub fn is_nce72(&self) -> bool[src]

Checks if the value of the field is NCE72

pub fn is_ct22(&self) -> bool[src]

Checks if the value of the field is CT22

pub fn is_gpio72(&self) -> bool[src]

Checks if the value of the field is GPIO72

pub fn is_uart0tx(&self) -> bool[src]

Checks if the value of the field is UART0TX

pub fn is_uart0rx(&self) -> bool[src]

Checks if the value of the field is UART0RX

pub fn is_uart1tx(&self) -> bool[src]

Checks if the value of the field is UART1TX

pub fn is_uart1rx(&self) -> bool[src]

Checks if the value of the field is UART1RX

impl R<bool, PAD72STRNG_A>[src]

pub fn variant(&self) -> PAD72STRNG_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, PAD72INPEN_A>[src]

pub fn variant(&self) -> PAD72INPEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, PAD72PULL_A>[src]

pub fn variant(&self) -> PAD72PULL_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PADREGS>>[src]

pub fn pad73fncsel(&self) -> PAD73FNCSEL_R[src]

Bits 11:13 - Pad 73 function select

pub fn pad73strng(&self) -> PAD73STRNG_R[src]

Bit 10 - Pad 73 drive strength

pub fn pad73inpen(&self) -> PAD73INPEN_R[src]

Bit 9 - Pad 73 input enable

pub fn pad73pull(&self) -> PAD73PULL_R[src]

Bit 8 - Pad 73 pullup enable

pub fn pad72fncsel(&self) -> PAD72FNCSEL_R[src]

Bits 3:5 - Pad 72 function select

pub fn pad72strng(&self) -> PAD72STRNG_R[src]

Bit 2 - Pad 72 drive strength

pub fn pad72inpen(&self) -> PAD72INPEN_R[src]

Bit 1 - Pad 72 input enable

pub fn pad72pull(&self) -> PAD72PULL_R[src]

Bit 0 - Pad 72 pullup enable

impl R<bool, GPIO7INTD_A>[src]

pub fn variant(&self) -> GPIO7INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO7OUTCFG_A>[src]

pub fn variant(&self) -> GPIO7OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO7INCFG_A>[src]

pub fn variant(&self) -> GPIO7INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO6INTD_A>[src]

pub fn variant(&self) -> GPIO6INTD_A[src]

Get enumerated values variant

pub fn is_intdis(&self) -> bool[src]

Checks if the value of the field is INTDIS

pub fn is_intboth(&self) -> bool[src]

Checks if the value of the field is INTBOTH

impl R<u8, GPIO6OUTCFG_A>[src]

pub fn variant(&self) -> GPIO6OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO6INCFG_A>[src]

pub fn variant(&self) -> GPIO6INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO5INTD_A>[src]

pub fn variant(&self) -> GPIO5INTD_A[src]

Get enumerated values variant

pub fn is_intdis(&self) -> bool[src]

Checks if the value of the field is INTDIS

pub fn is_intboth(&self) -> bool[src]

Checks if the value of the field is INTBOTH

impl R<u8, GPIO5OUTCFG_A>[src]

pub fn variant(&self) -> GPIO5OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO5INCFG_A>[src]

pub fn variant(&self) -> GPIO5INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO4INTD_A>[src]

pub fn variant(&self) -> GPIO4INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO4OUTCFG_A>[src]

pub fn variant(&self) -> GPIO4OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO4INCFG_A>[src]

pub fn variant(&self) -> GPIO4INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO3INTD_A>[src]

pub fn variant(&self) -> GPIO3INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO3OUTCFG_A>[src]

pub fn variant(&self) -> GPIO3OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO3INCFG_A>[src]

pub fn variant(&self) -> GPIO3INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO2INTD_A>[src]

pub fn variant(&self) -> GPIO2INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO2OUTCFG_A>[src]

pub fn variant(&self) -> GPIO2OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO2INCFG_A>[src]

pub fn variant(&self) -> GPIO2INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO1INTD_A>[src]

pub fn variant(&self) -> GPIO1INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO1OUTCFG_A>[src]

pub fn variant(&self) -> GPIO1OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO1INCFG_A>[src]

pub fn variant(&self) -> GPIO1INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO0INTD_A>[src]

pub fn variant(&self) -> GPIO0INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO0OUTCFG_A>[src]

pub fn variant(&self) -> GPIO0OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO0INCFG_A>[src]

pub fn variant(&self) -> GPIO0INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGA>>[src]

pub fn gpio7intd(&self) -> GPIO7INTD_R[src]

Bit 31 - GPIO7 interrupt direction, nCE polarity.

pub fn gpio7outcfg(&self) -> GPIO7OUTCFG_R[src]

Bits 29:30 - GPIO7 output configuration.

pub fn gpio7incfg(&self) -> GPIO7INCFG_R[src]

Bit 28 - GPIO7 input enable.

pub fn gpio6intd(&self) -> GPIO6INTD_R[src]

Bit 27 - GPIO6 interrupt direction, nCE polarity.

pub fn gpio6outcfg(&self) -> GPIO6OUTCFG_R[src]

Bits 25:26 - GPIO6 output configuration.

pub fn gpio6incfg(&self) -> GPIO6INCFG_R[src]

Bit 24 - GPIO6 input enable.

pub fn gpio5intd(&self) -> GPIO5INTD_R[src]

Bit 23 - GPIO5 interrupt direction, nCE polarity.

pub fn gpio5outcfg(&self) -> GPIO5OUTCFG_R[src]

Bits 21:22 - GPIO5 output configuration.

pub fn gpio5incfg(&self) -> GPIO5INCFG_R[src]

Bit 20 - GPIO5 input enable.

pub fn gpio4intd(&self) -> GPIO4INTD_R[src]

Bit 19 - GPIO4 interrupt direction, nCE polarity.

pub fn gpio4outcfg(&self) -> GPIO4OUTCFG_R[src]

Bits 17:18 - GPIO4 output configuration.

pub fn gpio4incfg(&self) -> GPIO4INCFG_R[src]

Bit 16 - GPIO4 input enable.

pub fn gpio3intd(&self) -> GPIO3INTD_R[src]

Bit 15 - GPIO3 interrupt direction, nCE polarity.

pub fn gpio3outcfg(&self) -> GPIO3OUTCFG_R[src]

Bits 13:14 - GPIO3 output configuration.

pub fn gpio3incfg(&self) -> GPIO3INCFG_R[src]

Bit 12 - GPIO3 input enable.

pub fn gpio2intd(&self) -> GPIO2INTD_R[src]

Bit 11 - GPIO2 interrupt direction, nCE polarity.

pub fn gpio2outcfg(&self) -> GPIO2OUTCFG_R[src]

Bits 9:10 - GPIO2 output configuration.

pub fn gpio2incfg(&self) -> GPIO2INCFG_R[src]

Bit 8 - GPIO2 input enable.

pub fn gpio1intd(&self) -> GPIO1INTD_R[src]

Bit 7 - GPIO1 interrupt direction, nCE polarity.

pub fn gpio1outcfg(&self) -> GPIO1OUTCFG_R[src]

Bits 5:6 - GPIO1 output configuration.

pub fn gpio1incfg(&self) -> GPIO1INCFG_R[src]

Bit 4 - GPIO1 input enable.

pub fn gpio0intd(&self) -> GPIO0INTD_R[src]

Bit 3 - GPIO0 interrupt direction, nCE polarity.

pub fn gpio0outcfg(&self) -> GPIO0OUTCFG_R[src]

Bits 1:2 - GPIO0 output configuration.

pub fn gpio0incfg(&self) -> GPIO0INCFG_R[src]

Bit 0 - GPIO0 input enable.

impl R<bool, GPIO15INTD_A>[src]

pub fn variant(&self) -> GPIO15INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO15OUTCFG_A>[src]

pub fn variant(&self) -> GPIO15OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO15INCFG_A>[src]

pub fn variant(&self) -> GPIO15INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO14INTD_A>[src]

pub fn variant(&self) -> GPIO14INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO14OUTCFG_A>[src]

pub fn variant(&self) -> GPIO14OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO14INCFG_A>[src]

pub fn variant(&self) -> GPIO14INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO13INTD_A>[src]

pub fn variant(&self) -> GPIO13INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO13OUTCFG_A>[src]

pub fn variant(&self) -> GPIO13OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO13INCFG_A>[src]

pub fn variant(&self) -> GPIO13INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO12INTD_A>[src]

pub fn variant(&self) -> GPIO12INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO12OUTCFG_A>[src]

pub fn variant(&self) -> GPIO12OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO12INCFG_A>[src]

pub fn variant(&self) -> GPIO12INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO11INTD_A>[src]

pub fn variant(&self) -> GPIO11INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO11OUTCFG_A>[src]

pub fn variant(&self) -> GPIO11OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO11INCFG_A>[src]

pub fn variant(&self) -> GPIO11INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO10INTD_A>[src]

pub fn variant(&self) -> GPIO10INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO10OUTCFG_A>[src]

pub fn variant(&self) -> GPIO10OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO10INCFG_A>[src]

pub fn variant(&self) -> GPIO10INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO9INTD_A>[src]

pub fn variant(&self) -> GPIO9INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO9OUTCFG_A>[src]

pub fn variant(&self) -> GPIO9OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO9INCFG_A>[src]

pub fn variant(&self) -> GPIO9INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO8INTD_A>[src]

pub fn variant(&self) -> GPIO8INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO8OUTCFG_A>[src]

pub fn variant(&self) -> GPIO8OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO8INCFG_A>[src]

pub fn variant(&self) -> GPIO8INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGB>>[src]

pub fn gpio15intd(&self) -> GPIO15INTD_R[src]

Bit 31 - GPIO15 interrupt direction, nCE polarity.

pub fn gpio15outcfg(&self) -> GPIO15OUTCFG_R[src]

Bits 29:30 - GPIO15 output configuration.

pub fn gpio15incfg(&self) -> GPIO15INCFG_R[src]

Bit 28 - GPIO15 input enable.

pub fn gpio14intd(&self) -> GPIO14INTD_R[src]

Bit 27 - GPIO14 interrupt direction, nCE polarity.

pub fn gpio14outcfg(&self) -> GPIO14OUTCFG_R[src]

Bits 25:26 - GPIO14 output configuration.

pub fn gpio14incfg(&self) -> GPIO14INCFG_R[src]

Bit 24 - GPIO14 input enable.

pub fn gpio13intd(&self) -> GPIO13INTD_R[src]

Bit 23 - GPIO13 interrupt direction, nCE polarity.

pub fn gpio13outcfg(&self) -> GPIO13OUTCFG_R[src]

Bits 21:22 - GPIO13 output configuration.

pub fn gpio13incfg(&self) -> GPIO13INCFG_R[src]

Bit 20 - GPIO13 input enable.

pub fn gpio12intd(&self) -> GPIO12INTD_R[src]

Bit 19 - GPIO12 interrupt direction, nCE polarity.

pub fn gpio12outcfg(&self) -> GPIO12OUTCFG_R[src]

Bits 17:18 - GPIO12 output configuration.

pub fn gpio12incfg(&self) -> GPIO12INCFG_R[src]

Bit 16 - GPIO12 input enable.

pub fn gpio11intd(&self) -> GPIO11INTD_R[src]

Bit 15 - GPIO11 interrupt direction, nCE polarity.

pub fn gpio11outcfg(&self) -> GPIO11OUTCFG_R[src]

Bits 13:14 - GPIO11 output configuration.

pub fn gpio11incfg(&self) -> GPIO11INCFG_R[src]

Bit 12 - GPIO11 input enable.

pub fn gpio10intd(&self) -> GPIO10INTD_R[src]

Bit 11 - GPIO10 interrupt direction, nCE polarity.

pub fn gpio10outcfg(&self) -> GPIO10OUTCFG_R[src]

Bits 9:10 - GPIO10 output configuration.

pub fn gpio10incfg(&self) -> GPIO10INCFG_R[src]

Bit 8 - GPIO10 input enable.

pub fn gpio9intd(&self) -> GPIO9INTD_R[src]

Bit 7 - GPIO9 interrupt direction, nCE polarity.

pub fn gpio9outcfg(&self) -> GPIO9OUTCFG_R[src]

Bits 5:6 - GPIO9 output configuration.

pub fn gpio9incfg(&self) -> GPIO9INCFG_R[src]

Bit 4 - GPIO9 input enable.

pub fn gpio8intd(&self) -> GPIO8INTD_R[src]

Bit 3 - GPIO8 interrupt direction, nCE polarity.

pub fn gpio8outcfg(&self) -> GPIO8OUTCFG_R[src]

Bits 1:2 - GPIO8 output configuration.

pub fn gpio8incfg(&self) -> GPIO8INCFG_R[src]

Bit 0 - GPIO8 input enable.

impl R<bool, GPIO23INTD_A>[src]

pub fn variant(&self) -> GPIO23INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO23OUTCFG_A>[src]

pub fn variant(&self) -> GPIO23OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO23INCFG_A>[src]

pub fn variant(&self) -> GPIO23INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO22INTD_A>[src]

pub fn variant(&self) -> GPIO22INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO22OUTCFG_A>[src]

pub fn variant(&self) -> GPIO22OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO22INCFG_A>[src]

pub fn variant(&self) -> GPIO22INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO21INTD_A>[src]

pub fn variant(&self) -> GPIO21INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO21OUTCFG_A>[src]

pub fn variant(&self) -> GPIO21OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO21INCFG_A>[src]

pub fn variant(&self) -> GPIO21INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO20INTD_A>[src]

pub fn variant(&self) -> GPIO20INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO20OUTCFG_A>[src]

pub fn variant(&self) -> GPIO20OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO20INCFG_A>[src]

pub fn variant(&self) -> GPIO20INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO19INTD_A>[src]

pub fn variant(&self) -> GPIO19INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO19OUTCFG_A>[src]

pub fn variant(&self) -> GPIO19OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO19INCFG_A>[src]

pub fn variant(&self) -> GPIO19INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO18INTD_A>[src]

pub fn variant(&self) -> GPIO18INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO18OUTCFG_A>[src]

pub fn variant(&self) -> GPIO18OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO18INCFG_A>[src]

pub fn variant(&self) -> GPIO18INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO17INTD_A>[src]

pub fn variant(&self) -> GPIO17INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO17OUTCFG_A>[src]

pub fn variant(&self) -> GPIO17OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO17INCFG_A>[src]

pub fn variant(&self) -> GPIO17INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO16INTD_A>[src]

pub fn variant(&self) -> GPIO16INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO16OUTCFG_A>[src]

pub fn variant(&self) -> GPIO16OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO16INCFG_A>[src]

pub fn variant(&self) -> GPIO16INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGC>>[src]

pub fn gpio23intd(&self) -> GPIO23INTD_R[src]

Bit 31 - GPIO23 interrupt direction, nCE polarity.

pub fn gpio23outcfg(&self) -> GPIO23OUTCFG_R[src]

Bits 29:30 - GPIO23 output configuration.

pub fn gpio23incfg(&self) -> GPIO23INCFG_R[src]

Bit 28 - GPIO23 input enable.

pub fn gpio22intd(&self) -> GPIO22INTD_R[src]

Bit 27 - GPIO22 interrupt direction, nCE polarity.

pub fn gpio22outcfg(&self) -> GPIO22OUTCFG_R[src]

Bits 25:26 - GPIO22 output configuration.

pub fn gpio22incfg(&self) -> GPIO22INCFG_R[src]

Bit 24 - GPIO22 input enable.

pub fn gpio21intd(&self) -> GPIO21INTD_R[src]

Bit 23 - GPIO21 interrupt direction, nCE polarity.

pub fn gpio21outcfg(&self) -> GPIO21OUTCFG_R[src]

Bits 21:22 - GPIO21 output configuration.

pub fn gpio21incfg(&self) -> GPIO21INCFG_R[src]

Bit 20 - GPIO21 input enable.

pub fn gpio20intd(&self) -> GPIO20INTD_R[src]

Bit 19 - GPIO20 interrupt direction, nCE polarity.

pub fn gpio20outcfg(&self) -> GPIO20OUTCFG_R[src]

Bits 17:18 - GPIO20 output configuration.

pub fn gpio20incfg(&self) -> GPIO20INCFG_R[src]

Bit 16 - GPIO20 input enable.

pub fn gpio19intd(&self) -> GPIO19INTD_R[src]

Bit 15 - GPIO19 interrupt direction, nCE polarity.

pub fn gpio19outcfg(&self) -> GPIO19OUTCFG_R[src]

Bits 13:14 - GPIO19 output configuration.

pub fn gpio19incfg(&self) -> GPIO19INCFG_R[src]

Bit 12 - GPIO19 input enable.

pub fn gpio18intd(&self) -> GPIO18INTD_R[src]

Bit 11 - GPIO18 interrupt direction, nCE polarity.

pub fn gpio18outcfg(&self) -> GPIO18OUTCFG_R[src]

Bits 9:10 - GPIO18 output configuration.

pub fn gpio18incfg(&self) -> GPIO18INCFG_R[src]

Bit 8 - GPIO18 input enable.

pub fn gpio17intd(&self) -> GPIO17INTD_R[src]

Bit 7 - GPIO17 interrupt direction, nCE polarity.

pub fn gpio17outcfg(&self) -> GPIO17OUTCFG_R[src]

Bits 5:6 - GPIO17 output configuration.

pub fn gpio17incfg(&self) -> GPIO17INCFG_R[src]

Bit 4 - GPIO17 input enable.

pub fn gpio16intd(&self) -> GPIO16INTD_R[src]

Bit 3 - GPIO16 interrupt direction, nCE polarity.

pub fn gpio16outcfg(&self) -> GPIO16OUTCFG_R[src]

Bits 1:2 - GPIO16 output configuration.

pub fn gpio16incfg(&self) -> GPIO16INCFG_R[src]

Bit 0 - GPIO16 input enable.

impl R<bool, GPIO31INTD_A>[src]

pub fn variant(&self) -> GPIO31INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO31OUTCFG_A>[src]

pub fn variant(&self) -> GPIO31OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO31INCFG_A>[src]

pub fn variant(&self) -> GPIO31INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO30INTD_A>[src]

pub fn variant(&self) -> GPIO30INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO30OUTCFG_A>[src]

pub fn variant(&self) -> GPIO30OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO30INCFG_A>[src]

pub fn variant(&self) -> GPIO30INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO29INTD_A>[src]

pub fn variant(&self) -> GPIO29INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO29OUTCFG_A>[src]

pub fn variant(&self) -> GPIO29OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO29INCFG_A>[src]

pub fn variant(&self) -> GPIO29INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO28INTD_A>[src]

pub fn variant(&self) -> GPIO28INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO28OUTCFG_A>[src]

pub fn variant(&self) -> GPIO28OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO28INCFG_A>[src]

pub fn variant(&self) -> GPIO28INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO27INTD_A>[src]

pub fn variant(&self) -> GPIO27INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO27OUTCFG_A>[src]

pub fn variant(&self) -> GPIO27OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO27INCFG_A>[src]

pub fn variant(&self) -> GPIO27INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO26INTD_A>[src]

pub fn variant(&self) -> GPIO26INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO26OUTCFG_A>[src]

pub fn variant(&self) -> GPIO26OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO26INCFG_A>[src]

pub fn variant(&self) -> GPIO26INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO25INTD_A>[src]

pub fn variant(&self) -> GPIO25INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO25OUTCFG_A>[src]

pub fn variant(&self) -> GPIO25OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO25INCFG_A>[src]

pub fn variant(&self) -> GPIO25INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO24INTD_A>[src]

pub fn variant(&self) -> GPIO24INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO24OUTCFG_A>[src]

pub fn variant(&self) -> GPIO24OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO24INCFG_A>[src]

pub fn variant(&self) -> GPIO24INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGD>>[src]

pub fn gpio31intd(&self) -> GPIO31INTD_R[src]

Bit 31 - GPIO31 interrupt direction, nCE polarity.

pub fn gpio31outcfg(&self) -> GPIO31OUTCFG_R[src]

Bits 29:30 - GPIO31 output configuration.

pub fn gpio31incfg(&self) -> GPIO31INCFG_R[src]

Bit 28 - GPIO31 input enable.

pub fn gpio30intd(&self) -> GPIO30INTD_R[src]

Bit 27 - GPIO30 interrupt direction, nCE polarity.

pub fn gpio30outcfg(&self) -> GPIO30OUTCFG_R[src]

Bits 25:26 - GPIO30 output configuration.

pub fn gpio30incfg(&self) -> GPIO30INCFG_R[src]

Bit 24 - GPIO30 input enable.

pub fn gpio29intd(&self) -> GPIO29INTD_R[src]

Bit 23 - GPIO29 interrupt direction, nCE polarity.

pub fn gpio29outcfg(&self) -> GPIO29OUTCFG_R[src]

Bits 21:22 - GPIO29 output configuration.

pub fn gpio29incfg(&self) -> GPIO29INCFG_R[src]

Bit 20 - GPIO29 input enable.

pub fn gpio28intd(&self) -> GPIO28INTD_R[src]

Bit 19 - GPIO28 interrupt direction, nCE polarity.

pub fn gpio28outcfg(&self) -> GPIO28OUTCFG_R[src]

Bits 17:18 - GPIO28 output configuration.

pub fn gpio28incfg(&self) -> GPIO28INCFG_R[src]

Bit 16 - GPIO28 input enable.

pub fn gpio27intd(&self) -> GPIO27INTD_R[src]

Bit 15 - GPIO27 interrupt direction, nCE polarity.

pub fn gpio27outcfg(&self) -> GPIO27OUTCFG_R[src]

Bits 13:14 - GPIO27 output configuration.

pub fn gpio27incfg(&self) -> GPIO27INCFG_R[src]

Bit 12 - GPIO27 input enable.

pub fn gpio26intd(&self) -> GPIO26INTD_R[src]

Bit 11 - GPIO26 interrupt direction, nCE polarity.

pub fn gpio26outcfg(&self) -> GPIO26OUTCFG_R[src]

Bits 9:10 - GPIO26 output configuration.

pub fn gpio26incfg(&self) -> GPIO26INCFG_R[src]

Bit 8 - GPIO26 input enable.

pub fn gpio25intd(&self) -> GPIO25INTD_R[src]

Bit 7 - GPIO25 interrupt direction, nCE polarity.

pub fn gpio25outcfg(&self) -> GPIO25OUTCFG_R[src]

Bits 5:6 - GPIO25 output configuration.

pub fn gpio25incfg(&self) -> GPIO25INCFG_R[src]

Bit 4 - GPIO25 input enable.

pub fn gpio24intd(&self) -> GPIO24INTD_R[src]

Bit 3 - GPIO24 interrupt direction, nCE polarity.

pub fn gpio24outcfg(&self) -> GPIO24OUTCFG_R[src]

Bits 1:2 - GPIO24 output configuration.

pub fn gpio24incfg(&self) -> GPIO24INCFG_R[src]

Bit 0 - GPIO24 input enable.

impl R<bool, GPIO39INTD_A>[src]

pub fn variant(&self) -> GPIO39INTD_A[src]

Get enumerated values variant

pub fn is_intdis(&self) -> bool[src]

Checks if the value of the field is INTDIS

pub fn is_intboth(&self) -> bool[src]

Checks if the value of the field is INTBOTH

impl R<u8, GPIO39OUTCFG_A>[src]

pub fn variant(&self) -> GPIO39OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO39INCFG_A>[src]

pub fn variant(&self) -> GPIO39INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO38INTD_A>[src]

pub fn variant(&self) -> GPIO38INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO38OUTCFG_A>[src]

pub fn variant(&self) -> GPIO38OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO38INCFG_A>[src]

pub fn variant(&self) -> GPIO38INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO37INTD_A>[src]

pub fn variant(&self) -> GPIO37INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO37OUTCFG_A>[src]

pub fn variant(&self) -> GPIO37OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO37INCFG_A>[src]

pub fn variant(&self) -> GPIO37INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO36INTD_A>[src]

pub fn variant(&self) -> GPIO36INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO36OUTCFG_A>[src]

pub fn variant(&self) -> GPIO36OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO36INCFG_A>[src]

pub fn variant(&self) -> GPIO36INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO35INTD_A>[src]

pub fn variant(&self) -> GPIO35INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO35OUTCFG_A>[src]

pub fn variant(&self) -> GPIO35OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO35INCFG_A>[src]

pub fn variant(&self) -> GPIO35INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO34INTD_A>[src]

pub fn variant(&self) -> GPIO34INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO34OUTCFG_A>[src]

pub fn variant(&self) -> GPIO34OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO34INCFG_A>[src]

pub fn variant(&self) -> GPIO34INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO33INTD_A>[src]

pub fn variant(&self) -> GPIO33INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO33OUTCFG_A>[src]

pub fn variant(&self) -> GPIO33OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO33INCFG_A>[src]

pub fn variant(&self) -> GPIO33INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO32INTD_A>[src]

pub fn variant(&self) -> GPIO32INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO32OUTCFG_A>[src]

pub fn variant(&self) -> GPIO32OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO32INCFG_A>[src]

pub fn variant(&self) -> GPIO32INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGE>>[src]

pub fn gpio39intd(&self) -> GPIO39INTD_R[src]

Bit 31 - GPIO39 interrupt direction, nCE polarity.

pub fn gpio39outcfg(&self) -> GPIO39OUTCFG_R[src]

Bits 29:30 - GPIO39 output configuration.

pub fn gpio39incfg(&self) -> GPIO39INCFG_R[src]

Bit 28 - GPIO39 input enable.

pub fn gpio38intd(&self) -> GPIO38INTD_R[src]

Bit 27 - GPIO38 interrupt direction, nCE polarity.

pub fn gpio38outcfg(&self) -> GPIO38OUTCFG_R[src]

Bits 25:26 - GPIO38 output configuration.

pub fn gpio38incfg(&self) -> GPIO38INCFG_R[src]

Bit 24 - GPIO38 input enable.

pub fn gpio37intd(&self) -> GPIO37INTD_R[src]

Bit 23 - GPIO37 interrupt direction, nCE polarity.

pub fn gpio37outcfg(&self) -> GPIO37OUTCFG_R[src]

Bits 21:22 - GPIO37 output configuration.

pub fn gpio37incfg(&self) -> GPIO37INCFG_R[src]

Bit 20 - GPIO37 input enable.

pub fn gpio36intd(&self) -> GPIO36INTD_R[src]

Bit 19 - GPIO36 interrupt direction, nCE polarity.

pub fn gpio36outcfg(&self) -> GPIO36OUTCFG_R[src]

Bits 17:18 - GPIO36 output configuration.

pub fn gpio36incfg(&self) -> GPIO36INCFG_R[src]

Bit 16 - GPIO36 input enable.

pub fn gpio35intd(&self) -> GPIO35INTD_R[src]

Bit 15 - GPIO35 interrupt direction, nCE polarity.

pub fn gpio35outcfg(&self) -> GPIO35OUTCFG_R[src]

Bits 13:14 - GPIO35 output configuration.

pub fn gpio35incfg(&self) -> GPIO35INCFG_R[src]

Bit 12 - GPIO35 input enable.

pub fn gpio34intd(&self) -> GPIO34INTD_R[src]

Bit 11 - GPIO34 interrupt direction, nCE polarity.

pub fn gpio34outcfg(&self) -> GPIO34OUTCFG_R[src]

Bits 9:10 - GPIO34 output configuration.

pub fn gpio34incfg(&self) -> GPIO34INCFG_R[src]

Bit 8 - GPIO34 input enable.

pub fn gpio33intd(&self) -> GPIO33INTD_R[src]

Bit 7 - GPIO33 interrupt direction, nCE polarity.

pub fn gpio33outcfg(&self) -> GPIO33OUTCFG_R[src]

Bits 5:6 - GPIO33 output configuration.

pub fn gpio33incfg(&self) -> GPIO33INCFG_R[src]

Bit 4 - GPIO33 input enable.

pub fn gpio32intd(&self) -> GPIO32INTD_R[src]

Bit 3 - GPIO32 interrupt direction, nCE polarity.

pub fn gpio32outcfg(&self) -> GPIO32OUTCFG_R[src]

Bits 1:2 - GPIO32 output configuration.

pub fn gpio32incfg(&self) -> GPIO32INCFG_R[src]

Bit 0 - GPIO32 input enable.

impl R<bool, GPIO47INTD_A>[src]

pub fn variant(&self) -> GPIO47INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO47OUTCFG_A>[src]

pub fn variant(&self) -> GPIO47OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO47INCFG_A>[src]

pub fn variant(&self) -> GPIO47INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO46INTD_A>[src]

pub fn variant(&self) -> GPIO46INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO46OUTCFG_A>[src]

pub fn variant(&self) -> GPIO46OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO46INCFG_A>[src]

pub fn variant(&self) -> GPIO46INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO45INTD_A>[src]

pub fn variant(&self) -> GPIO45INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO45OUTCFG_A>[src]

pub fn variant(&self) -> GPIO45OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO45INCFG_A>[src]

pub fn variant(&self) -> GPIO45INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO44INTD_A>[src]

pub fn variant(&self) -> GPIO44INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO44OUTCFG_A>[src]

pub fn variant(&self) -> GPIO44OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO44INCFG_A>[src]

pub fn variant(&self) -> GPIO44INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO43INTD_A>[src]

pub fn variant(&self) -> GPIO43INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO43OUTCFG_A>[src]

pub fn variant(&self) -> GPIO43OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO43INCFG_A>[src]

pub fn variant(&self) -> GPIO43INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO42INTD_A>[src]

pub fn variant(&self) -> GPIO42INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO42OUTCFG_A>[src]

pub fn variant(&self) -> GPIO42OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO42INCFG_A>[src]

pub fn variant(&self) -> GPIO42INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO41INTD_A>[src]

pub fn variant(&self) -> GPIO41INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO41OUTCFG_A>[src]

pub fn variant(&self) -> GPIO41OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO41INCFG_A>[src]

pub fn variant(&self) -> GPIO41INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO40INTD_A>[src]

pub fn variant(&self) -> GPIO40INTD_A[src]

Get enumerated values variant

pub fn is_intdis(&self) -> bool[src]

Checks if the value of the field is INTDIS

pub fn is_intboth(&self) -> bool[src]

Checks if the value of the field is INTBOTH

impl R<u8, GPIO40OUTCFG_A>[src]

pub fn variant(&self) -> GPIO40OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO40INCFG_A>[src]

pub fn variant(&self) -> GPIO40INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGF>>[src]

pub fn gpio47intd(&self) -> GPIO47INTD_R[src]

Bit 31 - GPIO47 interrupt direction, nCE polarity.

pub fn gpio47outcfg(&self) -> GPIO47OUTCFG_R[src]

Bits 29:30 - GPIO47 output configuration.

pub fn gpio47incfg(&self) -> GPIO47INCFG_R[src]

Bit 28 - GPIO47 input enable.

pub fn gpio46intd(&self) -> GPIO46INTD_R[src]

Bit 27 - GPIO46 interrupt direction, nCE polarity.

pub fn gpio46outcfg(&self) -> GPIO46OUTCFG_R[src]

Bits 25:26 - GPIO46 output configuration.

pub fn gpio46incfg(&self) -> GPIO46INCFG_R[src]

Bit 24 - GPIO46 input enable.

pub fn gpio45intd(&self) -> GPIO45INTD_R[src]

Bit 23 - GPIO45 interrupt direction, nCE polarity.

pub fn gpio45outcfg(&self) -> GPIO45OUTCFG_R[src]

Bits 21:22 - GPIO45 output configuration.

pub fn gpio45incfg(&self) -> GPIO45INCFG_R[src]

Bit 20 - GPIO45 input enable.

pub fn gpio44intd(&self) -> GPIO44INTD_R[src]

Bit 19 - GPIO44 interrupt direction, nCE polarity.

pub fn gpio44outcfg(&self) -> GPIO44OUTCFG_R[src]

Bits 17:18 - GPIO44 output configuration.

pub fn gpio44incfg(&self) -> GPIO44INCFG_R[src]

Bit 16 - GPIO44 input enable.

pub fn gpio43intd(&self) -> GPIO43INTD_R[src]

Bit 15 - GPIO43 interrupt direction, nCE polarity.

pub fn gpio43outcfg(&self) -> GPIO43OUTCFG_R[src]

Bits 13:14 - GPIO43 output configuration.

pub fn gpio43incfg(&self) -> GPIO43INCFG_R[src]

Bit 12 - GPIO43 input enable.

pub fn gpio42intd(&self) -> GPIO42INTD_R[src]

Bit 11 - GPIO42 interrupt direction, nCE polarity.

pub fn gpio42outcfg(&self) -> GPIO42OUTCFG_R[src]

Bits 9:10 - GPIO42 output configuration.

pub fn gpio42incfg(&self) -> GPIO42INCFG_R[src]

Bit 8 - GPIO42 input enable.

pub fn gpio41intd(&self) -> GPIO41INTD_R[src]

Bit 7 - GPIO41 interrupt direction, nCE polarity.

pub fn gpio41outcfg(&self) -> GPIO41OUTCFG_R[src]

Bits 5:6 - GPIO41 output configuration.

pub fn gpio41incfg(&self) -> GPIO41INCFG_R[src]

Bit 4 - GPIO41 input enable.

pub fn gpio40intd(&self) -> GPIO40INTD_R[src]

Bit 3 - GPIO40 interrupt direction, nCE polarity.

pub fn gpio40outcfg(&self) -> GPIO40OUTCFG_R[src]

Bits 1:2 - GPIO40 output configuration.

pub fn gpio40incfg(&self) -> GPIO40INCFG_R[src]

Bit 0 - GPIO40 input enable.

impl R<bool, GPIO55INTD_A>[src]

pub fn variant(&self) -> GPIO55INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO55OUTCFG_A>[src]

pub fn variant(&self) -> GPIO55OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO55INCFG_A>[src]

pub fn variant(&self) -> GPIO55INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO54INTD_A>[src]

pub fn variant(&self) -> GPIO54INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO54OUTCFG_A>[src]

pub fn variant(&self) -> GPIO54OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO54INCFG_A>[src]

pub fn variant(&self) -> GPIO54INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO53INTD_A>[src]

pub fn variant(&self) -> GPIO53INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO53OUTCFG_A>[src]

pub fn variant(&self) -> GPIO53OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO53INCFG_A>[src]

pub fn variant(&self) -> GPIO53INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO52INTD_A>[src]

pub fn variant(&self) -> GPIO52INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO52OUTCFG_A>[src]

pub fn variant(&self) -> GPIO52OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO52INCFG_A>[src]

pub fn variant(&self) -> GPIO52INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO51INTD_A>[src]

pub fn variant(&self) -> GPIO51INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO51OUTCFG_A>[src]

pub fn variant(&self) -> GPIO51OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO51INCFG_A>[src]

pub fn variant(&self) -> GPIO51INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO50INTD_A>[src]

pub fn variant(&self) -> GPIO50INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO50OUTCFG_A>[src]

pub fn variant(&self) -> GPIO50OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO50INCFG_A>[src]

pub fn variant(&self) -> GPIO50INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO49INTD_A>[src]

pub fn variant(&self) -> GPIO49INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO49OUTCFG_A>[src]

pub fn variant(&self) -> GPIO49OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO49INCFG_A>[src]

pub fn variant(&self) -> GPIO49INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO48INTD_A>[src]

pub fn variant(&self) -> GPIO48INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO48OUTCFG_A>[src]

pub fn variant(&self) -> GPIO48OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO48INCFG_A>[src]

pub fn variant(&self) -> GPIO48INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGG>>[src]

pub fn gpio55intd(&self) -> GPIO55INTD_R[src]

Bit 31 - GPIO55 interrupt direction, nCE polarity.

pub fn gpio55outcfg(&self) -> GPIO55OUTCFG_R[src]

Bits 29:30 - GPIO55 output configuration.

pub fn gpio55incfg(&self) -> GPIO55INCFG_R[src]

Bit 28 - GPIO55 input enable.

pub fn gpio54intd(&self) -> GPIO54INTD_R[src]

Bit 27 - GPIO54 interrupt direction, nCE polarity.

pub fn gpio54outcfg(&self) -> GPIO54OUTCFG_R[src]

Bits 25:26 - GPIO54 output configuration.

pub fn gpio54incfg(&self) -> GPIO54INCFG_R[src]

Bit 24 - GPIO54 input enable.

pub fn gpio53intd(&self) -> GPIO53INTD_R[src]

Bit 23 - GPIO53 interrupt direction, nCE polarity.

pub fn gpio53outcfg(&self) -> GPIO53OUTCFG_R[src]

Bits 21:22 - GPIO53 output configuration.

pub fn gpio53incfg(&self) -> GPIO53INCFG_R[src]

Bit 20 - GPIO53 input enable.

pub fn gpio52intd(&self) -> GPIO52INTD_R[src]

Bit 19 - GPIO52 interrupt direction, nCE polarity.

pub fn gpio52outcfg(&self) -> GPIO52OUTCFG_R[src]

Bits 17:18 - GPIO52 output configuration.

pub fn gpio52incfg(&self) -> GPIO52INCFG_R[src]

Bit 16 - GPIO52 input enable.

pub fn gpio51intd(&self) -> GPIO51INTD_R[src]

Bit 15 - GPIO51 interrupt direction, nCE polarity.

pub fn gpio51outcfg(&self) -> GPIO51OUTCFG_R[src]

Bits 13:14 - GPIO51 output configuration.

pub fn gpio51incfg(&self) -> GPIO51INCFG_R[src]

Bit 12 - GPIO51 input enable.

pub fn gpio50intd(&self) -> GPIO50INTD_R[src]

Bit 11 - GPIO50 interrupt direction, nCE polarity.

pub fn gpio50outcfg(&self) -> GPIO50OUTCFG_R[src]

Bits 9:10 - GPIO50 output configuration.

pub fn gpio50incfg(&self) -> GPIO50INCFG_R[src]

Bit 8 - GPIO50 input enable.

pub fn gpio49intd(&self) -> GPIO49INTD_R[src]

Bit 7 - GPIO49 interrupt direction, nCE polarity.

pub fn gpio49outcfg(&self) -> GPIO49OUTCFG_R[src]

Bits 5:6 - GPIO49 output configuration.

pub fn gpio49incfg(&self) -> GPIO49INCFG_R[src]

Bit 4 - GPIO49 input enable.

pub fn gpio48intd(&self) -> GPIO48INTD_R[src]

Bit 3 - GPIO48 interrupt direction, nCE polarity.

pub fn gpio48outcfg(&self) -> GPIO48OUTCFG_R[src]

Bits 1:2 - GPIO48 output configuration.

pub fn gpio48incfg(&self) -> GPIO48INCFG_R[src]

Bit 0 - GPIO48 input enable.

impl R<bool, GPIO63INTD_A>[src]

pub fn variant(&self) -> GPIO63INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO63OUTCFG_A>[src]

pub fn variant(&self) -> GPIO63OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO63INCFG_A>[src]

pub fn variant(&self) -> GPIO63INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO62INTD_A>[src]

pub fn variant(&self) -> GPIO62INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO62OUTCFG_A>[src]

pub fn variant(&self) -> GPIO62OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO62INCFG_A>[src]

pub fn variant(&self) -> GPIO62INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO61INTD_A>[src]

pub fn variant(&self) -> GPIO61INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO61OUTCFG_A>[src]

pub fn variant(&self) -> GPIO61OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO61INCFG_A>[src]

pub fn variant(&self) -> GPIO61INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO60INTD_A>[src]

pub fn variant(&self) -> GPIO60INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO60OUTCFG_A>[src]

pub fn variant(&self) -> GPIO60OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO60INCFG_A>[src]

pub fn variant(&self) -> GPIO60INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO59INTD_A>[src]

pub fn variant(&self) -> GPIO59INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO59OUTCFG_A>[src]

pub fn variant(&self) -> GPIO59OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO59INCFG_A>[src]

pub fn variant(&self) -> GPIO59INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO58INTD_A>[src]

pub fn variant(&self) -> GPIO58INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO58OUTCFG_A>[src]

pub fn variant(&self) -> GPIO58OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO58INCFG_A>[src]

pub fn variant(&self) -> GPIO58INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO57INTD_A>[src]

pub fn variant(&self) -> GPIO57INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO57OUTCFG_A>[src]

pub fn variant(&self) -> GPIO57OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO57INCFG_A>[src]

pub fn variant(&self) -> GPIO57INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO56INTD_A>[src]

pub fn variant(&self) -> GPIO56INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO56OUTCFG_A>[src]

pub fn variant(&self) -> GPIO56OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO56INCFG_A>[src]

pub fn variant(&self) -> GPIO56INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGH>>[src]

pub fn gpio63intd(&self) -> GPIO63INTD_R[src]

Bit 31 - GPIO63 interrupt direction, nCE polarity.

pub fn gpio63outcfg(&self) -> GPIO63OUTCFG_R[src]

Bits 29:30 - GPIO63 output configuration.

pub fn gpio63incfg(&self) -> GPIO63INCFG_R[src]

Bit 28 - GPIO63 input enable.

pub fn gpio62intd(&self) -> GPIO62INTD_R[src]

Bit 27 - GPIO62 interrupt direction, nCE polarity.

pub fn gpio62outcfg(&self) -> GPIO62OUTCFG_R[src]

Bits 25:26 - GPIO62 output configuration.

pub fn gpio62incfg(&self) -> GPIO62INCFG_R[src]

Bit 24 - GPIO62 input enable.

pub fn gpio61intd(&self) -> GPIO61INTD_R[src]

Bit 23 - GPIO61 interrupt direction, nCE polarity.

pub fn gpio61outcfg(&self) -> GPIO61OUTCFG_R[src]

Bits 21:22 - GPIO61 output configuration.

pub fn gpio61incfg(&self) -> GPIO61INCFG_R[src]

Bit 20 - GPIO61 input enable.

pub fn gpio60intd(&self) -> GPIO60INTD_R[src]

Bit 19 - GPIO60 interrupt direction, nCE polarity.

pub fn gpio60outcfg(&self) -> GPIO60OUTCFG_R[src]

Bits 17:18 - GPIO60 output configuration.

pub fn gpio60incfg(&self) -> GPIO60INCFG_R[src]

Bit 16 - GPIO60 input enable.

pub fn gpio59intd(&self) -> GPIO59INTD_R[src]

Bit 15 - GPIO59 interrupt direction, nCE polarity.

pub fn gpio59outcfg(&self) -> GPIO59OUTCFG_R[src]

Bits 13:14 - GPIO59 output configuration.

pub fn gpio59incfg(&self) -> GPIO59INCFG_R[src]

Bit 12 - GPIO59 input enable.

pub fn gpio58intd(&self) -> GPIO58INTD_R[src]

Bit 11 - GPIO58 interrupt direction, nCE polarity.

pub fn gpio58outcfg(&self) -> GPIO58OUTCFG_R[src]

Bits 9:10 - GPIO58 output configuration.

pub fn gpio58incfg(&self) -> GPIO58INCFG_R[src]

Bit 8 - GPIO58 input enable.

pub fn gpio57intd(&self) -> GPIO57INTD_R[src]

Bit 7 - GPIO57 interrupt direction, nCE polarity.

pub fn gpio57outcfg(&self) -> GPIO57OUTCFG_R[src]

Bits 5:6 - GPIO57 output configuration.

pub fn gpio57incfg(&self) -> GPIO57INCFG_R[src]

Bit 4 - GPIO57 input enable.

pub fn gpio56intd(&self) -> GPIO56INTD_R[src]

Bit 3 - GPIO56 interrupt direction, nCE polarity.

pub fn gpio56outcfg(&self) -> GPIO56OUTCFG_R[src]

Bits 1:2 - GPIO56 output configuration.

pub fn gpio56incfg(&self) -> GPIO56INCFG_R[src]

Bit 0 - GPIO56 input enable.

impl R<bool, GPIO71INTD_A>[src]

pub fn variant(&self) -> GPIO71INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO71OUTCFG_A>[src]

pub fn variant(&self) -> GPIO71OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO71INCFG_A>[src]

pub fn variant(&self) -> GPIO71INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO70INTD_A>[src]

pub fn variant(&self) -> GPIO70INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO70OUTCFG_A>[src]

pub fn variant(&self) -> GPIO70OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO70INCFG_A>[src]

pub fn variant(&self) -> GPIO70INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO69INTD_A>[src]

pub fn variant(&self) -> GPIO69INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO69OUTCFG_A>[src]

pub fn variant(&self) -> GPIO69OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO69INCFG_A>[src]

pub fn variant(&self) -> GPIO69INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO68INTD_A>[src]

pub fn variant(&self) -> GPIO68INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO68OUTCFG_A>[src]

pub fn variant(&self) -> GPIO68OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO68INCFG_A>[src]

pub fn variant(&self) -> GPIO68INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO67INTD_A>[src]

pub fn variant(&self) -> GPIO67INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO67OUTCFG_A>[src]

pub fn variant(&self) -> GPIO67OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO67INCFG_A>[src]

pub fn variant(&self) -> GPIO67INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO66INTD_A>[src]

pub fn variant(&self) -> GPIO66INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO66OUTCFG_A>[src]

pub fn variant(&self) -> GPIO66OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO66INCFG_A>[src]

pub fn variant(&self) -> GPIO66INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO65INTD_A>[src]

pub fn variant(&self) -> GPIO65INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO65OUTCFG_A>[src]

pub fn variant(&self) -> GPIO65OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO65INCFG_A>[src]

pub fn variant(&self) -> GPIO65INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO64INTD_A>[src]

pub fn variant(&self) -> GPIO64INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO64OUTCFG_A>[src]

pub fn variant(&self) -> GPIO64OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO64INCFG_A>[src]

pub fn variant(&self) -> GPIO64INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGI>>[src]

pub fn gpio71intd(&self) -> GPIO71INTD_R[src]

Bit 31 - GPIO71 interrupt direction, nCE polarity.

pub fn gpio71outcfg(&self) -> GPIO71OUTCFG_R[src]

Bits 29:30 - GPIO71 output configuration.

pub fn gpio71incfg(&self) -> GPIO71INCFG_R[src]

Bit 28 - GPIO71 input enable.

pub fn gpio70intd(&self) -> GPIO70INTD_R[src]

Bit 27 - GPIO70 interrupt direction, nCE polarity.

pub fn gpio70outcfg(&self) -> GPIO70OUTCFG_R[src]

Bits 25:26 - GPIO70 output configuration.

pub fn gpio70incfg(&self) -> GPIO70INCFG_R[src]

Bit 24 - GPIO70 input enable.

pub fn gpio69intd(&self) -> GPIO69INTD_R[src]

Bit 23 - GPIO69 interrupt direction, nCE polarity.

pub fn gpio69outcfg(&self) -> GPIO69OUTCFG_R[src]

Bits 21:22 - GPIO69 output configuration.

pub fn gpio69incfg(&self) -> GPIO69INCFG_R[src]

Bit 20 - GPIO69 input enable.

pub fn gpio68intd(&self) -> GPIO68INTD_R[src]

Bit 19 - GPIO68 interrupt direction, nCE polarity.

pub fn gpio68outcfg(&self) -> GPIO68OUTCFG_R[src]

Bits 17:18 - GPIO68 output configuration.

pub fn gpio68incfg(&self) -> GPIO68INCFG_R[src]

Bit 16 - GPIO68 input enable.

pub fn gpio67intd(&self) -> GPIO67INTD_R[src]

Bit 15 - GPIO67 interrupt direction, nCE polarity.

pub fn gpio67outcfg(&self) -> GPIO67OUTCFG_R[src]

Bits 13:14 - GPIO67 output configuration.

pub fn gpio67incfg(&self) -> GPIO67INCFG_R[src]

Bit 12 - GPIO67 input enable.

pub fn gpio66intd(&self) -> GPIO66INTD_R[src]

Bit 11 - GPIO66 interrupt direction, nCE polarity.

pub fn gpio66outcfg(&self) -> GPIO66OUTCFG_R[src]

Bits 9:10 - GPIO66 output configuration.

pub fn gpio66incfg(&self) -> GPIO66INCFG_R[src]

Bit 8 - GPIO66 input enable.

pub fn gpio65intd(&self) -> GPIO65INTD_R[src]

Bit 7 - GPIO65 interrupt direction, nCE polarity.

pub fn gpio65outcfg(&self) -> GPIO65OUTCFG_R[src]

Bits 5:6 - GPIO65 output configuration.

pub fn gpio65incfg(&self) -> GPIO65INCFG_R[src]

Bit 4 - GPIO65 input enable.

pub fn gpio64intd(&self) -> GPIO64INTD_R[src]

Bit 3 - GPIO64 interrupt direction, nCE polarity.

pub fn gpio64outcfg(&self) -> GPIO64OUTCFG_R[src]

Bits 1:2 - GPIO64 output configuration.

pub fn gpio64incfg(&self) -> GPIO64INCFG_R[src]

Bit 0 - GPIO64 input enable.

impl R<bool, GPIO73INTD_A>[src]

pub fn variant(&self) -> GPIO73INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO73OUTCFG_A>[src]

pub fn variant(&self) -> GPIO73OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO73INCFG_A>[src]

pub fn variant(&self) -> GPIO73INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<bool, GPIO72INTD_A>[src]

pub fn variant(&self) -> GPIO72INTD_A[src]

Get enumerated values variant

pub fn is_n_celow(&self) -> bool[src]

Checks if the value of the field is NCELOW

pub fn is_n_cehigh(&self) -> bool[src]

Checks if the value of the field is NCEHIGH

impl R<u8, GPIO72OUTCFG_A>[src]

pub fn variant(&self) -> GPIO72OUTCFG_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_pushpull(&self) -> bool[src]

Checks if the value of the field is PUSHPULL

pub fn is_od(&self) -> bool[src]

Checks if the value of the field is OD

pub fn is_ts(&self) -> bool[src]

Checks if the value of the field is TS

impl R<bool, GPIO72INCFG_A>[src]

pub fn variant(&self) -> GPIO72INCFG_A[src]

Get enumerated values variant

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_rdzero(&self) -> bool[src]

Checks if the value of the field is RDZERO

impl R<u32, Reg<u32, _CFGJ>>[src]

pub fn gpio73intd(&self) -> GPIO73INTD_R[src]

Bit 7 - GPIO73 interrupt direction, nCE polarity.

pub fn gpio73outcfg(&self) -> GPIO73OUTCFG_R[src]

Bits 5:6 - GPIO73 output configuration.

pub fn gpio73incfg(&self) -> GPIO73INCFG_R[src]

Bit 4 - GPIO73 input enable.

pub fn gpio72intd(&self) -> GPIO72INTD_R[src]

Bit 3 - GPIO72 interrupt direction, nCE polarity.

pub fn gpio72outcfg(&self) -> GPIO72OUTCFG_R[src]

Bits 1:2 - GPIO72 output configuration.

pub fn gpio72incfg(&self) -> GPIO72INCFG_R[src]

Bit 0 - GPIO72 input enable.

impl R<u32, PADKEY_A>[src]

pub fn variant(&self) -> Variant<u32, PADKEY_A>[src]

Get enumerated values variant

pub fn is_key(&self) -> bool[src]

Checks if the value of the field is KEY

impl R<u32, Reg<u32, _PADKEY>>[src]

pub fn padkey(&self) -> PADKEY_R[src]

Bits 0:31 - Key register value.

impl R<u32, Reg<u32, _RDA>>[src]

pub fn rda(&self) -> RDA_R[src]

Bits 0:31 - GPIO31-0 read data.

impl R<u32, Reg<u32, _RDB>>[src]

pub fn rdb(&self) -> RDB_R[src]

Bits 0:31 - GPIO63-32 read data.

impl R<u32, Reg<u32, _RDC>>[src]

pub fn rdc(&self) -> RDC_R[src]

Bits 0:9 - GPIO73-64 read data.

impl R<u32, Reg<u32, _WTA>>[src]

pub fn wta(&self) -> WTA_R[src]

Bits 0:31 - GPIO31-0 write data.

impl R<u32, Reg<u32, _WTB>>[src]

pub fn wtb(&self) -> WTB_R[src]

Bits 0:31 - GPIO63-32 write data.

impl R<u32, Reg<u32, _WTC>>[src]

pub fn wtc(&self) -> WTC_R[src]

Bits 0:9 - GPIO73-64 write data.

impl R<u32, Reg<u32, _WTSA>>[src]

pub fn wtsa(&self) -> WTSA_R[src]

Bits 0:31 - Set the GPIO31-0 write data.

impl R<u32, Reg<u32, _WTSB>>[src]

pub fn wtsb(&self) -> WTSB_R[src]

Bits 0:31 - Set the GPIO63-32 write data.

impl R<u32, Reg<u32, _WTSC>>[src]

pub fn wtsc(&self) -> WTSC_R[src]

Bits 0:9 - Set the GPIO73-64 write data.

impl R<u32, Reg<u32, _WTCA>>[src]

pub fn wtca(&self) -> WTCA_R[src]

Bits 0:31 - Clear the GPIO31-0 write data.

impl R<u32, Reg<u32, _WTCB>>[src]

pub fn wtcb(&self) -> WTCB_R[src]

Bits 0:31 - Clear the GPIO63-32 write data.

impl R<u32, Reg<u32, _WTCC>>[src]

pub fn wtcb(&self) -> WTCB_R[src]

Bits 0:9 - Clear the GPIO73-64 write data.

impl R<u32, Reg<u32, _ENA>>[src]

pub fn ena(&self) -> ENA_R[src]

Bits 0:31 - GPIO31-0 output enables

impl R<u32, Reg<u32, _ENB>>[src]

pub fn enb(&self) -> ENB_R[src]

Bits 0:31 - GPIO63-32 output enables

impl R<u32, Reg<u32, _ENC>>[src]

pub fn enc(&self) -> ENC_R[src]

Bits 0:9 - GPIO73-64 output enables

impl R<u32, Reg<u32, _ENSA>>[src]

pub fn ensa(&self) -> ENSA_R[src]

Bits 0:31 - Set the GPIO31-0 output enables

impl R<u32, Reg<u32, _ENSB>>[src]

pub fn ensb(&self) -> ENSB_R[src]

Bits 0:31 - Set the GPIO63-32 output enables

impl R<u32, Reg<u32, _ENSC>>[src]

pub fn ensc(&self) -> ENSC_R[src]

Bits 0:9 - Set the GPIO73-64 output enables

impl R<u32, Reg<u32, _ENCA>>[src]

pub fn enca(&self) -> ENCA_R[src]

Bits 0:31 - Clear the GPIO31-0 output enables

impl R<u32, Reg<u32, _ENCB>>[src]

pub fn encb(&self) -> ENCB_R[src]

Bits 0:31 - Clear the GPIO49-32 output enables

impl R<u32, Reg<u32, _ENCC>>[src]

pub fn encc(&self) -> ENCC_R[src]

Bits 0:9 - Clear the GPIO73-64 output enables

impl R<bool, STPOL3_A>[src]

pub fn variant(&self) -> STPOL3_A[src]

Get enumerated values variant

pub fn is_caplh(&self) -> bool[src]

Checks if the value of the field is CAPLH

pub fn is_caphl(&self) -> bool[src]

Checks if the value of the field is CAPHL

impl R<bool, STPOL2_A>[src]

pub fn variant(&self) -> STPOL2_A[src]

Get enumerated values variant

pub fn is_caplh(&self) -> bool[src]

Checks if the value of the field is CAPLH

pub fn is_caphl(&self) -> bool[src]

Checks if the value of the field is CAPHL

impl R<bool, STPOL1_A>[src]

pub fn variant(&self) -> STPOL1_A[src]

Get enumerated values variant

pub fn is_caplh(&self) -> bool[src]

Checks if the value of the field is CAPLH

pub fn is_caphl(&self) -> bool[src]

Checks if the value of the field is CAPHL

impl R<bool, STPOL0_A>[src]

pub fn variant(&self) -> STPOL0_A[src]

Get enumerated values variant

pub fn is_caplh(&self) -> bool[src]

Checks if the value of the field is CAPLH

pub fn is_caphl(&self) -> bool[src]

Checks if the value of the field is CAPHL

impl R<u32, Reg<u32, _STMRCAP>>[src]

pub fn stpol3(&self) -> STPOL3_R[src]

Bit 31 - STIMER Capture 3 Polarity.

pub fn stsel3(&self) -> STSEL3_R[src]

Bits 24:30 - STIMER Capture 3 Select.

pub fn stpol2(&self) -> STPOL2_R[src]

Bit 23 - STIMER Capture 2 Polarity.

pub fn stsel2(&self) -> STSEL2_R[src]

Bits 16:22 - STIMER Capture 2 Select.

pub fn stpol1(&self) -> STPOL1_R[src]

Bit 15 - STIMER Capture 1 Polarity.

pub fn stsel1(&self) -> STSEL1_R[src]

Bits 8:14 - STIMER Capture 1 Select.

pub fn stpol0(&self) -> STPOL0_R[src]

Bit 7 - STIMER Capture 0 Polarity.

pub fn stsel0(&self) -> STSEL0_R[src]

Bits 0:6 - STIMER Capture 0 Select.

impl R<u32, Reg<u32, _IOM0IRQ>>[src]

pub fn iom0irq(&self) -> IOM0IRQ_R[src]

Bits 0:6 - IOMSTR0 IRQ pad select.

impl R<u32, Reg<u32, _IOM1IRQ>>[src]

pub fn iom1irq(&self) -> IOM1IRQ_R[src]

Bits 0:6 - IOMSTR1 IRQ pad select.

impl R<u32, Reg<u32, _IOM2IRQ>>[src]

pub fn iom2irq(&self) -> IOM2IRQ_R[src]

Bits 0:6 - IOMSTR2 IRQ pad select.

impl R<u32, Reg<u32, _IOM3IRQ>>[src]

pub fn iom3irq(&self) -> IOM3IRQ_R[src]

Bits 0:6 - IOMSTR3 IRQ pad select.

impl R<u32, Reg<u32, _IOM4IRQ>>[src]

pub fn iom4irq(&self) -> IOM4IRQ_R[src]

Bits 0:6 - IOMSTR4 IRQ pad select.

impl R<u32, Reg<u32, _IOM5IRQ>>[src]

pub fn iom5irq(&self) -> IOM5IRQ_R[src]

Bits 0:6 - IOMSTR5 IRQ pad select.

impl R<u32, Reg<u32, _BLEIFIRQ>>[src]

pub fn bleifirq(&self) -> BLEIFIRQ_R[src]

Bits 0:6 - BLEIF IRQ pad select.

impl R<u32, Reg<u32, _GPIOOBS>>[src]

pub fn obs_data(&self) -> OBS_DATA_R[src]

Bits 0:15 - Sample of the data output on the GPIO observation port. May have sampling non-synchronization issues, as the data is not synchronized to the read operation. Intended for debug purposes only

impl R<bool, PAD3_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD3_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD2_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD2_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD1_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD1_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD0_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD0_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGA>>[src]

pub fn pad3_sr(&self) -> PAD3_SR_R[src]

Bit 28 - Pad 3 slew rate selection.

pub fn pad3_ds1(&self) -> PAD3_DS1_R[src]

Bit 24 - Pad 3 high order drive strength selection. Used in conjunction with PAD3STRNG field to set the pad drive strength.

pub fn pad2_sr(&self) -> PAD2_SR_R[src]

Bit 20 - Pad 3 slew rate selection.

pub fn pad2_ds1(&self) -> PAD2_DS1_R[src]

Bit 16 - Pad 2 high order drive strength selection. Used in conjunction with PAD2STRNG field to set the pad drive strength.

pub fn pad1_sr(&self) -> PAD1_SR_R[src]

Bit 12 - Pad 3 slew rate selection.

pub fn pad1_ds1(&self) -> PAD1_DS1_R[src]

Bit 8 - Pad 1 high order drive strength selection. Used in conjunction with PAD1STRNG field to set the pad drive strength.

pub fn pad0_sr(&self) -> PAD0_SR_R[src]

Bit 4 - Pad 3 slew rate selection.

pub fn pad0_ds1(&self) -> PAD0_DS1_R[src]

Bit 0 - Pad 0 high order drive strength selection. Used in conjunction with PAD0STRNG field to set the pad drive strength.

impl R<bool, PAD7_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD7_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD6_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD6_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD5_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD5_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD4_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD4_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGB>>[src]

pub fn pad7_sr(&self) -> PAD7_SR_R[src]

Bit 28 - Pad 7 slew rate selection.

pub fn pad7_ds1(&self) -> PAD7_DS1_R[src]

Bit 24 - Pad 7 high order drive strength selection. Used in conjunction with PAD7STRNG field to set the pad drive strength.

pub fn pad6_sr(&self) -> PAD6_SR_R[src]

Bit 20 - Pad 7 slew rate selection.

pub fn pad6_ds1(&self) -> PAD6_DS1_R[src]

Bit 16 - Pad 6 high order drive strength selection. Used in conjunction with PAD6STRNG field to set the pad drive strength.

pub fn pad5_sr(&self) -> PAD5_SR_R[src]

Bit 12 - Pad 7 slew rate selection.

pub fn pad5_ds1(&self) -> PAD5_DS1_R[src]

Bit 8 - Pad 5 high order drive strength selection. Used in conjunction with PAD5STRNG field to set the pad drive strength.

pub fn pad4_sr(&self) -> PAD4_SR_R[src]

Bit 4 - Pad 7 slew rate selection.

pub fn pad4_ds1(&self) -> PAD4_DS1_R[src]

Bit 0 - Pad 4 high order drive strength selection. Used in conjunction with PAD4STRNG field to set the pad drive strength.

impl R<bool, PAD11_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD11_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD10_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD10_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD9_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD9_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD8_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD8_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGC>>[src]

pub fn pad11_sr(&self) -> PAD11_SR_R[src]

Bit 28 - Pad 11 slew rate selection.

pub fn pad11_ds1(&self) -> PAD11_DS1_R[src]

Bit 24 - Pad 11 high order drive strength selection. Used in conjunction with PAD11STRNG field to set the pad drive strength.

pub fn pad10_sr(&self) -> PAD10_SR_R[src]

Bit 20 - Pad 11 slew rate selection.

pub fn pad10_ds1(&self) -> PAD10_DS1_R[src]

Bit 16 - Pad 10 high order drive strength selection. Used in conjunction with PAD10STRNG field to set the pad drive strength.

pub fn pad9_sr(&self) -> PAD9_SR_R[src]

Bit 12 - Pad 11 slew rate selection.

pub fn pad9_ds1(&self) -> PAD9_DS1_R[src]

Bit 8 - Pad 9 high order drive strength selection. Used in conjunction with PAD9STRNG field to set the pad drive strength.

pub fn pad8_sr(&self) -> PAD8_SR_R[src]

Bit 4 - Pad 11 slew rate selection.

pub fn pad8_ds1(&self) -> PAD8_DS1_R[src]

Bit 0 - Pad 8 high order drive strength selection. Used in conjunction with PAD8STRNG field to set the pad drive strength.

impl R<bool, PAD15_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD15_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD14_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD14_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD13_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD13_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD12_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD12_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGD>>[src]

pub fn pad15_sr(&self) -> PAD15_SR_R[src]

Bit 28 - Pad 15 slew rate selection.

pub fn pad15_ds1(&self) -> PAD15_DS1_R[src]

Bit 24 - Pad 15 high order drive strength selection. Used in conjunction with PAD15STRNG field to set the pad drive strength.

pub fn pad14_sr(&self) -> PAD14_SR_R[src]

Bit 20 - Pad 15 slew rate selection.

pub fn pad14_ds1(&self) -> PAD14_DS1_R[src]

Bit 16 - Pad 14 high order drive strength selection. Used in conjunction with PAD14STRNG field to set the pad drive strength.

pub fn pad13_sr(&self) -> PAD13_SR_R[src]

Bit 12 - Pad 15 slew rate selection.

pub fn pad13_ds1(&self) -> PAD13_DS1_R[src]

Bit 8 - Pad 13 high order drive strength selection. Used in conjunction with PAD13STRNG field to set the pad drive strength.

pub fn pad12_sr(&self) -> PAD12_SR_R[src]

Bit 4 - Pad 15 slew rate selection.

pub fn pad12_ds1(&self) -> PAD12_DS1_R[src]

Bit 0 - Pad 12 high order drive strength selection. Used in conjunction with PAD12STRNG field to set the pad drive strength.

impl R<bool, PAD19_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD19_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD18_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD18_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD17_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD17_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD16_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD16_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGE>>[src]

pub fn pad19_sr(&self) -> PAD19_SR_R[src]

Bit 28 - Pad 19 slew rate selection.

pub fn pad19_ds1(&self) -> PAD19_DS1_R[src]

Bit 24 - Pad 19 high order drive strength selection. Used in conjunction with PAD19STRNG field to set the pad drive strength.

pub fn pad18_sr(&self) -> PAD18_SR_R[src]

Bit 20 - Pad 19 slew rate selection.

pub fn pad18_ds1(&self) -> PAD18_DS1_R[src]

Bit 16 - Pad 18 high order drive strength selection. Used in conjunction with PAD18STRNG field to set the pad drive strength.

pub fn pad17_sr(&self) -> PAD17_SR_R[src]

Bit 12 - Pad 19 slew rate selection.

pub fn pad17_ds1(&self) -> PAD17_DS1_R[src]

Bit 8 - Pad 17 high order drive strength selection. Used in conjunction with PAD17STRNG field to set the pad drive strength.

pub fn pad16_sr(&self) -> PAD16_SR_R[src]

Bit 4 - Pad 19 slew rate selection.

pub fn pad16_ds1(&self) -> PAD16_DS1_R[src]

Bit 0 - Pad 16 high order drive strength selection. Used in conjunction with PAD16STRNG field to set the pad drive strength.

impl R<bool, PAD23_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD23_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD22_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD22_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD21_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD21_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD20_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD20_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGF>>[src]

pub fn pad23_sr(&self) -> PAD23_SR_R[src]

Bit 28 - Pad 23 slew rate selection.

pub fn pad23_ds1(&self) -> PAD23_DS1_R[src]

Bit 24 - Pad 23 high order drive strength selection. Used in conjunction with PAD23STRNG field to set the pad drive strength.

pub fn pad22_sr(&self) -> PAD22_SR_R[src]

Bit 20 - Pad 23 slew rate selection.

pub fn pad22_ds1(&self) -> PAD22_DS1_R[src]

Bit 16 - Pad 22 high order drive strength selection. Used in conjunction with PAD22STRNG field to set the pad drive strength.

pub fn pad21_sr(&self) -> PAD21_SR_R[src]

Bit 12 - Pad 23 slew rate selection.

pub fn pad21_ds1(&self) -> PAD21_DS1_R[src]

Bit 8 - Pad 21 high order drive strength selection. Used in conjunction with PAD21STRNG field to set the pad drive strength.

pub fn pad20_sr(&self) -> PAD20_SR_R[src]

Bit 4 - Pad 23 slew rate selection.

pub fn pad20_ds1(&self) -> PAD20_DS1_R[src]

Bit 0 - Pad 20 high order drive strength selection. Used in conjunction with PAD20STRNG field to set the pad drive strength.

impl R<bool, PAD27_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD27_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD26_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD26_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD25_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD25_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD24_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD24_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGG>>[src]

pub fn pad27_sr(&self) -> PAD27_SR_R[src]

Bit 28 - Pad 27 slew rate selection.

pub fn pad27_ds1(&self) -> PAD27_DS1_R[src]

Bit 24 - Pad 27 high order drive strength selection. Used in conjunction with PAD27STRNG field to set the pad drive strength.

pub fn pad26_sr(&self) -> PAD26_SR_R[src]

Bit 20 - Pad 27 slew rate selection.

pub fn pad26_ds1(&self) -> PAD26_DS1_R[src]

Bit 16 - Pad 26 high order drive strength selection. Used in conjunction with PAD26STRNG field to set the pad drive strength.

pub fn pad25_sr(&self) -> PAD25_SR_R[src]

Bit 12 - Pad 27 slew rate selection.

pub fn pad25_ds1(&self) -> PAD25_DS1_R[src]

Bit 8 - Pad 25 high order drive strength selection. Used in conjunction with PAD25STRNG field to set the pad drive strength.

pub fn pad24_sr(&self) -> PAD24_SR_R[src]

Bit 4 - Pad 27 slew rate selection.

pub fn pad24_ds1(&self) -> PAD24_DS1_R[src]

Bit 0 - Pad 24 high order drive strength selection. Used in conjunction with PAD24STRNG field to set the pad drive strength.

impl R<bool, PAD31_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD31_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD30_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD30_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD29_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD29_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD28_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD28_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGH>>[src]

pub fn pad31_sr(&self) -> PAD31_SR_R[src]

Bit 28 - Pad 31 slew rate selection.

pub fn pad31_ds1(&self) -> PAD31_DS1_R[src]

Bit 24 - Pad 31 high order drive strength selection. Used in conjunction with PAD31STRNG field to set the pad drive strength.

pub fn pad30_sr(&self) -> PAD30_SR_R[src]

Bit 20 - Pad 31 slew rate selection.

pub fn pad30_ds1(&self) -> PAD30_DS1_R[src]

Bit 16 - Pad 30 high order drive strength selection. Used in conjunction with PAD30STRNG field to set the pad drive strength.

pub fn pad29_sr(&self) -> PAD29_SR_R[src]

Bit 12 - Pad 31 slew rate selection.

pub fn pad29_ds1(&self) -> PAD29_DS1_R[src]

Bit 8 - Pad 29 high order drive strength selection. Used in conjunction with PAD29STRNG field to set the pad drive strength.

pub fn pad28_sr(&self) -> PAD28_SR_R[src]

Bit 4 - Pad 31 slew rate selection.

pub fn pad28_ds1(&self) -> PAD28_DS1_R[src]

Bit 0 - Pad 28 high order drive strength selection. Used in conjunction with PAD28STRNG field to set the pad drive strength.

impl R<bool, PAD35_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD35_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD34_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD34_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD33_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD33_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD32_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD32_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGI>>[src]

pub fn pad35_sr(&self) -> PAD35_SR_R[src]

Bit 28 - Pad 35 slew rate selection.

pub fn pad35_ds1(&self) -> PAD35_DS1_R[src]

Bit 24 - Pad 35 high order drive strength selection. Used in conjunction with PAD35STRNG field to set the pad drive strength.

pub fn pad34_sr(&self) -> PAD34_SR_R[src]

Bit 20 - Pad 35 slew rate selection.

pub fn pad34_ds1(&self) -> PAD34_DS1_R[src]

Bit 16 - Pad 34 high order drive strength selection. Used in conjunction with PAD34STRNG field to set the pad drive strength.

pub fn pad33_sr(&self) -> PAD33_SR_R[src]

Bit 12 - Pad 35 slew rate selection.

pub fn pad33_ds1(&self) -> PAD33_DS1_R[src]

Bit 8 - Pad 33 high order drive strength selection. Used in conjunction with PAD33STRNG field to set the pad drive strength.

pub fn pad32_sr(&self) -> PAD32_SR_R[src]

Bit 4 - Pad 35 slew rate selection.

pub fn pad32_ds1(&self) -> PAD32_DS1_R[src]

Bit 0 - Pad 32 high order drive strength selection. Used in conjunction with PAD32STRNG field to set the pad drive strength.

impl R<bool, PAD39_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD39_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD38_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD38_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD37_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD37_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD36_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD36_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGJ>>[src]

pub fn pad39_sr(&self) -> PAD39_SR_R[src]

Bit 28 - Pad 39 slew rate selection.

pub fn pad39_ds1(&self) -> PAD39_DS1_R[src]

Bit 24 - Pad 39 high order drive strength selection. Used in conjunction with PAD39STRNG field to set the pad drive strength.

pub fn pad38_sr(&self) -> PAD38_SR_R[src]

Bit 20 - Pad 39 slew rate selection.

pub fn pad38_ds1(&self) -> PAD38_DS1_R[src]

Bit 16 - Pad 38 high order drive strength selection. Used in conjunction with PAD38STRNG field to set the pad drive strength.

pub fn pad37_sr(&self) -> PAD37_SR_R[src]

Bit 12 - Pad 39 slew rate selection.

pub fn pad37_ds1(&self) -> PAD37_DS1_R[src]

Bit 8 - Pad 37 high order drive strength selection. Used in conjunction with PAD37STRNG field to set the pad drive strength.

pub fn pad36_sr(&self) -> PAD36_SR_R[src]

Bit 4 - Pad 39 slew rate selection.

pub fn pad36_ds1(&self) -> PAD36_DS1_R[src]

Bit 0 - Pad 36 high order drive strength selection. Used in conjunction with PAD36STRNG field to set the pad drive strength.

impl R<bool, PAD43_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD43_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD42_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD42_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD41_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD41_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD40_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD40_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGK>>[src]

pub fn pad43_sr(&self) -> PAD43_SR_R[src]

Bit 28 - Pad 43 slew rate selection.

pub fn pad43_ds1(&self) -> PAD43_DS1_R[src]

Bit 24 - Pad 43 high order drive strength selection. Used in conjunction with PAD43STRNG field to set the pad drive strength.

pub fn pad42_sr(&self) -> PAD42_SR_R[src]

Bit 20 - Pad 43 slew rate selection.

pub fn pad42_ds1(&self) -> PAD42_DS1_R[src]

Bit 16 - Pad 42 high order drive strength selection. Used in conjunction with PAD42STRNG field to set the pad drive strength.

pub fn pad41_sr(&self) -> PAD41_SR_R[src]

Bit 12 - Pad 43 slew rate selection.

pub fn pad41_ds1(&self) -> PAD41_DS1_R[src]

Bit 8 - Pad 41 high order drive strength selection. Used in conjunction with PAD41STRNG field to set the pad drive strength.

pub fn pad40_sr(&self) -> PAD40_SR_R[src]

Bit 4 - Pad 43 slew rate selection.

pub fn pad40_ds1(&self) -> PAD40_DS1_R[src]

Bit 0 - Pad 40 high order drive strength selection. Used in conjunction with PAD40STRNG field to set the pad drive strength.

impl R<bool, PAD47_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD47_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD46_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD46_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD45_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD45_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD44_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD44_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGL>>[src]

pub fn pad47_sr(&self) -> PAD47_SR_R[src]

Bit 28 - Pad 47 slew rate selection.

pub fn pad47_ds1(&self) -> PAD47_DS1_R[src]

Bit 24 - Pad 47 high order drive strength selection. Used in conjunction with PAD47STRNG field to set the pad drive strength.

pub fn pad46_sr(&self) -> PAD46_SR_R[src]

Bit 20 - Pad 47 slew rate selection.

pub fn pad46_ds1(&self) -> PAD46_DS1_R[src]

Bit 16 - Pad 46 high order drive strength selection. Used in conjunction with PAD46STRNG field to set the pad drive strength.

pub fn pad45_sr(&self) -> PAD45_SR_R[src]

Bit 12 - Pad 47 slew rate selection.

pub fn pad45_ds1(&self) -> PAD45_DS1_R[src]

Bit 8 - Pad 45 high order drive strength selection. Used in conjunction with PAD45STRNG field to set the pad drive strength.

pub fn pad44_sr(&self) -> PAD44_SR_R[src]

Bit 4 - Pad 47 slew rate selection.

pub fn pad44_ds1(&self) -> PAD44_DS1_R[src]

Bit 0 - Pad 44 high order drive strength selection. Used in conjunction with PAD44STRNG field to set the pad drive strength.

impl R<bool, PAD51_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD51_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD50_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD50_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD49_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD49_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD48_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD48_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGM>>[src]

pub fn pad51_sr(&self) -> PAD51_SR_R[src]

Bit 28 - Pad 51 slew rate selection.

pub fn pad51_ds1(&self) -> PAD51_DS1_R[src]

Bit 24 - Pad 51 high order drive strength selection. Used in conjunction with PAD51STRNG field to set the pad drive strength.

pub fn pad50_sr(&self) -> PAD50_SR_R[src]

Bit 20 - Pad 51 slew rate selection.

pub fn pad50_ds1(&self) -> PAD50_DS1_R[src]

Bit 16 - Pad 50 high order drive strength selection. Used in conjunction with PAD50STRNG field to set the pad drive strength.

pub fn pad49_sr(&self) -> PAD49_SR_R[src]

Bit 12 - Pad 51 slew rate selection.

pub fn pad49_ds1(&self) -> PAD49_DS1_R[src]

Bit 8 - Pad 49 high order drive strength selection. Used in conjunction with PAD49STRNG field to set the pad drive strength.

pub fn pad48_sr(&self) -> PAD48_SR_R[src]

Bit 4 - Pad 51 slew rate selection.

pub fn pad48_ds1(&self) -> PAD48_DS1_R[src]

Bit 0 - Pad 48 high order drive strength selection. Used in conjunction with PAD48STRNG field to set the pad drive strength.

impl R<bool, PAD55_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD55_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD54_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD54_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD53_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD53_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD52_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD52_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGN>>[src]

pub fn pad55_sr(&self) -> PAD55_SR_R[src]

Bit 28 - Pad 55 slew rate selection.

pub fn pad55_ds1(&self) -> PAD55_DS1_R[src]

Bit 24 - Pad 55 high order drive strength selection. Used in conjunction with PAD55STRNG field to set the pad drive strength.

pub fn pad54_sr(&self) -> PAD54_SR_R[src]

Bit 20 - Pad 55 slew rate selection.

pub fn pad54_ds1(&self) -> PAD54_DS1_R[src]

Bit 16 - Pad 54 high order drive strength selection. Used in conjunction with PAD54STRNG field to set the pad drive strength.

pub fn pad53_sr(&self) -> PAD53_SR_R[src]

Bit 12 - Pad 55 slew rate selection.

pub fn pad53_ds1(&self) -> PAD53_DS1_R[src]

Bit 8 - Pad 53 high order drive strength selection. Used in conjunction with PAD53STRNG field to set the pad drive strength.

pub fn pad52_sr(&self) -> PAD52_SR_R[src]

Bit 4 - Pad 55 slew rate selection.

pub fn pad52_ds1(&self) -> PAD52_DS1_R[src]

Bit 0 - Pad 52 high order drive strength selection. Used in conjunction with PAD52STRNG field to set the pad drive strength.

impl R<bool, PAD59_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD59_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD58_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD58_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD57_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD57_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD56_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD56_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGO>>[src]

pub fn pad59_sr(&self) -> PAD59_SR_R[src]

Bit 28 - Pad 59 slew rate selection.

pub fn pad59_ds1(&self) -> PAD59_DS1_R[src]

Bit 24 - Pad 59 high order drive strength selection. Used in conjunction with PAD59STRNG field to set the pad drive strength.

pub fn pad58_sr(&self) -> PAD58_SR_R[src]

Bit 20 - Pad 59 slew rate selection.

pub fn pad58_ds1(&self) -> PAD58_DS1_R[src]

Bit 16 - Pad 58 high order drive strength selection. Used in conjunction with PAD58STRNG field to set the pad drive strength.

pub fn pad57_sr(&self) -> PAD57_SR_R[src]

Bit 12 - Pad 59 slew rate selection.

pub fn pad57_ds1(&self) -> PAD57_DS1_R[src]

Bit 8 - Pad 57 high order drive strength selection. Used in conjunction with PAD57STRNG field to set the pad drive strength.

pub fn pad56_sr(&self) -> PAD56_SR_R[src]

Bit 4 - Pad 59 slew rate selection.

pub fn pad56_ds1(&self) -> PAD56_DS1_R[src]

Bit 0 - Pad 56 high order drive strength selection. Used in conjunction with PAD56STRNG field to set the pad drive strength.

impl R<bool, PAD63_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD63_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD62_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD62_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD61_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD61_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD60_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD60_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGP>>[src]

pub fn pad63_sr(&self) -> PAD63_SR_R[src]

Bit 28 - Pad 63 slew rate selection.

pub fn pad63_ds1(&self) -> PAD63_DS1_R[src]

Bit 24 - Pad 63 high order drive strength selection. Used in conjunction with PAD63STRNG field to set the pad drive strength.

pub fn pad62_sr(&self) -> PAD62_SR_R[src]

Bit 20 - Pad 63 slew rate selection.

pub fn pad62_ds1(&self) -> PAD62_DS1_R[src]

Bit 16 - Pad 62 high order drive strength selection. Used in conjunction with PAD62STRNG field to set the pad drive strength.

pub fn pad61_sr(&self) -> PAD61_SR_R[src]

Bit 12 - Pad 63 slew rate selection.

pub fn pad61_ds1(&self) -> PAD61_DS1_R[src]

Bit 8 - Pad 61 high order drive strength selection. Used in conjunction with PAD61STRNG field to set the pad drive strength.

pub fn pad60_sr(&self) -> PAD60_SR_R[src]

Bit 4 - Pad 63 slew rate selection.

pub fn pad60_ds1(&self) -> PAD60_DS1_R[src]

Bit 0 - Pad 60 high order drive strength selection. Used in conjunction with PAD60STRNG field to set the pad drive strength.

impl R<bool, PAD67_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD67_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD66_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD66_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD65_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD65_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD64_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD64_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGQ>>[src]

pub fn pad67_sr(&self) -> PAD67_SR_R[src]

Bit 28 - Pad 67 slew rate selection.

pub fn pad67_ds1(&self) -> PAD67_DS1_R[src]

Bit 24 - Pad 67 high order drive strength selection. Used in conjunction with PAD67STRNG field to set the pad drive strength.

pub fn pad66_sr(&self) -> PAD66_SR_R[src]

Bit 20 - Pad 67 slew rate selection.

pub fn pad66_ds1(&self) -> PAD66_DS1_R[src]

Bit 16 - Pad 66 high order drive strength selection. Used in conjunction with PAD66STRNG field to set the pad drive strength.

pub fn pad65_sr(&self) -> PAD65_SR_R[src]

Bit 12 - Pad 67 slew rate selection.

pub fn pad65_ds1(&self) -> PAD65_DS1_R[src]

Bit 8 - Pad 65 high order drive strength selection. Used in conjunction with PAD65STRNG field to set the pad drive strength.

pub fn pad64_sr(&self) -> PAD64_SR_R[src]

Bit 4 - Pad 67 slew rate selection.

pub fn pad64_ds1(&self) -> PAD64_DS1_R[src]

Bit 0 - Pad 64 high order drive strength selection. Used in conjunction with PAD64STRNG field to set the pad drive strength.

impl R<bool, PAD71_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD71_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD70_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD70_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD69_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD69_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD68_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD68_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGR>>[src]

pub fn pad71_sr(&self) -> PAD71_SR_R[src]

Bit 28 - Pad 71 slew rate selection.

pub fn pad71_ds1(&self) -> PAD71_DS1_R[src]

Bit 24 - Pad 71 high order drive strength selection. Used in conjunction with PAD71STRNG field to set the pad drive strength.

pub fn pad70_sr(&self) -> PAD70_SR_R[src]

Bit 20 - Pad 71 slew rate selection.

pub fn pad70_ds1(&self) -> PAD70_DS1_R[src]

Bit 16 - Pad 70 high order drive strength selection. Used in conjunction with PAD70STRNG field to set the pad drive strength.

pub fn pad69_sr(&self) -> PAD69_SR_R[src]

Bit 12 - Pad 71 slew rate selection.

pub fn pad69_ds1(&self) -> PAD69_DS1_R[src]

Bit 8 - Pad 69 high order drive strength selection. Used in conjunction with PAD69STRNG field to set the pad drive strength.

pub fn pad68_sr(&self) -> PAD68_SR_R[src]

Bit 4 - Pad 71 slew rate selection.

pub fn pad68_ds1(&self) -> PAD68_DS1_R[src]

Bit 0 - Pad 68 high order drive strength selection. Used in conjunction with PAD68STRNG field to set the pad drive strength.

impl R<bool, PAD73_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD73_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<bool, PAD72_SR_A>[src]

pub fn variant(&self) -> Variant<bool, PAD72_SR_A>[src]

Get enumerated values variant

pub fn is_sr_en(&self) -> bool[src]

Checks if the value of the field is SR_EN

impl R<u32, Reg<u32, _ALTPADCFGS>>[src]

pub fn pad73_sr(&self) -> PAD73_SR_R[src]

Bit 12 - Pad 73 slew rate selection.

pub fn pad73_ds1(&self) -> PAD73_DS1_R[src]

Bit 8 - Pad 73 high order drive strength selection. Used in conjunction with PAD73STRNG field to set the pad drive strength.

pub fn pad72_sr(&self) -> PAD72_SR_R[src]

Bit 4 - Pad 72 slew rate selection.

pub fn pad72_ds1(&self) -> PAD72_DS1_R[src]

Bit 0 - Pad 72 high order drive strength selection. Used in conjunction with PAD72STRNG field to set the pad drive strength.

impl R<u32, Reg<u32, _SCDET>>[src]

pub fn scdet(&self) -> SCDET_R[src]

Bits 0:6 - SCARD card detect pad select.

impl R<bool, EN31_A>[src]

pub fn variant(&self) -> EN31_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN30_A>[src]

pub fn variant(&self) -> EN30_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN29_A>[src]

pub fn variant(&self) -> EN29_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN28_A>[src]

pub fn variant(&self) -> EN28_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN27_A>[src]

pub fn variant(&self) -> EN27_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN26_A>[src]

pub fn variant(&self) -> EN26_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN25_A>[src]

pub fn variant(&self) -> EN25_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN24_A>[src]

pub fn variant(&self) -> EN24_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN23_A>[src]

pub fn variant(&self) -> EN23_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN22_A>[src]

pub fn variant(&self) -> EN22_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN21_A>[src]

pub fn variant(&self) -> EN21_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN20_A>[src]

pub fn variant(&self) -> EN20_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN19_A>[src]

pub fn variant(&self) -> EN19_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN18_A>[src]

pub fn variant(&self) -> EN18_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN17_A>[src]

pub fn variant(&self) -> EN17_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN16_A>[src]

pub fn variant(&self) -> EN16_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN15_A>[src]

pub fn variant(&self) -> EN15_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN14_A>[src]

pub fn variant(&self) -> EN14_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN13_A>[src]

pub fn variant(&self) -> EN13_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN12_A>[src]

pub fn variant(&self) -> EN12_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN11_A>[src]

pub fn variant(&self) -> EN11_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN10_A>[src]

pub fn variant(&self) -> EN10_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN9_A>[src]

pub fn variant(&self) -> Variant<bool, EN9_A>[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, EN8_A>[src]

pub fn variant(&self) -> EN8_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN7_A>[src]

pub fn variant(&self) -> EN7_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN6_A>[src]

pub fn variant(&self) -> EN6_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN5_A>[src]

pub fn variant(&self) -> EN5_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN4_A>[src]

pub fn variant(&self) -> EN4_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN3_A>[src]

pub fn variant(&self) -> EN3_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN2_A>[src]

pub fn variant(&self) -> EN2_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN1_A>[src]

pub fn variant(&self) -> EN1_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, EN0_A>[src]

pub fn variant(&self) -> EN0_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CTENCFG>>[src]

pub fn en31(&self) -> EN31_R[src]

Bit 31 - CT31 Enable

pub fn en30(&self) -> EN30_R[src]

Bit 30 - CT30 Enable

pub fn en29(&self) -> EN29_R[src]

Bit 29 - CT29 Enable

pub fn en28(&self) -> EN28_R[src]

Bit 28 - CT28 Enable

pub fn en27(&self) -> EN27_R[src]

Bit 27 - CT27 Enable

pub fn en26(&self) -> EN26_R[src]

Bit 26 - CT26 Enable

pub fn en25(&self) -> EN25_R[src]

Bit 25 - CT25 Enable

pub fn en24(&self) -> EN24_R[src]

Bit 24 - CT24 Enable

pub fn en23(&self) -> EN23_R[src]

Bit 23 - CT23 Enable

pub fn en22(&self) -> EN22_R[src]

Bit 22 - CT22 Enable

pub fn en21(&self) -> EN21_R[src]

Bit 21 - CT21 Enable

pub fn en20(&self) -> EN20_R[src]

Bit 20 - CT20 Enable

pub fn en19(&self) -> EN19_R[src]

Bit 19 - CT19 Enable

pub fn en18(&self) -> EN18_R[src]

Bit 18 - CT18 Enable

pub fn en17(&self) -> EN17_R[src]

Bit 17 - CT17 Enable

pub fn en16(&self) -> EN16_R[src]

Bit 16 - CT16 Enable

pub fn en15(&self) -> EN15_R[src]

Bit 15 - CT15 Enable

pub fn en14(&self) -> EN14_R[src]

Bit 14 - CT14 Enable

pub fn en13(&self) -> EN13_R[src]

Bit 13 - CT13 Enable

pub fn en12(&self) -> EN12_R[src]

Bit 12 - CT12 Enable

pub fn en11(&self) -> EN11_R[src]

Bit 11 - CT11 Enable

pub fn en10(&self) -> EN10_R[src]

Bit 10 - CT10 Enable

pub fn en9(&self) -> EN9_R[src]

Bit 9 - CT9 Enable

pub fn en8(&self) -> EN8_R[src]

Bit 8 - CT8 Enable

pub fn en7(&self) -> EN7_R[src]

Bit 7 - CT7 Enable

pub fn en6(&self) -> EN6_R[src]

Bit 6 - CT6 Enable

pub fn en5(&self) -> EN5_R[src]

Bit 5 - CT5 Enable

pub fn en4(&self) -> EN4_R[src]

Bit 4 - CT4 Enable

pub fn en3(&self) -> EN3_R[src]

Bit 3 - CT3 Enable

pub fn en2(&self) -> EN2_R[src]

Bit 2 - CT2 Enable

pub fn en1(&self) -> EN1_R[src]

Bit 1 - CT1 Enable

pub fn en0(&self) -> EN0_R[src]

Bit 0 - CT0 Enable

impl R<u32, Reg<u32, _INT0EN>>[src]

pub fn gpio31(&self) -> GPIO31_R[src]

Bit 31 - GPIO31 interrupt.

pub fn gpio30(&self) -> GPIO30_R[src]

Bit 30 - GPIO30 interrupt.

pub fn gpio29(&self) -> GPIO29_R[src]

Bit 29 - GPIO29 interrupt.

pub fn gpio28(&self) -> GPIO28_R[src]

Bit 28 - GPIO28 interrupt.

pub fn gpio27(&self) -> GPIO27_R[src]

Bit 27 - GPIO27 interrupt.

pub fn gpio26(&self) -> GPIO26_R[src]

Bit 26 - GPIO26 interrupt.

pub fn gpio25(&self) -> GPIO25_R[src]

Bit 25 - GPIO25 interrupt.

pub fn gpio24(&self) -> GPIO24_R[src]

Bit 24 - GPIO24 interrupt.

pub fn gpio23(&self) -> GPIO23_R[src]

Bit 23 - GPIO23 interrupt.

pub fn gpio22(&self) -> GPIO22_R[src]

Bit 22 - GPIO22 interrupt.

pub fn gpio21(&self) -> GPIO21_R[src]

Bit 21 - GPIO21 interrupt.

pub fn gpio20(&self) -> GPIO20_R[src]

Bit 20 - GPIO20 interrupt.

pub fn gpio19(&self) -> GPIO19_R[src]

Bit 19 - GPIO19 interrupt.

pub fn gpio18(&self) -> GPIO18_R[src]

Bit 18 - GPIO18interrupt.

pub fn gpio17(&self) -> GPIO17_R[src]

Bit 17 - GPIO17 interrupt.

pub fn gpio16(&self) -> GPIO16_R[src]

Bit 16 - GPIO16 interrupt.

pub fn gpio15(&self) -> GPIO15_R[src]

Bit 15 - GPIO15 interrupt.

pub fn gpio14(&self) -> GPIO14_R[src]

Bit 14 - GPIO14 interrupt.

pub fn gpio13(&self) -> GPIO13_R[src]

Bit 13 - GPIO13 interrupt.

pub fn gpio12(&self) -> GPIO12_R[src]

Bit 12 - GPIO12 interrupt.

pub fn gpio11(&self) -> GPIO11_R[src]

Bit 11 - GPIO11 interrupt.

pub fn gpio10(&self) -> GPIO10_R[src]

Bit 10 - GPIO10 interrupt.

pub fn gpio9(&self) -> GPIO9_R[src]

Bit 9 - GPIO9 interrupt.

pub fn gpio8(&self) -> GPIO8_R[src]

Bit 8 - GPIO8 interrupt.

pub fn gpio7(&self) -> GPIO7_R[src]

Bit 7 - GPIO7 interrupt.

pub fn gpio6(&self) -> GPIO6_R[src]

Bit 6 - GPIO6 interrupt.

pub fn gpio5(&self) -> GPIO5_R[src]

Bit 5 - GPIO5 interrupt.

pub fn gpio4(&self) -> GPIO4_R[src]

Bit 4 - GPIO4 interrupt.

pub fn gpio3(&self) -> GPIO3_R[src]

Bit 3 - GPIO3 interrupt.

pub fn gpio2(&self) -> GPIO2_R[src]

Bit 2 - GPIO2 interrupt.

pub fn gpio1(&self) -> GPIO1_R[src]

Bit 1 - GPIO1 interrupt.

pub fn gpio0(&self) -> GPIO0_R[src]

Bit 0 - GPIO0 interrupt.

impl R<u32, Reg<u32, _INT0STAT>>[src]

pub fn gpio31(&self) -> GPIO31_R[src]

Bit 31 - GPIO31 interrupt.

pub fn gpio30(&self) -> GPIO30_R[src]

Bit 30 - GPIO30 interrupt.

pub fn gpio29(&self) -> GPIO29_R[src]

Bit 29 - GPIO29 interrupt.

pub fn gpio28(&self) -> GPIO28_R[src]

Bit 28 - GPIO28 interrupt.

pub fn gpio27(&self) -> GPIO27_R[src]

Bit 27 - GPIO27 interrupt.

pub fn gpio26(&self) -> GPIO26_R[src]

Bit 26 - GPIO26 interrupt.

pub fn gpio25(&self) -> GPIO25_R[src]

Bit 25 - GPIO25 interrupt.

pub fn gpio24(&self) -> GPIO24_R[src]

Bit 24 - GPIO24 interrupt.

pub fn gpio23(&self) -> GPIO23_R[src]

Bit 23 - GPIO23 interrupt.

pub fn gpio22(&self) -> GPIO22_R[src]

Bit 22 - GPIO22 interrupt.

pub fn gpio21(&self) -> GPIO21_R[src]

Bit 21 - GPIO21 interrupt.

pub fn gpio20(&self) -> GPIO20_R[src]

Bit 20 - GPIO20 interrupt.

pub fn gpio19(&self) -> GPIO19_R[src]

Bit 19 - GPIO19 interrupt.

pub fn gpio18(&self) -> GPIO18_R[src]

Bit 18 - GPIO18interrupt.

pub fn gpio17(&self) -> GPIO17_R[src]

Bit 17 - GPIO17 interrupt.

pub fn gpio16(&self) -> GPIO16_R[src]

Bit 16 - GPIO16 interrupt.

pub fn gpio15(&self) -> GPIO15_R[src]

Bit 15 - GPIO15 interrupt.

pub fn gpio14(&self) -> GPIO14_R[src]

Bit 14 - GPIO14 interrupt.

pub fn gpio13(&self) -> GPIO13_R[src]

Bit 13 - GPIO13 interrupt.

pub fn gpio12(&self) -> GPIO12_R[src]

Bit 12 - GPIO12 interrupt.

pub fn gpio11(&self) -> GPIO11_R[src]

Bit 11 - GPIO11 interrupt.

pub fn gpio10(&self) -> GPIO10_R[src]

Bit 10 - GPIO10 interrupt.

pub fn gpio9(&self) -> GPIO9_R[src]

Bit 9 - GPIO9 interrupt.

pub fn gpio8(&self) -> GPIO8_R[src]

Bit 8 - GPIO8 interrupt.

pub fn gpio7(&self) -> GPIO7_R[src]

Bit 7 - GPIO7 interrupt.

pub fn gpio6(&self) -> GPIO6_R[src]

Bit 6 - GPIO6 interrupt.

pub fn gpio5(&self) -> GPIO5_R[src]

Bit 5 - GPIO5 interrupt.

pub fn gpio4(&self) -> GPIO4_R[src]

Bit 4 - GPIO4 interrupt.

pub fn gpio3(&self) -> GPIO3_R[src]

Bit 3 - GPIO3 interrupt.

pub fn gpio2(&self) -> GPIO2_R[src]

Bit 2 - GPIO2 interrupt.

pub fn gpio1(&self) -> GPIO1_R[src]

Bit 1 - GPIO1 interrupt.

pub fn gpio0(&self) -> GPIO0_R[src]

Bit 0 - GPIO0 interrupt.

impl R<u32, Reg<u32, _INT0CLR>>[src]

pub fn gpio31(&self) -> GPIO31_R[src]

Bit 31 - GPIO31 interrupt.

pub fn gpio30(&self) -> GPIO30_R[src]

Bit 30 - GPIO30 interrupt.

pub fn gpio29(&self) -> GPIO29_R[src]

Bit 29 - GPIO29 interrupt.

pub fn gpio28(&self) -> GPIO28_R[src]

Bit 28 - GPIO28 interrupt.

pub fn gpio27(&self) -> GPIO27_R[src]

Bit 27 - GPIO27 interrupt.

pub fn gpio26(&self) -> GPIO26_R[src]

Bit 26 - GPIO26 interrupt.

pub fn gpio25(&self) -> GPIO25_R[src]

Bit 25 - GPIO25 interrupt.

pub fn gpio24(&self) -> GPIO24_R[src]

Bit 24 - GPIO24 interrupt.

pub fn gpio23(&self) -> GPIO23_R[src]

Bit 23 - GPIO23 interrupt.

pub fn gpio22(&self) -> GPIO22_R[src]

Bit 22 - GPIO22 interrupt.

pub fn gpio21(&self) -> GPIO21_R[src]

Bit 21 - GPIO21 interrupt.

pub fn gpio20(&self) -> GPIO20_R[src]

Bit 20 - GPIO20 interrupt.

pub fn gpio19(&self) -> GPIO19_R[src]

Bit 19 - GPIO19 interrupt.

pub fn gpio18(&self) -> GPIO18_R[src]

Bit 18 - GPIO18interrupt.

pub fn gpio17(&self) -> GPIO17_R[src]

Bit 17 - GPIO17 interrupt.

pub fn gpio16(&self) -> GPIO16_R[src]

Bit 16 - GPIO16 interrupt.

pub fn gpio15(&self) -> GPIO15_R[src]

Bit 15 - GPIO15 interrupt.

pub fn gpio14(&self) -> GPIO14_R[src]

Bit 14 - GPIO14 interrupt.

pub fn gpio13(&self) -> GPIO13_R[src]

Bit 13 - GPIO13 interrupt.

pub fn gpio12(&self) -> GPIO12_R[src]

Bit 12 - GPIO12 interrupt.

pub fn gpio11(&self) -> GPIO11_R[src]

Bit 11 - GPIO11 interrupt.

pub fn gpio10(&self) -> GPIO10_R[src]

Bit 10 - GPIO10 interrupt.

pub fn gpio9(&self) -> GPIO9_R[src]

Bit 9 - GPIO9 interrupt.

pub fn gpio8(&self) -> GPIO8_R[src]

Bit 8 - GPIO8 interrupt.

pub fn gpio7(&self) -> GPIO7_R[src]

Bit 7 - GPIO7 interrupt.

pub fn gpio6(&self) -> GPIO6_R[src]

Bit 6 - GPIO6 interrupt.

pub fn gpio5(&self) -> GPIO5_R[src]

Bit 5 - GPIO5 interrupt.

pub fn gpio4(&self) -> GPIO4_R[src]

Bit 4 - GPIO4 interrupt.

pub fn gpio3(&self) -> GPIO3_R[src]

Bit 3 - GPIO3 interrupt.

pub fn gpio2(&self) -> GPIO2_R[src]

Bit 2 - GPIO2 interrupt.

pub fn gpio1(&self) -> GPIO1_R[src]

Bit 1 - GPIO1 interrupt.

pub fn gpio0(&self) -> GPIO0_R[src]

Bit 0 - GPIO0 interrupt.

impl R<u32, Reg<u32, _INT0SET>>[src]

pub fn gpio31(&self) -> GPIO31_R[src]

Bit 31 - GPIO31 interrupt.

pub fn gpio30(&self) -> GPIO30_R[src]

Bit 30 - GPIO30 interrupt.

pub fn gpio29(&self) -> GPIO29_R[src]

Bit 29 - GPIO29 interrupt.

pub fn gpio28(&self) -> GPIO28_R[src]

Bit 28 - GPIO28 interrupt.

pub fn gpio27(&self) -> GPIO27_R[src]

Bit 27 - GPIO27 interrupt.

pub fn gpio26(&self) -> GPIO26_R[src]

Bit 26 - GPIO26 interrupt.

pub fn gpio25(&self) -> GPIO25_R[src]

Bit 25 - GPIO25 interrupt.

pub fn gpio24(&self) -> GPIO24_R[src]

Bit 24 - GPIO24 interrupt.

pub fn gpio23(&self) -> GPIO23_R[src]

Bit 23 - GPIO23 interrupt.

pub fn gpio22(&self) -> GPIO22_R[src]

Bit 22 - GPIO22 interrupt.

pub fn gpio21(&self) -> GPIO21_R[src]

Bit 21 - GPIO21 interrupt.

pub fn gpio20(&self) -> GPIO20_R[src]

Bit 20 - GPIO20 interrupt.

pub fn gpio19(&self) -> GPIO19_R[src]

Bit 19 - GPIO19 interrupt.

pub fn gpio18(&self) -> GPIO18_R[src]

Bit 18 - GPIO18interrupt.

pub fn gpio17(&self) -> GPIO17_R[src]

Bit 17 - GPIO17 interrupt.

pub fn gpio16(&self) -> GPIO16_R[src]

Bit 16 - GPIO16 interrupt.

pub fn gpio15(&self) -> GPIO15_R[src]

Bit 15 - GPIO15 interrupt.

pub fn gpio14(&self) -> GPIO14_R[src]

Bit 14 - GPIO14 interrupt.

pub fn gpio13(&self) -> GPIO13_R[src]

Bit 13 - GPIO13 interrupt.

pub fn gpio12(&self) -> GPIO12_R[src]

Bit 12 - GPIO12 interrupt.

pub fn gpio11(&self) -> GPIO11_R[src]

Bit 11 - GPIO11 interrupt.

pub fn gpio10(&self) -> GPIO10_R[src]

Bit 10 - GPIO10 interrupt.

pub fn gpio9(&self) -> GPIO9_R[src]

Bit 9 - GPIO9 interrupt.

pub fn gpio8(&self) -> GPIO8_R[src]

Bit 8 - GPIO8 interrupt.

pub fn gpio7(&self) -> GPIO7_R[src]

Bit 7 - GPIO7 interrupt.

pub fn gpio6(&self) -> GPIO6_R[src]

Bit 6 - GPIO6 interrupt.

pub fn gpio5(&self) -> GPIO5_R[src]

Bit 5 - GPIO5 interrupt.

pub fn gpio4(&self) -> GPIO4_R[src]

Bit 4 - GPIO4 interrupt.

pub fn gpio3(&self) -> GPIO3_R[src]

Bit 3 - GPIO3 interrupt.

pub fn gpio2(&self) -> GPIO2_R[src]

Bit 2 - GPIO2 interrupt.

pub fn gpio1(&self) -> GPIO1_R[src]

Bit 1 - GPIO1 interrupt.

pub fn gpio0(&self) -> GPIO0_R[src]

Bit 0 - GPIO0 interrupt.

impl R<u32, Reg<u32, _INT1EN>>[src]

pub fn gpio63(&self) -> GPIO63_R[src]

Bit 31 - GPIO63 interrupt.

pub fn gpio62(&self) -> GPIO62_R[src]

Bit 30 - GPIO62 interrupt.

pub fn gpio61(&self) -> GPIO61_R[src]

Bit 29 - GPIO61 interrupt.

pub fn gpio60(&self) -> GPIO60_R[src]

Bit 28 - GPIO60 interrupt.

pub fn gpio59(&self) -> GPIO59_R[src]

Bit 27 - GPIO59 interrupt.

pub fn gpio58(&self) -> GPIO58_R[src]

Bit 26 - GPIO58 interrupt.

pub fn gpio57(&self) -> GPIO57_R[src]

Bit 25 - GPIO57 interrupt.

pub fn gpio56(&self) -> GPIO56_R[src]

Bit 24 - GPIO56 interrupt.

pub fn gpio55(&self) -> GPIO55_R[src]

Bit 23 - GPIO55 interrupt.

pub fn gpio54(&self) -> GPIO54_R[src]

Bit 22 - GPIO54 interrupt.

pub fn gpio53(&self) -> GPIO53_R[src]

Bit 21 - GPIO53 interrupt.

pub fn gpio52(&self) -> GPIO52_R[src]

Bit 20 - GPIO52 interrupt.

pub fn gpio51(&self) -> GPIO51_R[src]

Bit 19 - GPIO51 interrupt.

pub fn gpio50(&self) -> GPIO50_R[src]

Bit 18 - GPIO50 interrupt.

pub fn gpio49(&self) -> GPIO49_R[src]

Bit 17 - GPIO49 interrupt.

pub fn gpio48(&self) -> GPIO48_R[src]

Bit 16 - GPIO48 interrupt.

pub fn gpio47(&self) -> GPIO47_R[src]

Bit 15 - GPIO47 interrupt.

pub fn gpio46(&self) -> GPIO46_R[src]

Bit 14 - GPIO46 interrupt.

pub fn gpio45(&self) -> GPIO45_R[src]

Bit 13 - GPIO45 interrupt.

pub fn gpio44(&self) -> GPIO44_R[src]

Bit 12 - GPIO44 interrupt.

pub fn gpio43(&self) -> GPIO43_R[src]

Bit 11 - GPIO43 interrupt.

pub fn gpio42(&self) -> GPIO42_R[src]

Bit 10 - GPIO42 interrupt.

pub fn gpio41(&self) -> GPIO41_R[src]

Bit 9 - GPIO41 interrupt.

pub fn gpio40(&self) -> GPIO40_R[src]

Bit 8 - GPIO40 interrupt.

pub fn gpio39(&self) -> GPIO39_R[src]

Bit 7 - GPIO39 interrupt.

pub fn gpio38(&self) -> GPIO38_R[src]

Bit 6 - GPIO38 interrupt.

pub fn gpio37(&self) -> GPIO37_R[src]

Bit 5 - GPIO37 interrupt.

pub fn gpio36(&self) -> GPIO36_R[src]

Bit 4 - GPIO36 interrupt.

pub fn gpio35(&self) -> GPIO35_R[src]

Bit 3 - GPIO35 interrupt.

pub fn gpio34(&self) -> GPIO34_R[src]

Bit 2 - GPIO34 interrupt.

pub fn gpio33(&self) -> GPIO33_R[src]

Bit 1 - GPIO33 interrupt.

pub fn gpio32(&self) -> GPIO32_R[src]

Bit 0 - GPIO32 interrupt.

impl R<u32, Reg<u32, _INT1STAT>>[src]

pub fn gpio63(&self) -> GPIO63_R[src]

Bit 31 - GPIO63 interrupt.

pub fn gpio62(&self) -> GPIO62_R[src]

Bit 30 - GPIO62 interrupt.

pub fn gpio61(&self) -> GPIO61_R[src]

Bit 29 - GPIO61 interrupt.

pub fn gpio60(&self) -> GPIO60_R[src]

Bit 28 - GPIO60 interrupt.

pub fn gpio59(&self) -> GPIO59_R[src]

Bit 27 - GPIO59 interrupt.

pub fn gpio58(&self) -> GPIO58_R[src]

Bit 26 - GPIO58 interrupt.

pub fn gpio57(&self) -> GPIO57_R[src]

Bit 25 - GPIO57 interrupt.

pub fn gpio56(&self) -> GPIO56_R[src]

Bit 24 - GPIO56 interrupt.

pub fn gpio55(&self) -> GPIO55_R[src]

Bit 23 - GPIO55 interrupt.

pub fn gpio54(&self) -> GPIO54_R[src]

Bit 22 - GPIO54 interrupt.

pub fn gpio53(&self) -> GPIO53_R[src]

Bit 21 - GPIO53 interrupt.

pub fn gpio52(&self) -> GPIO52_R[src]

Bit 20 - GPIO52 interrupt.

pub fn gpio51(&self) -> GPIO51_R[src]

Bit 19 - GPIO51 interrupt.

pub fn gpio50(&self) -> GPIO50_R[src]

Bit 18 - GPIO50 interrupt.

pub fn gpio49(&self) -> GPIO49_R[src]

Bit 17 - GPIO49 interrupt.

pub fn gpio48(&self) -> GPIO48_R[src]

Bit 16 - GPIO48 interrupt.

pub fn gpio47(&self) -> GPIO47_R[src]

Bit 15 - GPIO47 interrupt.

pub fn gpio46(&self) -> GPIO46_R[src]

Bit 14 - GPIO46 interrupt.

pub fn gpio45(&self) -> GPIO45_R[src]

Bit 13 - GPIO45 interrupt.

pub fn gpio44(&self) -> GPIO44_R[src]

Bit 12 - GPIO44 interrupt.

pub fn gpio43(&self) -> GPIO43_R[src]

Bit 11 - GPIO43 interrupt.

pub fn gpio42(&self) -> GPIO42_R[src]

Bit 10 - GPIO42 interrupt.

pub fn gpio41(&self) -> GPIO41_R[src]

Bit 9 - GPIO41 interrupt.

pub fn gpio40(&self) -> GPIO40_R[src]

Bit 8 - GPIO40 interrupt.

pub fn gpio39(&self) -> GPIO39_R[src]

Bit 7 - GPIO39 interrupt.

pub fn gpio38(&self) -> GPIO38_R[src]

Bit 6 - GPIO38 interrupt.

pub fn gpio37(&self) -> GPIO37_R[src]

Bit 5 - GPIO37 interrupt.

pub fn gpio36(&self) -> GPIO36_R[src]

Bit 4 - GPIO36 interrupt.

pub fn gpio35(&self) -> GPIO35_R[src]

Bit 3 - GPIO35 interrupt.

pub fn gpio34(&self) -> GPIO34_R[src]

Bit 2 - GPIO34 interrupt.

pub fn gpio33(&self) -> GPIO33_R[src]

Bit 1 - GPIO33 interrupt.

pub fn gpio32(&self) -> GPIO32_R[src]

Bit 0 - GPIO32 interrupt.

impl R<u32, Reg<u32, _INT1CLR>>[src]

pub fn gpio63(&self) -> GPIO63_R[src]

Bit 31 - GPIO63 interrupt.

pub fn gpio62(&self) -> GPIO62_R[src]

Bit 30 - GPIO62 interrupt.

pub fn gpio61(&self) -> GPIO61_R[src]

Bit 29 - GPIO61 interrupt.

pub fn gpio60(&self) -> GPIO60_R[src]

Bit 28 - GPIO60 interrupt.

pub fn gpio59(&self) -> GPIO59_R[src]

Bit 27 - GPIO59 interrupt.

pub fn gpio58(&self) -> GPIO58_R[src]

Bit 26 - GPIO58 interrupt.

pub fn gpio57(&self) -> GPIO57_R[src]

Bit 25 - GPIO57 interrupt.

pub fn gpio56(&self) -> GPIO56_R[src]

Bit 24 - GPIO56 interrupt.

pub fn gpio55(&self) -> GPIO55_R[src]

Bit 23 - GPIO55 interrupt.

pub fn gpio54(&self) -> GPIO54_R[src]

Bit 22 - GPIO54 interrupt.

pub fn gpio53(&self) -> GPIO53_R[src]

Bit 21 - GPIO53 interrupt.

pub fn gpio52(&self) -> GPIO52_R[src]

Bit 20 - GPIO52 interrupt.

pub fn gpio51(&self) -> GPIO51_R[src]

Bit 19 - GPIO51 interrupt.

pub fn gpio50(&self) -> GPIO50_R[src]

Bit 18 - GPIO50 interrupt.

pub fn gpio49(&self) -> GPIO49_R[src]

Bit 17 - GPIO49 interrupt.

pub fn gpio48(&self) -> GPIO48_R[src]

Bit 16 - GPIO48 interrupt.

pub fn gpio47(&self) -> GPIO47_R[src]

Bit 15 - GPIO47 interrupt.

pub fn gpio46(&self) -> GPIO46_R[src]

Bit 14 - GPIO46 interrupt.

pub fn gpio45(&self) -> GPIO45_R[src]

Bit 13 - GPIO45 interrupt.

pub fn gpio44(&self) -> GPIO44_R[src]

Bit 12 - GPIO44 interrupt.

pub fn gpio43(&self) -> GPIO43_R[src]

Bit 11 - GPIO43 interrupt.

pub fn gpio42(&self) -> GPIO42_R[src]

Bit 10 - GPIO42 interrupt.

pub fn gpio41(&self) -> GPIO41_R[src]

Bit 9 - GPIO41 interrupt.

pub fn gpio40(&self) -> GPIO40_R[src]

Bit 8 - GPIO40 interrupt.

pub fn gpio39(&self) -> GPIO39_R[src]

Bit 7 - GPIO39 interrupt.

pub fn gpio38(&self) -> GPIO38_R[src]

Bit 6 - GPIO38 interrupt.

pub fn gpio37(&self) -> GPIO37_R[src]

Bit 5 - GPIO37 interrupt.

pub fn gpio36(&self) -> GPIO36_R[src]

Bit 4 - GPIO36 interrupt.

pub fn gpio35(&self) -> GPIO35_R[src]

Bit 3 - GPIO35 interrupt.

pub fn gpio34(&self) -> GPIO34_R[src]

Bit 2 - GPIO34 interrupt.

pub fn gpio33(&self) -> GPIO33_R[src]

Bit 1 - GPIO33 interrupt.

pub fn gpio32(&self) -> GPIO32_R[src]

Bit 0 - GPIO32 interrupt.

impl R<u32, Reg<u32, _INT1SET>>[src]

pub fn gpio63(&self) -> GPIO63_R[src]

Bit 31 - GPIO63 interrupt.

pub fn gpio62(&self) -> GPIO62_R[src]

Bit 30 - GPIO62 interrupt.

pub fn gpio61(&self) -> GPIO61_R[src]

Bit 29 - GPIO61 interrupt.

pub fn gpio60(&self) -> GPIO60_R[src]

Bit 28 - GPIO60 interrupt.

pub fn gpio59(&self) -> GPIO59_R[src]

Bit 27 - GPIO59 interrupt.

pub fn gpio58(&self) -> GPIO58_R[src]

Bit 26 - GPIO58 interrupt.

pub fn gpio57(&self) -> GPIO57_R[src]

Bit 25 - GPIO57 interrupt.

pub fn gpio56(&self) -> GPIO56_R[src]

Bit 24 - GPIO56 interrupt.

pub fn gpio55(&self) -> GPIO55_R[src]

Bit 23 - GPIO55 interrupt.

pub fn gpio54(&self) -> GPIO54_R[src]

Bit 22 - GPIO54 interrupt.

pub fn gpio53(&self) -> GPIO53_R[src]

Bit 21 - GPIO53 interrupt.

pub fn gpio52(&self) -> GPIO52_R[src]

Bit 20 - GPIO52 interrupt.

pub fn gpio51(&self) -> GPIO51_R[src]

Bit 19 - GPIO51 interrupt.

pub fn gpio50(&self) -> GPIO50_R[src]

Bit 18 - GPIO50 interrupt.

pub fn gpio49(&self) -> GPIO49_R[src]

Bit 17 - GPIO49 interrupt.

pub fn gpio48(&self) -> GPIO48_R[src]

Bit 16 - GPIO48 interrupt.

pub fn gpio47(&self) -> GPIO47_R[src]

Bit 15 - GPIO47 interrupt.

pub fn gpio46(&self) -> GPIO46_R[src]

Bit 14 - GPIO46 interrupt.

pub fn gpio45(&self) -> GPIO45_R[src]

Bit 13 - GPIO45 interrupt.

pub fn gpio44(&self) -> GPIO44_R[src]

Bit 12 - GPIO44 interrupt.

pub fn gpio43(&self) -> GPIO43_R[src]

Bit 11 - GPIO43 interrupt.

pub fn gpio42(&self) -> GPIO42_R[src]

Bit 10 - GPIO42 interrupt.

pub fn gpio41(&self) -> GPIO41_R[src]

Bit 9 - GPIO41 interrupt.

pub fn gpio40(&self) -> GPIO40_R[src]

Bit 8 - GPIO40 interrupt.

pub fn gpio39(&self) -> GPIO39_R[src]

Bit 7 - GPIO39 interrupt.

pub fn gpio38(&self) -> GPIO38_R[src]

Bit 6 - GPIO38 interrupt.

pub fn gpio37(&self) -> GPIO37_R[src]

Bit 5 - GPIO37 interrupt.

pub fn gpio36(&self) -> GPIO36_R[src]

Bit 4 - GPIO36 interrupt.

pub fn gpio35(&self) -> GPIO35_R[src]

Bit 3 - GPIO35 interrupt.

pub fn gpio34(&self) -> GPIO34_R[src]

Bit 2 - GPIO34 interrupt.

pub fn gpio33(&self) -> GPIO33_R[src]

Bit 1 - GPIO33 interrupt.

pub fn gpio32(&self) -> GPIO32_R[src]

Bit 0 - GPIO32 interrupt.

impl R<u32, Reg<u32, _INT2EN>>[src]

pub fn gpio73(&self) -> GPIO73_R[src]

Bit 9 - GPIO73 interrupt.

pub fn gpio72(&self) -> GPIO72_R[src]

Bit 8 - GPIO72 interrupt.

pub fn gpio71(&self) -> GPIO71_R[src]

Bit 7 - GPIO71 interrupt.

pub fn gpio70(&self) -> GPIO70_R[src]

Bit 6 - GPIO70 interrupt.

pub fn gpio69(&self) -> GPIO69_R[src]

Bit 5 - GPIO69 interrupt.

pub fn gpio68(&self) -> GPIO68_R[src]

Bit 4 - GPIO68 interrupt.

pub fn gpio67(&self) -> GPIO67_R[src]

Bit 3 - GPIO67 interrupt.

pub fn gpio66(&self) -> GPIO66_R[src]

Bit 2 - GPIO66 interrupt.

pub fn gpio65(&self) -> GPIO65_R[src]

Bit 1 - GPIO65 interrupt.

pub fn gpio64(&self) -> GPIO64_R[src]

Bit 0 - GPIO64 interrupt.

impl R<u32, Reg<u32, _INT2STAT>>[src]

pub fn gpio73(&self) -> GPIO73_R[src]

Bit 9 - GPIO73 interrupt.

pub fn gpio72(&self) -> GPIO72_R[src]

Bit 8 - GPIO72 interrupt.

pub fn gpio71(&self) -> GPIO71_R[src]

Bit 7 - GPIO71 interrupt.

pub fn gpio70(&self) -> GPIO70_R[src]

Bit 6 - GPIO70 interrupt.

pub fn gpio69(&self) -> GPIO69_R[src]

Bit 5 - GPIO69 interrupt.

pub fn gpio68(&self) -> GPIO68_R[src]

Bit 4 - GPIO68 interrupt.

pub fn gpio67(&self) -> GPIO67_R[src]

Bit 3 - GPIO67 interrupt.

pub fn gpio66(&self) -> GPIO66_R[src]

Bit 2 - GPIO66 interrupt.

pub fn gpio65(&self) -> GPIO65_R[src]

Bit 1 - GPIO65 interrupt.

pub fn gpio64(&self) -> GPIO64_R[src]

Bit 0 - GPIO64 interrupt.

impl R<u32, Reg<u32, _INT2CLR>>[src]

pub fn gpio73(&self) -> GPIO73_R[src]

Bit 9 - GPIO73 interrupt.

pub fn gpio72(&self) -> GPIO72_R[src]

Bit 8 - GPIO72 interrupt.

pub fn gpio71(&self) -> GPIO71_R[src]

Bit 7 - GPIO71 interrupt.

pub fn gpio70(&self) -> GPIO70_R[src]

Bit 6 - GPIO70 interrupt.

pub fn gpio69(&self) -> GPIO69_R[src]

Bit 5 - GPIO69 interrupt.

pub fn gpio68(&self) -> GPIO68_R[src]

Bit 4 - GPIO68 interrupt.

pub fn gpio67(&self) -> GPIO67_R[src]

Bit 3 - GPIO67 interrupt.

pub fn gpio66(&self) -> GPIO66_R[src]

Bit 2 - GPIO66 interrupt.

pub fn gpio65(&self) -> GPIO65_R[src]

Bit 1 - GPIO65 interrupt.

pub fn gpio64(&self) -> GPIO64_R[src]

Bit 0 - GPIO64 interrupt.

impl R<u32, Reg<u32, _INT2SET>>[src]

pub fn gpio73(&self) -> GPIO73_R[src]

Bit 9 - GPIO73 interrupt.

pub fn gpio72(&self) -> GPIO72_R[src]

Bit 8 - GPIO72 interrupt.

pub fn gpio71(&self) -> GPIO71_R[src]

Bit 7 - GPIO71 interrupt.

pub fn gpio70(&self) -> GPIO70_R[src]

Bit 6 - GPIO70 interrupt.

pub fn gpio69(&self) -> GPIO69_R[src]

Bit 5 - GPIO69 interrupt.

pub fn gpio68(&self) -> GPIO68_R[src]

Bit 4 - GPIO68 interrupt.

pub fn gpio67(&self) -> GPIO67_R[src]

Bit 3 - GPIO67 interrupt.

pub fn gpio66(&self) -> GPIO66_R[src]

Bit 2 - GPIO66 interrupt.

pub fn gpio65(&self) -> GPIO65_R[src]

Bit 1 - GPIO65 interrupt.

pub fn gpio64(&self) -> GPIO64_R[src]

Bit 0 - GPIO64 interrupt.

impl R<u32, Reg<u32, _DBGCTRL>>[src]

pub fn gclk5(&self) -> GCLK5_R[src]

Bit 5 - Gate IOM5 CLK in SPI mode, allowing external input clock

pub fn gclk4(&self) -> GCLK4_R[src]

Bit 4 - Gate IOM4 CLK in SPI mode, allowing external input clock

pub fn gclk3(&self) -> GCLK3_R[src]

Bit 3 - Gate IOM3 CLK in SPI mode, allowing external input clock

pub fn gclk2(&self) -> GCLK2_R[src]

Bit 2 - Gate IOM2 CLK in SPI mode, allowing external input clock

pub fn gclk1(&self) -> GCLK1_R[src]

Bit 1 - Gate IOM1 CLK in SPI mode, allowing external input clock

pub fn gclk0(&self) -> GCLK0_R[src]

Bit 0 - Gate IOM0 CLK in SPI mode, allowing external input clock

impl R<u32, Reg<u32, _FIFO>>[src]

pub fn fifo(&self) -> FIFO_R[src]

Bits 0:31 - FIFO direct access. Only locations 0 - 3F will return valid information.

impl R<u32, Reg<u32, _FIFOPTR>>[src]

pub fn fifo1rem(&self) -> FIFO1REM_R[src]

Bits 24:31 - The number of remaining data bytes slots currently in FIFO 1 (written by interface, read by MCU)

pub fn fifo1siz(&self) -> FIFO1SIZ_R[src]

Bits 16:23 - The number of valid data bytes currently in FIFO 1 (written by interface, read by MCU)

pub fn fifo0rem(&self) -> FIFO0REM_R[src]

Bits 8:15 - The number of remaining data bytes slots currently in FIFO 0 (written by MCU, read by interface)

pub fn fifo0siz(&self) -> FIFO0SIZ_R[src]

Bits 0:7 - The number of valid data bytes currently in the FIFO 0 (written by MCU, read by interface)

impl R<u32, Reg<u32, _FIFOTHR>>[src]

pub fn fifowthr(&self) -> FIFOWTHR_R[src]

Bits 8:13 - FIFO write threshold in bytes. A value of 0 will disable the write FIFO level from activating the threshold interrupt. If this field is non-zero, it will trigger a threshold interrupt when the write FIFO contains FIFOWTHR free bytes, as indicated by the FIFO0REM field. This is intended to signal when a transfer of FIFOWTHR bytes can be done from the host to the IOM write FIFO to support large IOM write operations.

pub fn fiforthr(&self) -> FIFORTHR_R[src]

Bits 0:5 - FIFO read threshold in bytes. A value of 0 will disable the read FIFO level from activating the threshold interrupt. If this field is non-zero, it will trigger a threshold interrupt when the read FIFO contains FIFORTHR valid bytes of data, as indicated by the FIFO1SIZ field. This is intended to signal when a data transfer of FIFORTHR bytes can be done from the IOM module to the host via the read FIFO to support large IOM read operations.

impl R<u32, Reg<u32, _FIFOPOP>>[src]

pub fn fifodout(&self) -> FIFODOUT_R[src]

Bits 0:31 - This register will return the read data indicated by the current read pointer on reads. If the POPWR control bit in the FIFOCTRL register is reset (0), the FIFO read pointer will be advanced by one word as a result of the read. If the POPWR bit is set (1), the FIFO read pointer will only be advanced after a write operation to this register. The write data is ignored for this register. If less than a even word multiple is available, and the command is completed, the module will return the word containing these bytes and undetermined data in the unused fields of the word.

impl R<u32, Reg<u32, _FIFOPUSH>>[src]

pub fn fifodin(&self) -> FIFODIN_R[src]

Bits 0:31 - This register is used to write the FIFORAM in FIFO mode and will cause a push event to occur to the next open slot within the FIFORAM. Writing to this register will cause the write point to increment by 1 word(4 bytes).

impl R<u32, Reg<u32, _FIFOCTRL>>[src]

pub fn fiforstn(&self) -> FIFORSTN_R[src]

Bit 1 - Active low manual reset of the FIFO. Write to 0 to reset FIFO, and then write to 1 to remove the reset.

pub fn popwr(&self) -> POPWR_R[src]

Bit 0 - Selects the mode in which 'pop' events are done for the FIFO read operations. A value of '1' will prevent a pop event on a read operation, and will require a write to the FIFOPOP register to create a pop event. A value of '0' in this register will allow a pop event to occur on the read of the FIFOPOP register, and may cause inadvertent FIFO pops when used in a debugging mode.

impl R<u32, Reg<u32, _FIFOLOC>>[src]

pub fn fiforptr(&self) -> FIFORPTR_R[src]

Bits 8:11 - Current FIFO read pointer. Used to index into the incoming FIFO (FIFO1), which is used to store read data returned from external devices during a read operation.

pub fn fifowptr(&self) -> FIFOWPTR_R[src]

Bits 0:3 - Current FIFO write pointer. Value is the index into the outgoing FIFO (FIFO0), which is used during write operations to external devices.

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn cqerr(&self) -> CQERR_R[src]

Bit 14 - Error during command queue operations

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 13 - CQ write operation performed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 12 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 11 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 10 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn arb(&self) -> ARB_R[src]

Bit 9 - Arbitration loss interrupt. Asserted when arbitration is enabled and has been lost to another master on the bus.

pub fn stop(&self) -> STOP_R[src]

Bit 8 - STOP command interrupt. Asserted when another master on the bus has signaled a STOP command.

pub fn start(&self) -> START_R[src]

Bit 7 - START command interrupt. Asserted when another master on the bus has signaled a START command.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn nak(&self) -> NAK_R[src]

Bit 4 - I2C NAK interrupt. Asserted when an unexpected NAK has been received on the I2C bus.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. This occurs when software tries to pop from an empty FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command complete interrupt

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn cqerr(&self) -> CQERR_R[src]

Bit 14 - Error during command queue operations

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 13 - CQ write operation performed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 12 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 11 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 10 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn arb(&self) -> ARB_R[src]

Bit 9 - Arbitration loss interrupt. Asserted when arbitration is enabled and has been lost to another master on the bus.

pub fn stop(&self) -> STOP_R[src]

Bit 8 - STOP command interrupt. Asserted when another master on the bus has signaled a STOP command.

pub fn start(&self) -> START_R[src]

Bit 7 - START command interrupt. Asserted when another master on the bus has signaled a START command.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn nak(&self) -> NAK_R[src]

Bit 4 - I2C NAK interrupt. Asserted when an unexpected NAK has been received on the I2C bus.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. This occurs when software tries to pop from an empty FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command complete interrupt

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn cqerr(&self) -> CQERR_R[src]

Bit 14 - Error during command queue operations

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 13 - CQ write operation performed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 12 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 11 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 10 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn arb(&self) -> ARB_R[src]

Bit 9 - Arbitration loss interrupt. Asserted when arbitration is enabled and has been lost to another master on the bus.

pub fn stop(&self) -> STOP_R[src]

Bit 8 - STOP command interrupt. Asserted when another master on the bus has signaled a STOP command.

pub fn start(&self) -> START_R[src]

Bit 7 - START command interrupt. Asserted when another master on the bus has signaled a START command.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn nak(&self) -> NAK_R[src]

Bit 4 - I2C NAK interrupt. Asserted when an unexpected NAK has been received on the I2C bus.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. This occurs when software tries to pop from an empty FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command complete interrupt

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn cqerr(&self) -> CQERR_R[src]

Bit 14 - Error during command queue operations

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 13 - CQ write operation performed a register write with the register address bit 0 set to 1. The low address bits in the CQ address fields are unused and bit 0 can be used to trigger an interrupt to indicate when this register write is performed by the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 12 - Command queue is paused due to an active event enabled in the PAUSEEN register. The interrupt is posted when the event is enabled within the PAUSEEN register, the mask is active in the CQIRQMASK field and the event occurs.

pub fn derr(&self) -> DERR_R[src]

Bit 11 - DMA Error encountered during the processing of the DMA command. The DMA error could occur when the memory access specified in the DMA operation is not available or incorrectly specified.

pub fn dcmp(&self) -> DCMP_R[src]

Bit 10 - DMA Complete. Processing of the DMA operation has completed and the DMA submodule is returned into the idle state

pub fn arb(&self) -> ARB_R[src]

Bit 9 - Arbitration loss interrupt. Asserted when arbitration is enabled and has been lost to another master on the bus.

pub fn stop(&self) -> STOP_R[src]

Bit 8 - STOP command interrupt. Asserted when another master on the bus has signaled a STOP command.

pub fn start(&self) -> START_R[src]

Bit 7 - START command interrupt. Asserted when another master on the bus has signaled a START command.

pub fn icmd(&self) -> ICMD_R[src]

Bit 6 - illegal command interrupt. Asserted when a command is written when an active command is in progress.

pub fn iacc(&self) -> IACC_R[src]

Bit 5 - illegal FIFO access interrupt. Asserted when there is a overflow or underflow event

pub fn nak(&self) -> NAK_R[src]

Bit 4 - I2C NAK interrupt. Asserted when an unexpected NAK has been received on the I2C bus.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 3 - Write FIFO Overflow interrupt. This occurs when software tries to write to a full FIFO. The current operation does not stop.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - Read FIFO Underflow interrupt. This occurs when software tries to pop from an empty FIFO.

pub fn thr(&self) -> THR_R[src]

Bit 1 - FIFO Threshold interrupt. For write operations, asserted when the number of free bytes in the write FIFO equals or exceeds the WTHR field. For read operations, asserted when the number of valid bytes in the read FIFO equals of exceeds the value set in the RTHR field.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Command complete interrupt

impl R<bool, DIVEN_A>[src]

pub fn variant(&self) -> DIVEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, DIV3_A>[src]

pub fn variant(&self) -> DIV3_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, FSEL_A>[src]

pub fn variant(&self) -> FSEL_A[src]

Get enumerated values variant

pub fn is_min_pwr(&self) -> bool[src]

Checks if the value of the field is MIN_PWR

pub fn is_hfrc(&self) -> bool[src]

Checks if the value of the field is HFRC

pub fn is_hfrc_div2(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV2

pub fn is_hfrc_div4(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV4

pub fn is_hfrc_div8(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV8

pub fn is_hfrc_div16(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV16

pub fn is_hfrc_div32(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV32

pub fn is_hfrc_div64(&self) -> bool[src]

Checks if the value of the field is HFRC_DIV64

impl R<u32, Reg<u32, _CLKCFG>>[src]

pub fn totper(&self) -> TOTPER_R[src]

Bits 24:31 - Clock total clock count minus 1. This provides the total period of the divided clock -1 when the DIVEN is active. The source clock is selected by FSEL. Only applicable when DIVEN = 1.

pub fn lowper(&self) -> LOWPER_R[src]

Bits 16:23 - Clock low clock count minus 1. This provides the number of clocks the divided clock will be low when the DIVEN = 1. Only applicable when DIVEN = 1.

pub fn diven(&self) -> DIVEN_R[src]

Bit 12 - Enable clock division by TOTPER and LOWPER

pub fn div3(&self) -> DIV3_R[src]

Bit 11 - Enable divide by 3 of the source IOCLK. Division by 3 is done before the DIVEN programmable divider, and if enabled will provide the divided by 3 clock as the source to the programmable divider.

pub fn fsel(&self) -> FSEL_R[src]

Bits 8:10 - Select the input clock frequency.

pub fn ioclken(&self) -> IOCLKEN_R[src]

Bit 0 - Enable for the interface clock. Must be enabled prior to executing any IO operations.

impl R<u8, SMOD1TYPE_A>[src]

pub fn variant(&self) -> Variant<u8, SMOD1TYPE_A>[src]

Get enumerated values variant

pub fn is_mspi(&self) -> bool[src]

Checks if the value of the field is MSPI

pub fn is_i2c_master(&self) -> bool[src]

Checks if the value of the field is I2C_MASTER

pub fn is_sspi(&self) -> bool[src]

Checks if the value of the field is SSPI

pub fn is_si2c(&self) -> bool[src]

Checks if the value of the field is SI2C

pub fn is_na(&self) -> bool[src]

Checks if the value of the field is NA

impl R<u8, SMOD0TYPE_A>[src]

pub fn variant(&self) -> Variant<u8, SMOD0TYPE_A>[src]

Get enumerated values variant

pub fn is_spi_master(&self) -> bool[src]

Checks if the value of the field is SPI_MASTER

pub fn is_i2c_master(&self) -> bool[src]

Checks if the value of the field is I2C_MASTER

pub fn is_sspi(&self) -> bool[src]

Checks if the value of the field is SSPI

pub fn is_si2c(&self) -> bool[src]

Checks if the value of the field is SI2C

pub fn is_na(&self) -> bool[src]

Checks if the value of the field is NA

impl R<u32, Reg<u32, _SUBMODCTRL>>[src]

pub fn smod1type(&self) -> SMOD1TYPE_R[src]

Bits 5:7 - Submodule 0 module type. This is the I2C Master interface

pub fn smod1en(&self) -> SMOD1EN_R[src]

Bit 4 - Submodule 1 enable (1) or disable (0)

pub fn smod0type(&self) -> SMOD0TYPE_R[src]

Bits 1:3 - Submodule 0 module type. This is the SPI Master interface.

pub fn smod0en(&self) -> SMOD0EN_R[src]

Bit 0 - Submodule 0 enable (1) or disable (0)

impl R<u8, CMD_A>[src]

pub fn variant(&self) -> Variant<u8, CMD_A>[src]

Get enumerated values variant

pub fn is_write(&self) -> bool[src]

Checks if the value of the field is WRITE

pub fn is_read(&self) -> bool[src]

Checks if the value of the field is READ

pub fn is_tmw(&self) -> bool[src]

Checks if the value of the field is TMW

pub fn is_tmr(&self) -> bool[src]

Checks if the value of the field is TMR

impl R<u32, Reg<u32, _CMD>>[src]

pub fn offsetlo(&self) -> OFFSETLO_R[src]

Bits 24:31 - This register holds the low order byte of offset to be used in the transaction. The number of offset bytes to use is set with bits 1:0 of the command.

pub fn cmdsel(&self) -> CMDSEL_R[src]

Bits 20:21 - Command Specific selection information. Not used in Master I2C. Used as CEn select for Master SPI transactions

pub fn tsize(&self) -> TSIZE_R[src]

Bits 8:19 - Defines the transaction size in bytes. The offset transfer is not included in this size.

pub fn cont(&self) -> CONT_R[src]

Bit 7 - Continue to hold the bus after the current transaction if set to a 1 with a new command issued.

pub fn offsetcnt(&self) -> OFFSETCNT_R[src]

Bits 5:6 - Number of offset bytes to use for the command - 0, 1, 2, 3 are valid selections. The second (byte 1) and third byte (byte 2) are read from the OFFSETHI register, and the low order byte is pulled from this register in the OFFSETLO field. Offset bytes are transmitted highest byte first. EG if OFFSETCNT == 3, OFFSETHI[15:8] will be transmitted first, then OFFSETHI[7:0] then OFFSETLO. If OFFSETCNT == 2, OFFSETHI[7:0] will be transmitted, then OFFSETLO. If OFFSETCNT == 1, only OFFSETLO will be transmitted. Offset bytes are always transmitted MSB first, regardless of the value of the LSB control bit within the module configuration.

pub fn cmd(&self) -> CMD_R[src]

Bits 0:4 - Command for submodule.

impl R<bool, DCXEN_A>[src]

pub fn variant(&self) -> DCXEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _DCX>>[src]

pub fn dcxen(&self) -> DCXEN_R[src]

Bit 4 - DCX Signaling Enable The selected DCX signal (unused CE pin) will be driven low during write of offset byte, and high during transmission of data bytes.

pub fn ce3out(&self) -> CE3OUT_R[src]

Bit 3 - Enable DCX output using CE3 output

pub fn ce2out(&self) -> CE2OUT_R[src]

Bit 2 - Enable DCX output using CE2 output

pub fn ce1out(&self) -> CE1OUT_R[src]

Bit 1 - Enable DCX output using CE1 output

pub fn ce0out(&self) -> CE0OUT_R[src]

Bit 0 - Enable DCX output using CE0 output

impl R<u32, Reg<u32, _OFFSETHI>>[src]

pub fn offsethi(&self) -> OFFSETHI_R[src]

Bits 0:15 - Holds the high order 2 bytes of the 3 byte addressing/offset field to use with IO commands. The number of offset bytes to use is specified in the command register

impl R<u8, CMDSTAT_A>[src]

pub fn variant(&self) -> Variant<u8, CMDSTAT_A>[src]

Get enumerated values variant

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

pub fn is_active(&self) -> bool[src]

Checks if the value of the field is ACTIVE

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

pub fn is_wait(&self) -> bool[src]

Checks if the value of the field is WAIT

impl R<u32, Reg<u32, _CMDSTAT>>[src]

pub fn ctsize(&self) -> CTSIZE_R[src]

Bits 8:19 - The current number of bytes still to be transferred with this command. This field will count down to zero.

pub fn cmdstat(&self) -> CMDSTAT_R[src]

Bits 5:7 - The current status of the command execution.

pub fn ccmd(&self) -> CCMD_R[src]

Bits 0:4 - current command that is being executed

impl R<u32, Reg<u32, _DMATRIGEN>>[src]

pub fn dthren(&self) -> DTHREN_R[src]

Bit 1 - Trigger DMA upon THR level reached. For M2P DMA operations (IOM writes), the trigger will assert when the write FIFO has (WTHR/4) number of words free in the write FIFO, and will transfer (WTHR/4) number of words or, if the number of words left to transfer is less than the WTHR value, will transfer the remaining byte count. For P2M DMA operations, the trigger will assert when the read FIFO has (RTHR/4) words available in the read FIFO, and will transfer (RTHR/4) words to SRAM. This trigger will NOT assert when the transaction completes and there are less than RTHR bytes left in the FIFO, since the RTHR has not been reached. In this case, the CMDCMP trigger must also be enabled to transfer the remaining read FIFO data to SRAM.

pub fn dcmdcmpen(&self) -> DCMDCMPEN_R[src]

Bit 0 - Trigger DMA upon command complete. Enables the trigger of the DMA when a command is completed. When this event is triggered, the number of words transferred will be the lesser of the remaining TOTCOUNT bytes, or

impl R<u32, Reg<u32, _DMATRIGSTAT>>[src]

pub fn dtotcmp(&self) -> DTOTCMP_R[src]

Bit 2 - DMA triggered when DCMDCMP = 0, and the amount of data in the FIFO was enough to complete the DMA operation (greater than or equal to current TOTCOUNT) when the command completed. This trigger is default active when the DCMDCMP trigger is disabled and there is enough data in the FIFO to complete the DMA operation.

pub fn dthr(&self) -> DTHR_R[src]

Bit 1 - Triggered DMA from THR event. Bit is read only and can be cleared by disabling the DTHR trigger enable or by disabling DMA.

pub fn dcmdcmp(&self) -> DCMDCMP_R[src]

Bit 0 - Triggered DMA from Command complete event. Bit is read only and can be cleared by disabling the DCMDCMP trigger enable or by disabling DMA.

impl R<bool, DPWROFF_A>[src]

pub fn variant(&self) -> DPWROFF_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, DMAPRI_A>[src]

pub fn variant(&self) -> DMAPRI_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, DMADIR_A>[src]

pub fn variant(&self) -> DMADIR_A[src]

Get enumerated values variant

pub fn is_p2m(&self) -> bool[src]

Checks if the value of the field is P2M

pub fn is_m2p(&self) -> bool[src]

Checks if the value of the field is M2P

impl R<bool, DMAEN_A>[src]

pub fn variant(&self) -> DMAEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _DMACFG>>[src]

pub fn dpwroff(&self) -> DPWROFF_R[src]

Bit 9 - Power off module after DMA is complete. If this bit is active, the module will request to power off the supply it is attached to. If there are other units still requiring power from the same domain, power down will not be performed.

pub fn dmapri(&self) -> DMAPRI_R[src]

Bit 8 - Sets the Priority of the DMA request

pub fn dmadir(&self) -> DMADIR_R[src]

Bit 1 - Direction

pub fn dmaen(&self) -> DMAEN_R[src]

Bit 0 - DMA Enable. Setting this bit to EN will start the DMA operation. This should be the last DMA related register set prior to issuing the command

impl R<u32, Reg<u32, _DMATOTCOUNT>>[src]

pub fn totcount(&self) -> TOTCOUNT_R[src]

Bits 0:11 - Triggered DMA from Command complete event occurred. Bit is read only and can be cleared by disabling the DTHR trigger enable or by disabling DMA.

impl R<u32, Reg<u32, _DMATARGADDR>>[src]

pub fn targaddr28(&self) -> TARGADDR28_R[src]

Bit 28 - Bit 28 of the target byte address for source of DMA (either read or write). In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written. Setting to '1' will select the SRAM. Setting to '0' will select the flash

pub fn targaddr(&self) -> TARGADDR_R[src]

Bits 0:20 - Bits [19:0] of the target byte address for source of DMA (either read or write). The address can be any byte alignment, and does not have to be word aligned. In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written.

impl R<u32, Reg<u32, _DMASTAT>>[src]

pub fn dmaerr(&self) -> DMAERR_R[src]

Bit 2 - DMA Error. This active high bit signals an error was encountered during the DMA operation. The bit can be cleared by writing to 0. Once set, this bit will remain set until cleared by software.

pub fn dmacpl(&self) -> DMACPL_R[src]

Bit 1 - DMA Transfer Complete. This signals the end of the DMA operation. This bit can be cleared by writing to 0, and will also be cleared when a new DMA is started.

pub fn dmatip(&self) -> DMATIP_R[src]

Bit 0 - DMA Transfer In Progress indicator. 1 will indicate that a DMA transfer is active. The DMA transfer may be waiting on data, transferring data, or waiting for priority. All of these will be indicated with a 1. A 0 will indicate that the DMA is fully complete and no further transactions will be done. This bit is read only.

impl R<u8, MSPIFLGSEL_A>[src]

pub fn variant(&self) -> Variant<u8, MSPIFLGSEL_A>[src]

Get enumerated values variant

pub fn is_mspi0flgsel(&self) -> bool[src]

Checks if the value of the field is MSPI0FLGSEL

pub fn is_mspi1flgsel(&self) -> bool[src]

Checks if the value of the field is MSPI1FLGSEL

pub fn is_mspi2flgsel(&self) -> bool[src]

Checks if the value of the field is MSPI2FLGSEL

impl R<bool, CQPRI_A>[src]

pub fn variant(&self) -> CQPRI_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, CQEN_A>[src]

pub fn variant(&self) -> CQEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CQCFG>>[src]

pub fn mspiflgsel(&self) -> MSPIFLGSEL_R[src]

Bits 2:3 - Selects the MPSI modules used for sourcing the CQFLAG [11:8].

pub fn cqpri(&self) -> CQPRI_R[src]

Bit 1 - Sets the Priority of the command queue DMA request

pub fn cqen(&self) -> CQEN_R[src]

Bit 0 - Command queue enable. When set, will enable the processing of the command queue and fetches of address/data pairs will proceed from the word address within the CQADDR register. Can be disabled using a CQ executed write to this bit as well.

impl R<u32, Reg<u32, _CQADDR>>[src]

pub fn cqaddr28(&self) -> CQADDR28_R[src]

Bit 28 - Bit 28 of target byte address for source of CQ. Used to denote Flash (0) or SRAM (1) access

pub fn cqaddr(&self) -> CQADDR_R[src]

Bits 2:20 - Bits 19:2 of target byte address for source of CQ. The buffer must be aligned on a word boundary

impl R<u32, Reg<u32, _CQSTAT>>[src]

pub fn cqerr(&self) -> CQERR_R[src]

Bit 2 - Command queue processing Error. This active high bit signals that an error was encountered during the CQ operation.

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 1 - Command queue operation is currently paused.

pub fn cqtip(&self) -> CQTIP_R[src]

Bit 0 - Command queue Transfer In Progress indicator. 1 will indicate that a CQ transfer is active and this will remain active even when paused waiting for external event.

impl R<u32, Reg<u32, _CQFLAGS>>[src]

pub fn cqirqmask(&self) -> CQIRQMASK_R[src]

Bits 16:31 - Mask the bits used to generate the command queue interrupt. A '1' in the bit position will enable the pause event to trigger the interrupt, if the CQWT_int interrupt is enabled. Bits definitions are the same as CQPAUSE

pub fn cqflags(&self) -> CQFLAGS_R[src]

Bits 0:15 - Current flag status (read-only). Bits [7:0] are software controllable and bits [15:8] are hardware status.

impl R<u32, Reg<u32, _CQSETCLEAR>>[src]

pub fn cqfclr(&self) -> CQFCLR_R[src]

Bits 16:23 - Clear CQFlag status bits. Will clear to 0 any SWFLAG with a '1' in the corresponding bit position of this field

pub fn cqftgl(&self) -> CQFTGL_R[src]

Bits 8:15 - Toggle the indicated bit. Will toggle the value of any SWFLAG with a '1' in the corresponding bit position of this field

pub fn cqfset(&self) -> CQFSET_R[src]

Bits 0:7 - Set CQFlag status bits. Will set to 1 the value of any SWFLAG with a '1' in the corresponding bit position of this field

impl R<u16, CQPEN_A>[src]

pub fn variant(&self) -> Variant<u16, CQPEN_A>[src]

Get enumerated values variant

pub fn is_idxeq(&self) -> bool[src]

Checks if the value of the field is IDXEQ

pub fn is_blexoren(&self) -> bool[src]

Checks if the value of the field is BLEXOREN

pub fn is_iomxoren(&self) -> bool[src]

Checks if the value of the field is IOMXOREN

pub fn is_gpioxoren(&self) -> bool[src]

Checks if the value of the field is GPIOXOREN

pub fn is_mspi1xnoren(&self) -> bool[src]

Checks if the value of the field is MSPI1XNOREN

pub fn is_mspi0xnoren(&self) -> bool[src]

Checks if the value of the field is MSPI0XNOREN

pub fn is_mspi1xoren(&self) -> bool[src]

Checks if the value of the field is MSPI1XOREN

pub fn is_mspi0xoren(&self) -> bool[src]

Checks if the value of the field is MSPI0XOREN

pub fn is_swflagen7(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN7

pub fn is_swflagen6(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN6

pub fn is_swflagen5(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN5

pub fn is_swflagen4(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN4

pub fn is_swflagen3(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN3

pub fn is_swflagen2(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN2

pub fn is_swflagen1(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN1

pub fn is_swflagen0(&self) -> bool[src]

Checks if the value of the field is SWFLAGEN0

impl R<u32, Reg<u32, _CQPAUSEEN>>[src]

pub fn cqpen(&self) -> CQPEN_R[src]

Bits 0:15 - Enables the specified event to pause command processing when active

impl R<u32, Reg<u32, _CQCURIDX>>[src]

pub fn cqcuridx(&self) -> CQCURIDX_R[src]

Bits 0:7 - Holds 8 bits of data that will be compared with the CQENDIX register field. If the values match, the IDXEQ pause event will be activated, which will cause the pausing of command queue operation if the IDXEQ bit is enabled in CQPAUSEEN.

impl R<u32, Reg<u32, _CQENDIDX>>[src]

pub fn cqendidx(&self) -> CQENDIDX_R[src]

Bits 0:7 - Holds 8 bits of data that will be compared with the CQCURIX register field. If the values match, the IDXEQ pause event will be activated, which will cause the pausing of command queue operation if the IDXEQ bit is enabled in CQPAUSEEN.

impl R<bool, IDLEST_A>[src]

pub fn variant(&self) -> Variant<bool, IDLEST_A>[src]

Get enumerated values variant

pub fn is_idle(&self) -> bool[src]

Checks if the value of the field is IDLE

impl R<bool, CMDACT_A>[src]

pub fn variant(&self) -> Variant<bool, CMDACT_A>[src]

Get enumerated values variant

pub fn is_active(&self) -> bool[src]

Checks if the value of the field is ACTIVE

impl R<bool, ERR_A>[src]

pub fn variant(&self) -> Variant<bool, ERR_A>[src]

Get enumerated values variant

pub fn is_error(&self) -> bool[src]

Checks if the value of the field is ERROR

impl R<u32, Reg<u32, _STATUS>>[src]

pub fn idlest(&self) -> IDLEST_R[src]

Bit 2 - indicates if the active I/O state machine is IDLE. Note - The state machine could be in idle state due to hold-offs from data availability, or as the command gets propagated into the logic from the registers.

pub fn cmdact(&self) -> CMDACT_R[src]

Bit 1 - Indicates if the active I/O Command is currently processing a transaction, or command is complete, but the FIFO pointers are still synchronizing internally. This bit will go high at the start of the transaction, and will go low when the command is complete, and the data and pointers within the FIFO have been synchronized.

pub fn err(&self) -> ERR_R[src]

Bit 0 - Bit has been deprecated. Please refer to the other error indicators. This will always return 0.

impl R<bool, SPILSB_A>[src]

pub fn variant(&self) -> SPILSB_A[src]

Get enumerated values variant

pub fn is_msb(&self) -> bool[src]

Checks if the value of the field is MSB

pub fn is_lsb(&self) -> bool[src]

Checks if the value of the field is LSB

impl R<bool, RDFCPOL_A>[src]

pub fn variant(&self) -> RDFCPOL_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<bool, WTFCPOL_A>[src]

pub fn variant(&self) -> WTFCPOL_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<bool, WTFCIRQ_A>[src]

pub fn variant(&self) -> WTFCIRQ_A[src]

Get enumerated values variant

pub fn is_miso(&self) -> bool[src]

Checks if the value of the field is MISO

pub fn is_irq(&self) -> bool[src]

Checks if the value of the field is IRQ

impl R<bool, MOSIINV_A>[src]

pub fn variant(&self) -> MOSIINV_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_invert(&self) -> bool[src]

Checks if the value of the field is INVERT

impl R<bool, RDFC_A>[src]

pub fn variant(&self) -> RDFC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, WTFC_A>[src]

pub fn variant(&self) -> WTFC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, SPHA_A>[src]

pub fn variant(&self) -> SPHA_A[src]

Get enumerated values variant

pub fn is_sample_leading_edge(&self) -> bool[src]

Checks if the value of the field is SAMPLE_LEADING_EDGE

pub fn is_sample_trailing_edge(&self) -> bool[src]

Checks if the value of the field is SAMPLE_TRAILING_EDGE

impl R<bool, SPOL_A>[src]

pub fn variant(&self) -> SPOL_A[src]

Get enumerated values variant

pub fn is_clk_base_0(&self) -> bool[src]

Checks if the value of the field is CLK_BASE_0

pub fn is_clk_base_1(&self) -> bool[src]

Checks if the value of the field is CLK_BASE_1

impl R<u32, Reg<u32, _MSPICFG>>[src]

pub fn mspirst(&self) -> MSPIRST_R[src]

Bit 30 - Not used. To reset the module, toggle the SMOD_EN for the module

pub fn doutdly(&self) -> DOUTDLY_R[src]

Bits 27:29 - Delay tap to use for the output signal (MOSI). This give more hold time on the output data

pub fn dindly(&self) -> DINDLY_R[src]

Bits 24:26 - Delay tap to use for the input signal (MISO). This gives more hold time on the input data.

pub fn spilsb(&self) -> SPILSB_R[src]

Bit 23 - Selects data transfer as MSB first (0) or LSB first (1) for the data portion of the SPI transaction. The offset bytes are always transmitted MSB first.

pub fn rdfcpol(&self) -> RDFCPOL_R[src]

Bit 22 - selects the read flow control signal polarity.

pub fn wtfcpol(&self) -> WTFCPOL_R[src]

Bit 21 - selects the write flow control signal polarity. The transfers are halted when the selected flow control signal is OPPOSITE polarity of bit. (For example: WTFCPOL = 0 will allow a IRQ=1 to pause transfers).

pub fn wtfcirq(&self) -> WTFCIRQ_R[src]

Bit 20 - selects the write mode flow control signal.

pub fn mosiinv(&self) -> MOSIINV_R[src]

Bit 18 - inverts MOSI when flow control is enabled.

pub fn rdfc(&self) -> RDFC_R[src]

Bit 17 - enables read mode flow control.

pub fn wtfc(&self) -> WTFC_R[src]

Bit 16 - enables write mode flow control.

pub fn fulldup(&self) -> FULLDUP_R[src]

Bit 2 - Enables full duplex mode for Master SPI write operations. Data will be captured simultaneously into the read FIFO

pub fn spha(&self) -> SPHA_R[src]

Bit 1 - selects SPI phase.

pub fn spol(&self) -> SPOL_R[src]

Bit 0 - selects SPI polarity.

impl R<bool, ARBEN_A>[src]

pub fn variant(&self) -> ARBEN_A[src]

Get enumerated values variant

pub fn is_arben(&self) -> bool[src]

Checks if the value of the field is ARBEN

pub fn is_arbdis(&self) -> bool[src]

Checks if the value of the field is ARBDIS

impl R<bool, I2CLSB_A>[src]

pub fn variant(&self) -> I2CLSB_A[src]

Get enumerated values variant

pub fn is_msbfirst(&self) -> bool[src]

Checks if the value of the field is MSBFIRST

pub fn is_lsbfirst(&self) -> bool[src]

Checks if the value of the field is LSBFIRST

impl R<bool, ADDRSZ_A>[src]

pub fn variant(&self) -> ADDRSZ_A[src]

Get enumerated values variant

pub fn is_addrsz7(&self) -> bool[src]

Checks if the value of the field is ADDRSZ7

pub fn is_addrsz10(&self) -> bool[src]

Checks if the value of the field is ADDRSZ10

impl R<u32, Reg<u32, _MI2CCFG>>[src]

pub fn strdis(&self) -> STRDIS_R[src]

Bit 24 - Disable detection of clock stretch events smaller than 1 cycle

pub fn smpcnt(&self) -> SMPCNT_R[src]

Bits 16:23 - Number of Base clock cycles to wait before sampling the SCL clock to determine if a clock stretch event has occurred

pub fn sdaendly(&self) -> SDAENDLY_R[src]

Bits 12:15 - Number of IOCLK cycles to delay the SDA output en (all transitions affected). Used to delay data relative to clock

pub fn sclendly(&self) -> SCLENDLY_R[src]

Bits 8:11 - Number of IOCLK cycles to delay the rising edge of the SCL output en (clock will go low on this edge). Used to allow clock shaping.

pub fn mi2crst(&self) -> MI2CRST_R[src]

Bit 6 - Not used. To reset the module, toggle the SMOD_EN for the module

pub fn sdadly(&self) -> SDADLY_R[src]

Bits 4:5 - Delay to enable on the SDA output. Values are 0x0-0x3.

pub fn arben(&self) -> ARBEN_R[src]

Bit 2 - Enables multi-master arbitration for the I2C master. If the bus is known to have only a single master, this function can be disabled to save clock cycles on I2C transactions

pub fn i2clsb(&self) -> I2CLSB_R[src]

Bit 1 - Direction of data transmit and receive, MSB(0) or LSB(1) first. Default per I2C specification is MSB first. This applies to both read and write data, and read data will be bit

pub fn addrsz(&self) -> ADDRSZ_R[src]

Bit 0 - Sets the I2C master device address size to either 7 bits (0) or 10 bits (1).

impl R<u32, Reg<u32, _DEVCFG>>[src]

pub fn devaddr(&self) -> DEVADDR_R[src]

Bits 0:9 - I2C address of the device that the Master will use to target for read/write operations. This can be either a 7-bit or 10-bit address.

impl R<u32, Reg<u32, _IOMDBG>>[src]

pub fn dbgdata(&self) -> DBGDATA_R[src]

Bits 3:31 - Debug control for various options. DBGDATA[1:0] is used to select between different debug data available in the DBG0 and DBG1 registers.

pub fn apbclkon(&self) -> APBCLKON_R[src]

Bit 2 - APBCLK debug clock control. Enable APB_CLK to be active when this bit is '1'. Otherwise, the clock is controlled with gating from the logic as needed.

pub fn ioclkon(&self) -> IOCLKON_R[src]

Bit 1 - IOCLK debug clock control. Enable IO_CLK to be active when this bit is '1'. Otherwise, the clock is controlled with gating from the logic as needed.

pub fn dbgen(&self) -> DBGEN_R[src]

Bit 0 - Debug Enable. Setting bit will enable the update of data within this register, otherwise it is clock gated for power savings

impl R<u32, Reg<u32, _FIFOPTR>>[src]

pub fn fifosiz(&self) -> FIFOSIZ_R[src]

Bits 8:15 - The number of bytes currently in the hardware FIFO.

pub fn fifoptr(&self) -> FIFOPTR_R[src]

Bits 0:7 - Current FIFO pointer.

impl R<u32, Reg<u32, _FIFOCFG>>[src]

pub fn robase(&self) -> ROBASE_R[src]

Bits 24:29 - Defines the read-only area. The IO Slave read-only area is situated in LRAM at (ROBASE8) to (FIFOBASE8-1)

pub fn fifomax(&self) -> FIFOMAX_R[src]

Bits 8:13 - These bits hold the maximum FIFO address in 8 byte segments. It is also the beginning of the RAM area of the LRAM. Note that no RAM area is configured if FIFOMAX is set to 0x1F.

pub fn fifobase(&self) -> FIFOBASE_R[src]

Bits 0:4 - These bits hold the base address of the I/O FIFO in 8 byte segments. The IO Slave FIFO is situated in LRAM at (FIFOBASE8) to (FIFOMAX8-1).

impl R<u32, Reg<u32, _FIFOTHR>>[src]

pub fn fifothr(&self) -> FIFOTHR_R[src]

Bits 0:7 - FIFO size interrupt threshold.

impl R<u32, Reg<u32, _FUPD>>[src]

pub fn ioread(&self) -> IOREAD_R[src]

Bit 1 - This bit field indicates an IO read is active.

pub fn fifoupd(&self) -> FIFOUPD_R[src]

Bit 0 - This bit indicates that a FIFO update is underway.

impl R<u32, Reg<u32, _FIFOCTR>>[src]

pub fn fifoctr(&self) -> FIFOCTR_R[src]

Bits 0:9 - Virtual FIFO byte count

impl R<u32, Reg<u32, _FIFOINC>>[src]

pub fn fifoinc(&self) -> FIFOINC_R[src]

Bits 0:9 - Increment the Overall FIFO Counter by this value on a write

impl R<bool, IFCEN_A>[src]

pub fn variant(&self) -> IFCEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, STARTRD_A>[src]

pub fn variant(&self) -> STARTRD_A[src]

Get enumerated values variant

pub fn is_late(&self) -> bool[src]

Checks if the value of the field is LATE

pub fn is_early(&self) -> bool[src]

Checks if the value of the field is EARLY

impl R<bool, LSB_A>[src]

pub fn variant(&self) -> LSB_A[src]

Get enumerated values variant

pub fn is_msb_first(&self) -> bool[src]

Checks if the value of the field is MSB_FIRST

pub fn is_lsb_first(&self) -> bool[src]

Checks if the value of the field is LSB_FIRST

impl R<bool, SPOL_A>[src]

pub fn variant(&self) -> SPOL_A[src]

Get enumerated values variant

pub fn is_spi_modes_0_3(&self) -> bool[src]

Checks if the value of the field is SPI_MODES_0_3

pub fn is_spi_modes_1_2(&self) -> bool[src]

Checks if the value of the field is SPI_MODES_1_2

impl R<bool, IFCSEL_A>[src]

pub fn variant(&self) -> IFCSEL_A[src]

Get enumerated values variant

pub fn is_i2c(&self) -> bool[src]

Checks if the value of the field is I2C

pub fn is_spi(&self) -> bool[src]

Checks if the value of the field is SPI

impl R<u32, Reg<u32, _CFG>>[src]

pub fn ifcen(&self) -> IFCEN_R[src]

Bit 31 - IOSLAVE interface enable.

pub fn i2caddr(&self) -> I2CADDR_R[src]

Bits 8:19 - 7-bit or 10-bit I2C device address.

pub fn startrd(&self) -> STARTRD_R[src]

Bit 4 - This bit holds the cycle to initiate an I/O RAM read.

pub fn lsb(&self) -> LSB_R[src]

Bit 2 - This bit selects the transfer bit ordering.

pub fn spol(&self) -> SPOL_R[src]

Bit 1 - This bit selects SPI polarity.

pub fn ifcsel(&self) -> IFCSEL_R[src]

Bit 0 - This bit selects the I/O interface.

impl R<u32, Reg<u32, _PRENC>>[src]

pub fn prenc(&self) -> PRENC_R[src]

Bits 0:4 - These bits hold the priority encode of the REGACC interrupts.

impl R<u32, Reg<u32, _IOINTCTL>>[src]

pub fn iointset(&self) -> IOINTSET_R[src]

Bits 24:31 - These bits set the IOINT interrupts when written with a 1.

pub fn iointclr(&self) -> IOINTCLR_R[src]

Bit 16 - This bit clears all of the IOINT interrupts when written with a 1.

pub fn ioint(&self) -> IOINT_R[src]

Bits 8:15 - These bits read the IOINT interrupts.

pub fn iointen(&self) -> IOINTEN_R[src]

Bits 0:7 - These read-only bits indicate whether the IOINT interrupts are enabled.

impl R<u32, Reg<u32, _GENADD>>[src]

pub fn gadata(&self) -> GADATA_R[src]

Bits 0:7 - The data supplied on the last General Address reference.

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn xcmpwr(&self) -> XCMPWR_R[src]

Bit 9 - Transfer complete interrupt, write to register space.

pub fn xcmpwf(&self) -> XCMPWF_R[src]

Bit 8 - Transfer complete interrupt, write to FIFO space.

pub fn xcmprr(&self) -> XCMPRR_R[src]

Bit 7 - Transfer complete interrupt, read from register space.

pub fn xcmprf(&self) -> XCMPRF_R[src]

Bit 6 - Transfer complete interrupt, read from FIFO space.

pub fn iointw(&self) -> IOINTW_R[src]

Bit 5 - IO Write interrupt.

pub fn genad(&self) -> GENAD_R[src]

Bit 4 - I2C General Address interrupt.

pub fn frderr(&self) -> FRDERR_R[src]

Bit 3 - FIFO Read Error interrupt.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - FIFO Underflow interrupt.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 1 - FIFO Overflow interrupt.

pub fn fsize(&self) -> FSIZE_R[src]

Bit 0 - FIFO Size interrupt.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn xcmpwr(&self) -> XCMPWR_R[src]

Bit 9 - Transfer complete interrupt, write to register space.

pub fn xcmpwf(&self) -> XCMPWF_R[src]

Bit 8 - Transfer complete interrupt, write to FIFO space.

pub fn xcmprr(&self) -> XCMPRR_R[src]

Bit 7 - Transfer complete interrupt, read from register space.

pub fn xcmprf(&self) -> XCMPRF_R[src]

Bit 6 - Transfer complete interrupt, read from FIFO space.

pub fn iointw(&self) -> IOINTW_R[src]

Bit 5 - IO Write interrupt.

pub fn genad(&self) -> GENAD_R[src]

Bit 4 - I2C General Address interrupt.

pub fn frderr(&self) -> FRDERR_R[src]

Bit 3 - FIFO Read Error interrupt.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - FIFO Underflow interrupt.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 1 - FIFO Overflow interrupt.

pub fn fsize(&self) -> FSIZE_R[src]

Bit 0 - FIFO Size interrupt.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn xcmpwr(&self) -> XCMPWR_R[src]

Bit 9 - Transfer complete interrupt, write to register space.

pub fn xcmpwf(&self) -> XCMPWF_R[src]

Bit 8 - Transfer complete interrupt, write to FIFO space.

pub fn xcmprr(&self) -> XCMPRR_R[src]

Bit 7 - Transfer complete interrupt, read from register space.

pub fn xcmprf(&self) -> XCMPRF_R[src]

Bit 6 - Transfer complete interrupt, read from FIFO space.

pub fn iointw(&self) -> IOINTW_R[src]

Bit 5 - IO Write interrupt.

pub fn genad(&self) -> GENAD_R[src]

Bit 4 - I2C General Address interrupt.

pub fn frderr(&self) -> FRDERR_R[src]

Bit 3 - FIFO Read Error interrupt.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - FIFO Underflow interrupt.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 1 - FIFO Overflow interrupt.

pub fn fsize(&self) -> FSIZE_R[src]

Bit 0 - FIFO Size interrupt.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn xcmpwr(&self) -> XCMPWR_R[src]

Bit 9 - Transfer complete interrupt, write to register space.

pub fn xcmpwf(&self) -> XCMPWF_R[src]

Bit 8 - Transfer complete interrupt, write to FIFO space.

pub fn xcmprr(&self) -> XCMPRR_R[src]

Bit 7 - Transfer complete interrupt, read from register space.

pub fn xcmprf(&self) -> XCMPRF_R[src]

Bit 6 - Transfer complete interrupt, read from FIFO space.

pub fn iointw(&self) -> IOINTW_R[src]

Bit 5 - IO Write interrupt.

pub fn genad(&self) -> GENAD_R[src]

Bit 4 - I2C General Address interrupt.

pub fn frderr(&self) -> FRDERR_R[src]

Bit 3 - FIFO Read Error interrupt.

pub fn fundfl(&self) -> FUNDFL_R[src]

Bit 2 - FIFO Underflow interrupt.

pub fn fovfl(&self) -> FOVFL_R[src]

Bit 1 - FIFO Overflow interrupt.

pub fn fsize(&self) -> FSIZE_R[src]

Bit 0 - FIFO Size interrupt.

impl R<u32, Reg<u32, _REGACCINTEN>>[src]

pub fn regacc(&self) -> REGACC_R[src]

Bits 0:31 - Register access interrupts.

impl R<u32, Reg<u32, _REGACCINTSTAT>>[src]

pub fn regacc(&self) -> REGACC_R[src]

Bits 0:31 - Register access interrupts.

impl R<u32, Reg<u32, _REGACCINTCLR>>[src]

pub fn regacc(&self) -> REGACC_R[src]

Bits 0:31 - Register access interrupts.

impl R<u32, Reg<u32, _REGACCINTSET>>[src]

pub fn regacc(&self) -> REGACC_R[src]

Bits 0:31 - Register access interrupts.

impl R<u32, PARTNUM_A>[src]

pub fn variant(&self) -> Variant<u32, PARTNUM_A>[src]

Get enumerated values variant

pub fn is_apollo3p(&self) -> bool[src]

Checks if the value of the field is APOLLO3P

pub fn is_apollo3(&self) -> bool[src]

Checks if the value of the field is APOLLO3

pub fn is_apollo2(&self) -> bool[src]

Checks if the value of the field is APOLLO2

pub fn is_apollo(&self) -> bool[src]

Checks if the value of the field is APOLLO

pub fn is_pn_m(&self) -> bool[src]

Checks if the value of the field is PN_M

pub fn is_pn_s(&self) -> bool[src]

Checks if the value of the field is PN_S

pub fn is_flashsize_m(&self) -> bool[src]

Checks if the value of the field is FLASHSIZE_M

pub fn is_flashsize_s(&self) -> bool[src]

Checks if the value of the field is FLASHSIZE_S

pub fn is_sramsize_m(&self) -> bool[src]

Checks if the value of the field is SRAMSIZE_M

pub fn is_sramsize_s(&self) -> bool[src]

Checks if the value of the field is SRAMSIZE_S

pub fn is_rev_m(&self) -> bool[src]

Checks if the value of the field is REV_M

pub fn is_rev_s(&self) -> bool[src]

Checks if the value of the field is REV_S

pub fn is_pkg_m(&self) -> bool[src]

Checks if the value of the field is PKG_M

pub fn is_pkg_s(&self) -> bool[src]

Checks if the value of the field is PKG_S

pub fn is_pins_m(&self) -> bool[src]

Checks if the value of the field is PINS_M

pub fn is_pins_s(&self) -> bool[src]

Checks if the value of the field is PINS_S

pub fn is_temp_s(&self) -> bool[src]

Checks if the value of the field is TEMP_S

pub fn is_qual_s(&self) -> bool[src]

Checks if the value of the field is QUAL_S

impl R<u32, Reg<u32, _CHIPPN>>[src]

pub fn partnum(&self) -> PARTNUM_R[src]

Bits 0:31 - BCD part number.

impl R<u32, CHIPID0_A>[src]

pub fn variant(&self) -> Variant<u32, CHIPID0_A>[src]

Get enumerated values variant

pub fn is_apollo3(&self) -> bool[src]

Checks if the value of the field is APOLLO3

impl R<u32, Reg<u32, _CHIPID0>>[src]

pub fn chipid0(&self) -> CHIPID0_R[src]

Bits 0:31 - Unique chip ID 0.

impl R<u32, CHIPID1_A>[src]

pub fn variant(&self) -> Variant<u32, CHIPID1_A>[src]

Get enumerated values variant

pub fn is_apollo3(&self) -> bool[src]

Checks if the value of the field is APOLLO3

impl R<u32, Reg<u32, _CHIPID1>>[src]

pub fn chipid1(&self) -> CHIPID1_R[src]

Bits 0:31 - Unique chip ID 1.

impl R<u8, REVMAJ_A>[src]

pub fn variant(&self) -> Variant<u8, REVMAJ_A>[src]

Get enumerated values variant

pub fn is_c(&self) -> bool[src]

Checks if the value of the field is C

pub fn is_b(&self) -> bool[src]

Checks if the value of the field is B

pub fn is_a(&self) -> bool[src]

Checks if the value of the field is A

impl R<u8, REVMIN_A>[src]

pub fn variant(&self) -> Variant<u8, REVMIN_A>[src]

Get enumerated values variant

pub fn is_rev1(&self) -> bool[src]

Checks if the value of the field is REV1

pub fn is_rev0(&self) -> bool[src]

Checks if the value of the field is REV0

impl R<u32, Reg<u32, _CHIPREV>>[src]

pub fn sipart(&self) -> SIPART_R[src]

Bits 8:19 - Silicon Part ID

pub fn revmaj(&self) -> REVMAJ_R[src]

Bits 4:7 - Major Revision ID.

pub fn revmin(&self) -> REVMIN_R[src]

Bits 0:3 - Minor Revision ID.

impl R<u32, VENDORID_A>[src]

pub fn variant(&self) -> Variant<u32, VENDORID_A>[src]

Get enumerated values variant

pub fn is_ambiq(&self) -> bool[src]

Checks if the value of the field is AMBIQ

impl R<u32, Reg<u32, _VENDORID>>[src]

pub fn vendorid(&self) -> VENDORID_R[src]

Bits 0:31 - Unique Vendor ID

impl R<u32, Reg<u32, _SKU>>[src]

pub fn secboot(&self) -> SECBOOT_R[src]

Bit 2 - Secure boot feature allowed

pub fn allowble(&self) -> ALLOWBLE_R[src]

Bit 1 - Allow BLE feature

pub fn allowburst(&self) -> ALLOWBURST_R[src]

Bit 0 - Allow Burst feature

impl R<bool, BURSTAVAIL_A>[src]

pub fn variant(&self) -> BURSTAVAIL_A[src]

Get enumerated values variant

pub fn is_avail(&self) -> bool[src]

Checks if the value of the field is AVAIL

pub fn is_notavail(&self) -> bool[src]

Checks if the value of the field is NOTAVAIL

impl R<bool, BURSTREQ_A>[src]

pub fn variant(&self) -> BURSTREQ_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, BLEAVAIL_A>[src]

pub fn variant(&self) -> BLEAVAIL_A[src]

Get enumerated values variant

pub fn is_avail(&self) -> bool[src]

Checks if the value of the field is AVAIL

pub fn is_notavail(&self) -> bool[src]

Checks if the value of the field is NOTAVAIL

impl R<bool, BLEREQ_A>[src]

pub fn variant(&self) -> BLEREQ_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _FEATUREENABLE>>[src]

pub fn burstavail(&self) -> BURSTAVAIL_R[src]

Bit 6 - Availability of Burst functionality

pub fn burstack(&self) -> BURSTACK_R[src]

Bit 5 - ACK for BURSTREQ

pub fn burstreq(&self) -> BURSTREQ_R[src]

Bit 4 - Controls the Burst functionality

pub fn bleavail(&self) -> BLEAVAIL_R[src]

Bit 2 - AVAILABILITY of the BLE functionality

pub fn bleack(&self) -> BLEACK_R[src]

Bit 1 - ACK for BLEREQ

pub fn blereq(&self) -> BLEREQ_R[src]

Bit 0 - Controls the BLE functionality

impl R<u32, Reg<u32, _DEBUGGER>>[src]

pub fn lockout(&self) -> LOCKOUT_R[src]

Bit 0 - Lockout of debugger (SWD).

impl R<u32, Reg<u32, _DMASRAMWRITEPROTECT2>>[src]

pub fn dma_wprot2(&self) -> DMA_WPROT2_R[src]

Bits 0:31 - Write protect SRAM from DMA. Each bit provides write protection for an 8KB region of memory. When set to 1, the region will be protected from DMA writes, when set to 0, DMA may write the region.

impl R<u32, Reg<u32, _ADCPWRDLY>>[src]

pub fn adcpwr1(&self) -> ADCPWR1_R[src]

Bits 8:15 - ADC Reference Keeper enable delay in 16 ADC CLK increments for ADC_CLKSEL = 0x1, 8 ADC CLOCK increments for ADC_CLKSEL = 0x2.

pub fn adcpwr0(&self) -> ADCPWR0_R[src]

Bits 0:7 - ADC Reference Buffer Power Enable delay in 64 ADC CLK increments for ADC_CLKSEL = 0x1, 32 ADC CLOCK increments for ADC_CLKSEL = 0x2.

impl R<bool, ADCCALIBRATED_A>[src]

pub fn variant(&self) -> ADCCALIBRATED_A[src]

Get enumerated values variant

pub fn is_false_(&self) -> bool[src]

Checks if the value of the field is FALSE

pub fn is_true_(&self) -> bool[src]

Checks if the value of the field is TRUE

impl R<bool, CALONPWRUP_A>[src]

pub fn variant(&self) -> CALONPWRUP_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _ADCCAL>>[src]

pub fn adccalibrated(&self) -> ADCCALIBRATED_R[src]

Bit 1 - Status for ADC Calibration

pub fn calonpwrup(&self) -> CALONPWRUP_R[src]

Bit 0 - Run ADC Calibration on initial power up sequence

impl R<bool, BATTLOAD_A>[src]

pub fn variant(&self) -> BATTLOAD_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _ADCBATTLOAD>>[src]

pub fn battload(&self) -> BATTLOAD_R[src]

Bit 0 - Enable the ADC battery load resistor

impl R<u32, Reg<u32, _ADCTRIM>>[src]

pub fn adcrfbufibtrim(&self) -> ADCRFBUFIBTRIM_R[src]

Bits 11:12 - ADC reference buffer input bias trim

pub fn adcrefbuftrim(&self) -> ADCREFBUFTRIM_R[src]

Bits 6:10 - ADC Reference buffer trim

pub fn adcrefkeepibtrim(&self) -> ADCREFKEEPIBTRIM_R[src]

Bits 0:1 - ADC Reference Ibias trim

impl R<u32, Reg<u32, _ADCREFCOMP>>[src]

pub fn adcrfcmpen(&self) -> ADCRFCMPEN_R[src]

Bit 16 - ADC Reference comparator power down

pub fn adcrefkeeptrim(&self) -> ADCREFKEEPTRIM_R[src]

Bits 8:12 - ADC Reference Keeper Trim

pub fn adc_refcomp_out(&self) -> ADC_REFCOMP_OUT_R[src]

Bit 0 - Output of the ADC reference comparator

impl R<bool, PWDBODXTAL_A>[src]

pub fn variant(&self) -> PWDBODXTAL_A[src]

Get enumerated values variant

pub fn is_pwrupbod(&self) -> bool[src]

Checks if the value of the field is PWRUPBOD

pub fn is_pwrdnbod(&self) -> bool[src]

Checks if the value of the field is PWRDNBOD

impl R<bool, PDNBCMPRXTAL_A>[src]

pub fn variant(&self) -> PDNBCMPRXTAL_A[src]

Get enumerated values variant

pub fn is_pwrupcomp(&self) -> bool[src]

Checks if the value of the field is PWRUPCOMP

pub fn is_pwrdncomp(&self) -> bool[src]

Checks if the value of the field is PWRDNCOMP

impl R<bool, PDNBCOREXTAL_A>[src]

pub fn variant(&self) -> PDNBCOREXTAL_A[src]

Get enumerated values variant

pub fn is_pwrupcore(&self) -> bool[src]

Checks if the value of the field is PWRUPCORE

pub fn is_pwrdncore(&self) -> bool[src]

Checks if the value of the field is PWRDNCORE

impl R<bool, BYPCMPRXTAL_A>[src]

pub fn variant(&self) -> BYPCMPRXTAL_A[src]

Get enumerated values variant

pub fn is_usecomp(&self) -> bool[src]

Checks if the value of the field is USECOMP

pub fn is_bypcomp(&self) -> bool[src]

Checks if the value of the field is BYPCOMP

impl R<bool, FDBKDSBLXTAL_A>[src]

pub fn variant(&self) -> FDBKDSBLXTAL_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, XTALSWE_A>[src]

pub fn variant(&self) -> XTALSWE_A[src]

Get enumerated values variant

pub fn is_override_dis(&self) -> bool[src]

Checks if the value of the field is OVERRIDE_DIS

pub fn is_override_en(&self) -> bool[src]

Checks if the value of the field is OVERRIDE_EN

impl R<u32, Reg<u32, _XTALCTRL>>[src]

pub fn xtalicomptrim(&self) -> XTALICOMPTRIM_R[src]

Bits 8:9 - XTAL ICOMP trim

pub fn xtalibuftrim(&self) -> XTALIBUFTRIM_R[src]

Bits 6:7 - XTAL IBUFF trim

pub fn pwdbodxtal(&self) -> PWDBODXTAL_R[src]

Bit 5 - XTAL Power down on brown out.

pub fn pdnbcmprxtal(&self) -> PDNBCMPRXTAL_R[src]

Bit 4 - XTAL Oscillator Power Down Comparator.

pub fn pdnbcorextal(&self) -> PDNBCOREXTAL_R[src]

Bit 3 - XTAL Oscillator Power Down Core.

pub fn bypcmprxtal(&self) -> BYPCMPRXTAL_R[src]

Bit 2 - XTAL Oscillator Bypass Comparator.

pub fn fdbkdsblxtal(&self) -> FDBKDSBLXTAL_R[src]

Bit 1 - XTAL Oscillator Disable Feedback.

pub fn xtalswe(&self) -> XTALSWE_R[src]

Bit 0 - XTAL Software Override Enable.

impl R<u8, ACWARMUP_A>[src]

pub fn variant(&self) -> ACWARMUP_A[src]

Get enumerated values variant

pub fn is_sec1(&self) -> bool[src]

Checks if the value of the field is SEC1

pub fn is_sec2(&self) -> bool[src]

Checks if the value of the field is SEC2

pub fn is_sec4(&self) -> bool[src]

Checks if the value of the field is SEC4

pub fn is_sec8(&self) -> bool[src]

Checks if the value of the field is SEC8

impl R<u32, Reg<u32, _XTALGENCTRL>>[src]

pub fn xtalksbiastrim(&self) -> XTALKSBIASTRIM_R[src]

Bits 8:13 - XTAL IBIAS Kick start trim. This trim value is used during the startup process to enable a faster lock.

pub fn xtalbiastrim(&self) -> XTALBIASTRIM_R[src]

Bits 2:7 - XTAL BIAS trim

pub fn acwarmup(&self) -> ACWARMUP_R[src]

Bits 0:1 - Auto-calibration delay control

impl R<u32, Reg<u32, _MISCCTRL>>[src]

pub fn ble_resetn(&self) -> BLE_RESETN_R[src]

Bit 5 - BLE reset signal.

pub fn reserved_rw_0(&self) -> RESERVED_RW_0_R[src]

Bits 0:4 - Reserved bits, always leave unchanged. The MISCCTRL register must be modified via atomic RMW, leaving this bit field completely unmodified. Failure to do so will result in unpredictable behavior.

impl R<u8, SECBOOTONRST_A>[src]

pub fn variant(&self) -> Variant<u8, SECBOOTONRST_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_enabled(&self) -> bool[src]

Checks if the value of the field is ENABLED

pub fn is_error(&self) -> bool[src]

Checks if the value of the field is ERROR

impl R<u8, SECBOOT_A>[src]

pub fn variant(&self) -> Variant<u8, SECBOOT_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_enabled(&self) -> bool[src]

Checks if the value of the field is ENABLED

pub fn is_error(&self) -> bool[src]

Checks if the value of the field is ERROR

impl R<u8, SECBOOTFEATURE_A>[src]

pub fn variant(&self) -> Variant<u8, SECBOOTFEATURE_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_enabled(&self) -> bool[src]

Checks if the value of the field is ENABLED

pub fn is_error(&self) -> bool[src]

Checks if the value of the field is ERROR

impl R<bool, PROTLOCK_A>[src]

pub fn variant(&self) -> Variant<bool, PROTLOCK_A>[src]

Get enumerated values variant

pub fn is_lock(&self) -> bool[src]

Checks if the value of the field is LOCK

impl R<bool, SBLOCK_A>[src]

pub fn variant(&self) -> Variant<bool, SBLOCK_A>[src]

Get enumerated values variant

pub fn is_lock(&self) -> bool[src]

Checks if the value of the field is LOCK

impl R<bool, BOOTLOADERLOW_A>[src]

pub fn variant(&self) -> Variant<bool, BOOTLOADERLOW_A>[src]

Get enumerated values variant

pub fn is_addr0(&self) -> bool[src]

Checks if the value of the field is ADDR0

impl R<u32, Reg<u32, _BOOTLOADER>>[src]

pub fn secbootonrst(&self) -> SECBOOTONRST_R[src]

Bits 30:31 - Indicates whether the secure boot on warm reset is enabled

pub fn secboot(&self) -> SECBOOT_R[src]

Bits 28:29 - Indicates whether the secure boot on cold reset is enabled

pub fn secbootfeature(&self) -> SECBOOTFEATURE_R[src]

Bits 26:27 - Indicates whether the secure boot feature is enabled.

pub fn protlock(&self) -> PROTLOCK_R[src]

Bit 2 - Flash protection lock. Always resets to 1, write 1 to clear. Enables writes to flash protection register set.

pub fn sblock(&self) -> SBLOCK_R[src]

Bit 1 - Secure boot lock. Always resets to 1, write 1 to clear. Enables system visibility to bootloader until set.

pub fn bootloaderlow(&self) -> BOOTLOADERLOW_R[src]

Bit 0 - Determines whether the bootloader code is visible at address 0x00000000 or not. Resets to 1, write 1 to clear.

impl R<bool, INFO0_VALID_A>[src]

pub fn variant(&self) -> Variant<bool, INFO0_VALID_A>[src]

Get enumerated values variant

pub fn is_valid(&self) -> bool[src]

Checks if the value of the field is VALID

impl R<bool, BLDSLEEP_A>[src]

pub fn variant(&self) -> Variant<bool, BLDSLEEP_A>[src]

Get enumerated values variant

pub fn is_deepsleep(&self) -> bool[src]

Checks if the value of the field is DEEPSLEEP

impl R<bool, VALID_A>[src]

pub fn variant(&self) -> Variant<bool, VALID_A>[src]

Get enumerated values variant

pub fn is_valid(&self) -> bool[src]

Checks if the value of the field is VALID

impl R<u32, Reg<u32, _SHADOWVALID>>[src]

pub fn info0_valid(&self) -> INFO0_VALID_R[src]

Bit 2 - Indicates whether INFO0 contains valid data

pub fn bldsleep(&self) -> BLDSLEEP_R[src]

Bit 1 - Indicates whether the bootloader should sleep or deep sleep if no image loaded.

pub fn valid(&self) -> VALID_R[src]

Bit 0 - Indicates whether the shadow registers contain valid data from the Flash Information Space.

impl R<u32, Reg<u32, _SCRATCH0>>[src]

pub fn scratch0(&self) -> SCRATCH0_R[src]

Bits 0:31 - Scratch register 0.

impl R<u32, Reg<u32, _SCRATCH1>>[src]

pub fn scratch1(&self) -> SCRATCH1_R[src]

Bits 0:31 - Scratch register 1.

impl R<u32, Reg<u32, _ICODEFAULTADDR>>[src]

pub fn icodefaultaddr(&self) -> ICODEFAULTADDR_R[src]

Bits 0:31 - The ICODE bus address observed when a Bus Fault occurred. Once an address is captured in this field, it is held until the corresponding Fault Observed bit is cleared in the FAULTSTATUS register.

impl R<u32, Reg<u32, _DCODEFAULTADDR>>[src]

pub fn dcodefaultaddr(&self) -> DCODEFAULTADDR_R[src]

Bits 0:31 - The DCODE bus address observed when a Bus Fault occurred. Once an address is captured in this field, it is held until the corresponding Fault Observed bit is cleared in the FAULTSTATUS register.

impl R<u32, Reg<u32, _SYSFAULTADDR>>[src]

pub fn sysfaultaddr(&self) -> SYSFAULTADDR_R[src]

Bits 0:31 - SYS bus address observed when a Bus Fault occurred. Once an address is captured in this field, it is held until the corresponding Fault Observed bit is cleared in the FAULTSTATUS register.

impl R<bool, SYSFAULT_A>[src]

pub fn variant(&self) -> SYSFAULT_A[src]

Get enumerated values variant

pub fn is_nofault(&self) -> bool[src]

Checks if the value of the field is NOFAULT

pub fn is_fault(&self) -> bool[src]

Checks if the value of the field is FAULT

impl R<bool, DCODEFAULT_A>[src]

pub fn variant(&self) -> DCODEFAULT_A[src]

Get enumerated values variant

pub fn is_nofault(&self) -> bool[src]

Checks if the value of the field is NOFAULT

pub fn is_fault(&self) -> bool[src]

Checks if the value of the field is FAULT

impl R<bool, ICODEFAULT_A>[src]

pub fn variant(&self) -> ICODEFAULT_A[src]

Get enumerated values variant

pub fn is_nofault(&self) -> bool[src]

Checks if the value of the field is NOFAULT

pub fn is_fault(&self) -> bool[src]

Checks if the value of the field is FAULT

impl R<u32, Reg<u32, _FAULTSTATUS>>[src]

pub fn sysfault(&self) -> SYSFAULT_R[src]

Bit 2 - SYS Bus Decoder Fault Detected bit. When set, a fault has been detected, and the SYSFAULTADDR register will contain the bus address which generated the fault.

pub fn dcodefault(&self) -> DCODEFAULT_R[src]

Bit 1 - DCODE Bus Decoder Fault Detected bit. When set, a fault has been detected, and the DCODEFAULTADDR register will contain the bus address which generated the fault.

pub fn icodefault(&self) -> ICODEFAULT_R[src]

Bit 0 - The ICODE Bus Decoder Fault Detected bit. When set, a fault has been detected, and the ICODEFAULTADDR register will contain the bus address which generated the fault.

impl R<bool, FAULTCAPTUREEN_A>[src]

pub fn variant(&self) -> FAULTCAPTUREEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _FAULTCAPTUREEN>>[src]

pub fn faultcaptureen(&self) -> FAULTCAPTUREEN_R[src]

Bit 0 - Fault Capture Enable field. When set, the Fault Capture monitors are enabled and addresses which generate a hard fault are captured into the FAULTADDR registers.

impl R<u32, Reg<u32, _DBGR1>>[src]

pub fn oneto8(&self) -> ONETO8_R[src]

Bits 0:31 - Read-only register for communication validation

impl R<u32, Reg<u32, _DBGR2>>[src]

pub fn coolcode(&self) -> COOLCODE_R[src]

Bits 0:31 - Read-only register for communication validation

impl R<bool, ENABLE_A>[src]

pub fn variant(&self) -> ENABLE_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _PMUENABLE>>[src]

pub fn enable(&self) -> ENABLE_R[src]

Bit 0 - PMU Enable Control bit. When set, the MCU's PMU will place the MCU into the lowest power consuming Deep Sleep mode upon execution of a WFI instruction (dependent on the setting of the SLEEPDEEP bit in the ARM SCR register). When cleared, regardless of the requested sleep mode, the PMU will not enter the lowest power Deep Sleep mode, instead entering the Sleep mode.

impl R<u8, CLKSEL_A>[src]

pub fn variant(&self) -> Variant<u8, CLKSEL_A>[src]

Get enumerated values variant

pub fn is_lowpwr(&self) -> bool[src]

Checks if the value of the field is LOWPWR

pub fn is_hfrcdiv2(&self) -> bool[src]

Checks if the value of the field is HFRCDIV2

pub fn is_hfrcdiv8(&self) -> bool[src]

Checks if the value of the field is HFRCDIV8

pub fn is_hfrcdiv16(&self) -> bool[src]

Checks if the value of the field is HFRCDIV16

pub fn is_hfrcdiv32(&self) -> bool[src]

Checks if the value of the field is HFRCDIV32

impl R<bool, ENABLE_A>[src]

pub fn variant(&self) -> ENABLE_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _TPIUCTRL>>[src]

pub fn clksel(&self) -> CLKSEL_R[src]

Bits 8:10 - This field selects the frequency of the ARM M4 TPIU port.

pub fn enable(&self) -> ENABLE_R[src]

Bit 0 - TPIU Enable field. When set, the ARM M4 TPIU is enabled and data can be streamed out of the MCU's SWO port using the ARM ITM and TPIU modules.

impl R<u32, Reg<u32, _OTAPOINTER>>[src]

pub fn otapointer(&self) -> OTAPOINTER_R[src]

Bits 2:31 - Flash page pointer with updated OTA image

pub fn otasblupdate(&self) -> OTASBLUPDATE_R[src]

Bit 1 - Indicates that the sbl_init has been updated

pub fn otavalid(&self) -> OTAVALID_R[src]

Bit 0 - Indicates that an OTA update is valid

impl R<u32, Reg<u32, _SRAMMODE>>[src]

pub fn dprefetch_cache(&self) -> DPREFETCH_CACHE_R[src]

Bit 5 - Secondary pre-fetch feature that will cache pre-fetched data across bus wait states (requires DPREFETCH to be set).

pub fn dprefetch(&self) -> DPREFETCH_R[src]

Bit 4 - When set, data bus accesses to the SRAM banks will be pre-fetched (normally 2 cycle read access). Use of this mode bit is only recommended if the work flow has a large number of sequential accesses.

pub fn iprefetch_cache(&self) -> IPREFETCH_CACHE_R[src]

Bit 1 - Secondary pre-fetch feature that will cache pre-fetched data across bus wait states (requires IPREFETCH to be set).

pub fn iprefetch(&self) -> IPREFETCH_R[src]

Bit 0 - When set, instruction accesses to the SRAM banks will be pre-fetched (normally 2 cycle read access). Generally, this mode bit should be set for improved performance when executing instructions from SRAM.

impl R<u32, KEXTCLKSEL_A>[src]

pub fn variant(&self) -> Variant<u32, KEXTCLKSEL_A>[src]

Get enumerated values variant

pub fn is_key(&self) -> bool[src]

Checks if the value of the field is KEY

impl R<u32, Reg<u32, _KEXTCLKSEL>>[src]

pub fn kextclksel(&self) -> KEXTCLKSEL_R[src]

Bits 0:31 - Key register value.

impl R<u32, Reg<u32, _SIMOBUCK2>>[src]

pub fn reserved_rw_24(&self) -> RESERVED_RW_24_R[src]

Bits 24:31 - Reserved bits, always leave unchanged. The SIMOBUCK2 register must be modified via atomic RMW, leaving this bit field completely unmodified. Failure to do so will result in unpredictable behavior.

pub fn simobuckcorelplowtontrim(&self) -> SIMOBUCKCORELPLOWTONTRIM_R[src]

Bits 20:23 - simobuck_core_lp_low_ton_trim

pub fn simobuckcorelphightontrim(&self) -> SIMOBUCKCORELPHIGHTONTRIM_R[src]

Bits 16:19 - simobuck_core_lp_high_ton_trim

pub fn reserved_rw_0(&self) -> RESERVED_RW_0_R[src]

Bits 0:15 - Reserved bits, always leave unchanged. The SIMOBUCK2 register must be modified via atomic RMW, leaving this bit field completely unmodified. Failure to do so will result in unpredictable behavior.

impl R<u32, Reg<u32, _SIMOBUCK3>>[src]

pub fn reserved_rw_31(&self) -> RESERVED_RW_31_R[src]

Bit 31 - Reserved bits, always leave unchanged. The SIMOBUCK2 register must be modified via atomic RMW, leaving this bit field completely unmodified. Failure to do so will result in unpredictable behavior.

pub fn simobuckmemlphightontrim(&self) -> SIMOBUCKMEMLPHIGHTONTRIM_R[src]

Bits 27:30 - simobuck_mem_lp_high_ton_trim

pub fn reserved_rw_16(&self) -> RESERVED_RW_16_R[src]

Bits 16:26 - Reserved bits, always leave unchanged. The SIMOBUCK3 register must be modified via atomic RMW, leaving this bit field completely unmodified. Failure to do so will result in unpredictable behavior.

pub fn simobuckmemlplowtofftrim(&self) -> SIMOBUCKMEMLPLOWTOFFTRIM_R[src]

Bits 12:15 - simobuck_mem_lp_low_toff_trim

pub fn simobuckmemlphightofftrim(&self) -> SIMOBUCKMEMLPHIGHTOFFTRIM_R[src]

Bits 8:11 - simobuck_mem_lp_high_toff_trim

pub fn simobuckcorelplowtofftrim(&self) -> SIMOBUCKCORELPLOWTOFFTRIM_R[src]

Bits 4:7 - simobuck_core_lp_low_toff_trim

pub fn simobuckcorelphightofftrim(&self) -> SIMOBUCKCORELPHIGHTOFFTRIM_R[src]

Bits 0:3 - simobuck_core_lp_high_toff_trim

impl R<u32, Reg<u32, _SIMOBUCK4>>[src]

pub fn simobuckcomp2timeouten(&self) -> SIMOBUCKCOMP2TIMEOUTEN_R[src]

Bit 24 - simobuck_comp2_timeout_en

pub fn simobuckclkdivsel(&self) -> SIMOBUCKCLKDIVSEL_R[src]

Bits 21:22 - simobuck_clkdiv_sel

pub fn simobuckmemlplowtontrim(&self) -> SIMOBUCKMEMLPLOWTONTRIM_R[src]

Bits 0:3 - simobuck_mem_lp_low_ton_trim

impl R<u32, Reg<u32, _BLEBUCK2>>[src]

pub fn blebucktond2atrim(&self) -> BLEBUCKTOND2ATRIM_R[src]

Bits 12:17 - blebuck_ton_trim

pub fn blebucktonhitrim(&self) -> BLEBUCKTONHITRIM_R[src]

Bits 6:11 - blebuck_ton_hi_trim

pub fn blebucktonlowtrim(&self) -> BLEBUCKTONLOWTRIM_R[src]

Bits 0:5 - blebuck_ton_low_trim

impl R<u32, Reg<u32, _FLASHWPROT0>>[src]

pub fn fw0bits(&self) -> FW0BITS_R[src]

Bits 0:31 - Write protect flash 0x00000000 - 0x0007FFFF. Each bit provides write protection for 16KB chunks of flash data space. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHWPROT1>>[src]

pub fn fw1bits(&self) -> FW1BITS_R[src]

Bits 0:31 - Write protect flash 0x00080000 - 0x000FFFFF. Each bit provides write protection for 16KB chunks of flash data space. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHWPROT2>>[src]

pub fn fw2bits(&self) -> FW2BITS_R[src]

Bits 0:31 - Write protect flash 0x00100000 - 0x0017FFFF. Each bit provides write protection for 16KB chunks of flash data space. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHWPROT3>>[src]

pub fn fw3bits(&self) -> FW3BITS_R[src]

Bits 0:31 - Write protect flash 0x00180000 - 0x001FFFFF. Each bit provides write protection for 16KB chunks of flash data space. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHRPROT0>>[src]

pub fn fr0bits(&self) -> FR0BITS_R[src]

Bits 0:31 - Copy (read) protect flash 0x00000000 - 0x0007FFFF. Each bit provides read protection for 16KB chunks of flash. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHRPROT1>>[src]

pub fn fr1bits(&self) -> FR1BITS_R[src]

Bits 0:31 - Copy (read) protect flash 0x00080000 - 0x000FFFFF. Each bit provides read protection for 16KB chunks of flash. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHRPROT2>>[src]

pub fn fr2bits(&self) -> FR2BITS_R[src]

Bits 0:31 - Copy (read) protect flash 0x00100000 - 0x0017FFFF. Each bit provides read protection for 16KB chunks of flash. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _FLASHRPROT3>>[src]

pub fn fr3bits(&self) -> FR3BITS_R[src]

Bits 0:31 - Copy (read) protect flash 0x00180000 - 0x001FFFFF. Each bit provides read protection for 16KB chunks of flash. Bits are cleared by writing a 1 to the bit. When read, 0 indicates the region is protected. Bits are sticky (can be set when PROTLOCK is 1, but only cleared by reset)

impl R<u32, Reg<u32, _DMASRAMWRITEPROTECT0>>[src]

pub fn dma_wprot0(&self) -> DMA_WPROT0_R[src]

Bits 0:31 - Write protect SRAM from DMA. Each bit provides write protection for an 8KB region of memory. When set to 1, the region will be protected from DMA writes, when set to 0, DMA may write the region.

impl R<u32, Reg<u32, _DMASRAMWRITEPROTECT1>>[src]

pub fn dma_wprot1(&self) -> DMA_WPROT1_R[src]

Bits 0:31 - Write protect SRAM from DMA. Each bit provides write protection for an 8KB region of memory. When set to 1, the region will be protected from DMA writes, when set to 0, DMA may write the region.

impl R<u32, Reg<u32, _DMASRAMREADPROTECT0>>[src]

pub fn dma_rprot0(&self) -> DMA_RPROT0_R[src]

Bits 0:31 - Read protect SRAM from DMA. Each bit provides write protection for an 8KB region of memory. When set to 1, the region will be protected from DMA reads, when set to 0, DMA may read the region.

impl R<u32, Reg<u32, _DMASRAMREADPROTECT1>>[src]

pub fn dma_rprot1(&self) -> DMA_RPROT1_R[src]

Bits 0:31 - Read protect SRAM from DMA. Each bit provides write protection for an 8KB region of memory. When set to 1, the region will be protected from DMA reads, when set to 0, DMA may read the region.

impl R<u32, Reg<u32, _DMASRAMREADPROTECT2>>[src]

pub fn dma_rprot2(&self) -> DMA_RPROT2_R[src]

Bits 0:31 - Read protect SRAM from DMA. Each bit provides write protection for an 8KB region of memory. When set to 1, the region will be protected from DMA reads, when set to 0, DMA may read the region.

impl R<u32, Reg<u32, _CTRL>>[src]

pub fn xferbytes(&self) -> XFERBYTES_R[src]

Bits 16:31 - Number of bytes to transmit or receive (based on TXRX bit)

pub fn endcx(&self) -> ENDCX_R[src]

Bit 12 - Enable DCX signal on data [1]

pub fn pioscramble(&self) -> PIOSCRAMBLE_R[src]

Bit 11 - Enables data scrambling for PIO operations. This should only be used for data operations and never for commands to a device.

pub fn txrx(&self) -> TXRX_R[src]

Bit 10 - 1 Indicates a TX operation, 0 indicates an RX operation of XFERBYTES

pub fn sendi(&self) -> SENDI_R[src]

Bit 9 - Indicates whether an instruction phase should be sent (see INSTR field and ISIZE field in CFG register)

pub fn senda(&self) -> SENDA_R[src]

Bit 8 - Indicates whether an address phase should be sent (see ADDR register and ASIZE field in CFG register)

pub fn enturn(&self) -> ENTURN_R[src]

Bit 7 - Indicates whether TX->RX turnaround cycles should be enabled for this operation (see TURNAROUND field in CFG register).

pub fn bigendian(&self) -> BIGENDIAN_R[src]

Bit 6 - 1 indicates data in FIFO is in big endian format (MSB first); 0 indicates little endian data (default, LSB first).

pub fn cont(&self) -> CONT_R[src]

Bit 5 - Continuation transfer. When 1, indicates that the MSPI will hold CE low after the transaction completes. This is included for compatibility with IOM module since the MSPI transfer module can handle most cases in a single transfer. NOTE: CONT functionality only works with CLKDIV=2 (24 MHz).

pub fn enwlat(&self) -> ENWLAT_R[src]

Bit 4 - Enable Write Latency Counter (time between address and first data byte). Counter value is WRITELATENCY.

pub fn quadcmd(&self) -> QUADCMD_R[src]

Bit 3 - Flag indicating that the operation is a command that should be replicated to both devices in paired QUAD mode. This is typically only used when reading/writing configuration registers in paired flash devices (do not set for memory transfers).

pub fn busy(&self) -> BUSY_R[src]

Bit 2 - Command status: 1 indicates controller is busy (command in progress)

pub fn status(&self) -> STATUS_R[src]

Bit 1 - Command status: 1 indicates command has completed. Cleared by writing 1 to this bit or starting a new transfer.

pub fn start(&self) -> START_R[src]

Bit 0 - Write to 1 to initiate a PIO transaction on the bus (typically the entire register should be written at once with this bit set).

impl R<bool, CPOL_A>[src]

pub fn variant(&self) -> CPOL_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, CPHA_A>[src]

pub fn variant(&self) -> CPHA_A[src]

Get enumerated values variant

pub fn is_middle(&self) -> bool[src]

Checks if the value of the field is MIDDLE

pub fn is_start(&self) -> bool[src]

Checks if the value of the field is START

impl R<u8, ASIZE_A>[src]

pub fn variant(&self) -> ASIZE_A[src]

Get enumerated values variant

pub fn is_a1(&self) -> bool[src]

Checks if the value of the field is A1

pub fn is_a2(&self) -> bool[src]

Checks if the value of the field is A2

pub fn is_a3(&self) -> bool[src]

Checks if the value of the field is A3

pub fn is_a4(&self) -> bool[src]

Checks if the value of the field is A4

impl R<u8, DEVCFG_A>[src]

pub fn variant(&self) -> Variant<u8, DEVCFG_A>[src]

Get enumerated values variant

pub fn is_serial0(&self) -> bool[src]

Checks if the value of the field is SERIAL0

pub fn is_serial1(&self) -> bool[src]

Checks if the value of the field is SERIAL1

pub fn is_dual0(&self) -> bool[src]

Checks if the value of the field is DUAL0

pub fn is_dual1(&self) -> bool[src]

Checks if the value of the field is DUAL1

pub fn is_quad0(&self) -> bool[src]

Checks if the value of the field is QUAD0

pub fn is_quad1(&self) -> bool[src]

Checks if the value of the field is QUAD1

pub fn is_octal0(&self) -> bool[src]

Checks if the value of the field is OCTAL0

pub fn is_octal1(&self) -> bool[src]

Checks if the value of the field is OCTAL1

impl R<u32, Reg<u32, _CFG>>[src]

pub fn writelatency(&self) -> WRITELATENCY_R[src]

Bits 20:25 - Number of cycles between addressn and TX data. Qualified by ENLAT

pub fn cpol(&self) -> CPOL_R[src]

Bit 17 - Serial clock polarity.

pub fn cpha(&self) -> CPHA_R[src]

Bit 16 - Serial clock phase.

pub fn turnaround(&self) -> TURNAROUND_R[src]

Bits 8:13 - Number of turnaround cycles (for TX->RX transitions). Qualified by ENTURN or XIPENTURN bit field.

pub fn sepio(&self) -> SEPIO_R[src]

Bit 7 - Separate IO configuration. This bit should be set when the target device has separate MOSI and MISO pins. Respective IN/OUT bits below should be set to map pins.

pub fn isize(&self) -> ISIZE_R[src]

Bit 6 - Instruction Size enum name = I8 value = 0x0 desc = Instruction is 1 byte enum name = I16 value = 0x1 desc = Instruction is 2 bytes

pub fn asize(&self) -> ASIZE_R[src]

Bits 4:5 - Address Size. Address bytes to send from ADDR register

pub fn devcfg(&self) -> DEVCFG_R[src]

Bits 0:3 - Flash configuration for XIP and AUTO DMA operations. Controls value for SER (Slave Enable) for XIP operations and address generation for DMA/XIP modes. Also used to configure SPIFRF (frame format).

impl R<u32, Reg<u32, _ADDR>>[src]

pub fn addr(&self) -> ADDR_R[src]

Bits 0:31 - Optional Address field to send (after optional instruction field) - qualified by ASIZE in CMD register. NOTE: This register is aliased to DMADEVADDR.

impl R<u32, Reg<u32, _INSTR>>[src]

pub fn instr(&self) -> INSTR_R[src]

Bits 0:15 - Optional Instruction field to send (1st byte) - qualified by ISEND/ISIZE

impl R<u32, Reg<u32, _TXFIFO>>[src]

pub fn txfifo(&self) -> TXFIFO_R[src]

Bits 0:31 - Data to be transmitted. Data should normally be aligned to the LSB (pad the upper bits with zeros) unless BIGENDIAN is set.

impl R<u32, Reg<u32, _RXFIFO>>[src]

pub fn rxfifo(&self) -> RXFIFO_R[src]

Bits 0:31 - Receive data. Data is aligned to the LSB (padded zeros on upper bits) unless BIGENDIAN is set.

impl R<u32, Reg<u32, _TXENTRIES>>[src]

pub fn txentries(&self) -> TXENTRIES_R[src]

Bits 0:5 - Number of 32-bit words/entries in TX FIFO

impl R<u32, Reg<u32, _RXENTRIES>>[src]

pub fn rxentries(&self) -> RXENTRIES_R[src]

Bits 0:5 - Number of 32-bit words/entries in RX FIFO

impl R<u32, Reg<u32, _THRESHOLD>>[src]

pub fn rxthresh(&self) -> RXTHRESH_R[src]

Bits 8:13 - Number of entries in TX FIFO that cause RXE interrupt

pub fn txthresh(&self) -> TXTHRESH_R[src]

Bits 0:5 - Number of entries in TX FIFO that cause TXF interrupt

impl R<u8, CLKDIV_A>[src]

pub fn variant(&self) -> Variant<u8, CLKDIV_A>[src]

Get enumerated values variant

pub fn is_clk48(&self) -> bool[src]

Checks if the value of the field is CLK48

pub fn is_clk24(&self) -> bool[src]

Checks if the value of the field is CLK24

pub fn is_clk12(&self) -> bool[src]

Checks if the value of the field is CLK12

pub fn is_clk6(&self) -> bool[src]

Checks if the value of the field is CLK6

pub fn is_clk3(&self) -> bool[src]

Checks if the value of the field is CLK3

pub fn is_clk1_5(&self) -> bool[src]

Checks if the value of the field is CLK1_5

impl R<u8, IOMSEL_A>[src]

pub fn variant(&self) -> Variant<u8, IOMSEL_A>[src]

Get enumerated values variant

pub fn is_iom0(&self) -> bool[src]

Checks if the value of the field is IOM0

pub fn is_iom1(&self) -> bool[src]

Checks if the value of the field is IOM1

pub fn is_iom2(&self) -> bool[src]

Checks if the value of the field is IOM2

pub fn is_iom3(&self) -> bool[src]

Checks if the value of the field is IOM3

pub fn is_iom4(&self) -> bool[src]

Checks if the value of the field is IOM4

pub fn is_iom5(&self) -> bool[src]

Checks if the value of the field is IOM5

pub fn is_mspi0(&self) -> bool[src]

Checks if the value of the field is MSPI0

pub fn is_mspi1(&self) -> bool[src]

Checks if the value of the field is MSPI1

pub fn is_mspi2(&self) -> bool[src]

Checks if the value of the field is MSPI2

pub fn is_disabled(&self) -> bool[src]

Checks if the value of the field is DISABLED

impl R<bool, TXNEG_A>[src]

pub fn variant(&self) -> TXNEG_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_negedge(&self) -> bool[src]

Checks if the value of the field is NEGEDGE

impl R<bool, RXNEG_A>[src]

pub fn variant(&self) -> RXNEG_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_negedge(&self) -> bool[src]

Checks if the value of the field is NEGEDGE

impl R<bool, RXCAP_A>[src]

pub fn variant(&self) -> RXCAP_A[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_delay(&self) -> bool[src]

Checks if the value of the field is DELAY

impl R<bool, APBCLK_A>[src]

pub fn variant(&self) -> APBCLK_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _MSPICFG>>[src]

pub fn prstn(&self) -> PRSTN_R[src]

Bit 31 - Peripheral reset. Master reset to the entire MSPI module (DMA, XIP, and transfer state machines). 1=normal operation, 0=in reset.

pub fn iprstn(&self) -> IPRSTN_R[src]

Bit 30 - IP block reset. Write to 0 to put the transfer module in reset or 1 for normal operation. This may be required after error conditions to clear the transfer on the bus.

pub fn fiforeset(&self) -> FIFORESET_R[src]

Bit 29 - Reset MSPI FIFO (active high). 1=reset FIFO, 0=normal operation. May be used to manually flush the FIFO in error handling.

pub fn clkdiv(&self) -> CLKDIV_R[src]

Bits 8:13 - Clock Divider. Allows dividing 48 MHz base clock by integer multiples. Enumerations are provided for common frequency, but any integer divide from 48 MHz is allowed. Odd divide ratios will result in a 33/66 percent duty cycle with a long low clock pulse (to allow longer round-trip for read data).

pub fn iomsel(&self) -> IOMSEL_R[src]

Bits 4:7 - Selects which IOM is selected for CQ handshake status.

pub fn txneg(&self) -> TXNEG_R[src]

Bit 3 - Launches TX data a half clock cycle (~10 ns) early. This should normally be programmed to zero (NORMAL).

pub fn rxneg(&self) -> RXNEG_R[src]

Bit 2 - Adjusts the RX capture phase to the negedge of the 48MHz internal clock (~10 ns early). For normal operation, it is expected that RXNEG will be set to 0.

pub fn rxcap(&self) -> RXCAP_R[src]

Bit 1 - Controls RX data capture phase. A setting of 0 (NORMAL) captures read data at the normal capture point relative to the internal clock launch point. However, to accommodate chip/pad/board delays, a setting of RXCAP of 1 is expected to be used to align the capture point with the return data window. This bit is used in conjunction with RXNEG to provide 4 unique capture points, all about 10 ns apart.

pub fn apbclk(&self) -> APBCLK_R[src]

Bit 0 - Enable continuous APB clock. For power-efficient operation, APBCLK should be set to 0.

impl R<u32, Reg<u32, _MSPIDDR>>[src]

pub fn txdqsdelay(&self) -> TXDQSDELAY_R[src]

Bits 16:20 - When OVERRIDEDQSDELAY is set this sets the DQS delay line value. In ENABLEDQS mode, this acts as an offset to the computed value (should be set to 0 by default)

pub fn rxdqsdelay(&self) -> RXDQSDELAY_R[src]

Bits 8:12 - When OVERRIDEDQSDELAY is set this sets the DQS delay line value. In ENABLEDQS mode, this acts as an offset to the computed value (should be set to 0 by default)

pub fn enablefinedelay(&self) -> ENABLEFINEDELAY_R[src]

Bit 6 - Enables use of delay line to provide fine control over traditional RX capture clock.

pub fn overrideddrclkoutdelay(&self) -> OVERRIDEDDRCLKOUTDELAY_R[src]

Bit 5 - Override TX delay line with the value in DQSDELAY (for TX clock offset when in QUADDDR mode)

pub fn overriderxdqsdelay(&self) -> OVERRIDERXDQSDELAY_R[src]

Bit 4 - Override DQS delay line with the value in DQSDELAY (for RX capture in QUADDDR mode)

pub fn dqssyncneg(&self) -> DQSSYNCNEG_R[src]

Bit 3 - Use negative edge of clock for DDR data sync

pub fn enabledqs(&self) -> ENABLEDQS_R[src]

Bit 2 - In EMULATEDDR mode, enable DQS for read capture

pub fn quadddr(&self) -> QUADDDR_R[src]

Bit 1 - Enables use of delay line to provide fine control over traditional RX capture clock.

pub fn emulateddr(&self) -> EMULATEDDR_R[src]

Bit 0 - Drive external clock at 1/2 rate to emulate DDR mode

impl R<u32, Reg<u32, _PADCFG>>[src]

pub fn revcs(&self) -> REVCS_R[src]

Bit 21 - Reverse CS connections. Allows CS1 to be associated with lower data lanes and CS0 to be associated with upper data lines

pub fn in3(&self) -> IN3_R[src]

Bit 20 - Data Input pad 3 pin muxing: 0=pad[3] 1=pad[7]

pub fn in2(&self) -> IN2_R[src]

Bit 19 - Data Input pad 2 pin muxing: 0=pad[2] 1=pad[6]

pub fn in1(&self) -> IN1_R[src]

Bit 18 - Data Input pad 1 pin muxing: 0=pad[1] 1=pad[5]

pub fn in0(&self) -> IN0_R[src]

Bits 16:17 - Data Input pad 0 pin muxing: 0=pad[0] 1=pad[4] 2=pad[1] 3=pad[5]

pub fn out7(&self) -> OUT7_R[src]

Bit 4 - Output pad 7 configuration. 0=data[7] 1=data[3]

pub fn out6(&self) -> OUT6_R[src]

Bit 3 - Output pad 6 configuration. 0=data[6] 1=data[2]

pub fn out5(&self) -> OUT5_R[src]

Bit 2 - Output pad 5 configuration. 0=data[5] 1=data[1]

pub fn out4(&self) -> OUT4_R[src]

Bit 1 - Output pad 4 configuration. 0=data[4] 1=data[0]

pub fn out3(&self) -> OUT3_R[src]

Bit 0 - Output pad 3 configuration. 0=data[3] 1=CLK

impl R<u16, OUTEN_A>[src]

pub fn variant(&self) -> Variant<u16, OUTEN_A>[src]

Get enumerated values variant

pub fn is_quad0(&self) -> bool[src]

Checks if the value of the field is QUAD0

pub fn is_quad1(&self) -> bool[src]

Checks if the value of the field is QUAD1

pub fn is_octal(&self) -> bool[src]

Checks if the value of the field is OCTAL

pub fn is_serial0(&self) -> bool[src]

Checks if the value of the field is SERIAL0

impl R<u32, Reg<u32, _PADOUTEN>>[src]

pub fn outen(&self) -> OUTEN_R[src]

Bits 0:9 - Output pad enable configuration. Indicates which pads should be driven. Bits [3:0] are Quad0 data, [7:4] are Quad1 data, and [8] is clock.

impl R<u32, Reg<u32, _PADOVEREN>>[src]

pub fn overrideen(&self) -> OVERRIDEEN_R[src]

Bits 0:9 - Output pad override enable. Bit mask for pad outputs. When set to 1, the values in the OVERRIDE field are driven on the pad (output enable is implicitly set in this mode). [7:0]=data [8]=clock [9]=DM

impl R<u32, Reg<u32, _PADOVER>>[src]

pub fn override_(&self) -> OVERRIDE_R[src]

Bits 0:9 - Output pad override value. [7:0]=data [8]=clock [9]=DM

impl R<u8, XIPMIXED_A>[src]

pub fn variant(&self) -> Variant<u8, XIPMIXED_A>[src]

Get enumerated values variant

pub fn is_normal(&self) -> bool[src]

Checks if the value of the field is NORMAL

pub fn is_d2(&self) -> bool[src]

Checks if the value of the field is D2

pub fn is_ad2(&self) -> bool[src]

Checks if the value of the field is AD2

pub fn is_d4(&self) -> bool[src]

Checks if the value of the field is D4

pub fn is_ad4(&self) -> bool[src]

Checks if the value of the field is AD4

impl R<u8, XIPACK_A>[src]

pub fn variant(&self) -> Variant<u8, XIPACK_A>[src]

Get enumerated values variant

pub fn is_noack(&self) -> bool[src]

Checks if the value of the field is NOACK

pub fn is_ack(&self) -> bool[src]

Checks if the value of the field is ACK

pub fn is_terminate(&self) -> bool[src]

Checks if the value of the field is TERMINATE

impl R<u32, Reg<u32, _FLASH>>[src]

pub fn xipenwlat(&self) -> XIPENWLAT_R[src]

Bit 11 - Enable Write Latency counter for XIP write transactions

pub fn xipmixed(&self) -> XIPMIXED_R[src]

Bits 8:10 - Reserved. Set to 0x0

pub fn xipsendi(&self) -> XIPSENDI_R[src]

Bit 7 - Indicates whether XIP/AUTO DMA operations should send an instruction (see READINSTR field and ISIZE field in CFG)

pub fn xipsenda(&self) -> XIPSENDA_R[src]

Bit 6 - Indicates whether XIP/AUTO DMA operations should send an an address phase (see DMADEVADDR register and ASIZE field in CFG)

pub fn xipenturn(&self) -> XIPENTURN_R[src]

Bit 5 - Indicates whether XIP/AUTO DMA operations should enable TX->RX turnaround cycles

pub fn xipbigendian(&self) -> XIPBIGENDIAN_R[src]

Bit 4 - Indicates whether XIP/AUTO DMA data transfers are in big or little endian format

pub fn xipack(&self) -> XIPACK_R[src]

Bits 2:3 - Controls transmission of Micron XIP acknowledge cycles (Micron Flash devices only)

pub fn xipendcx(&self) -> XIPENDCX_R[src]

Bit 1 - Enable DCX signal on data [1] for XIP/DMA operations

pub fn xipen(&self) -> XIPEN_R[src]

Bit 0 - Enable the XIP (eXecute In Place) function which effectively enables the address decoding of the MSPI device in the flash/cache address space at address 0x04000000-0x07FFFFFF.

impl R<u32, Reg<u32, _XIPINSTR>>[src]

pub fn readinstr(&self) -> READINSTR_R[src]

Bits 16:31 - Read command sent to flash for DMA/XIP operations

pub fn writeinstr(&self) -> WRITEINSTR_R[src]

Bits 0:15 - Write command sent for DMA operations

impl R<u32, Reg<u32, _SCRAMBLING>>[src]

pub fn screnable(&self) -> SCRENABLE_R[src]

Bit 31 - Enables Data Scrambling Region. When 1 reads and writes to the range will be scrambled. When 0, data will be read/written unmodified. Address range is specified in 64K granularity and the START/END ranges are included within the range.

pub fn scrend(&self) -> SCREND_R[src]

Bits 16:25 - Scrambling region end address [25:16] (64K block granularity). The END block is the LAST block included in the scrambled address range.

pub fn scrstart(&self) -> SCRSTART_R[src]

Bits 0:9 - Scrambling region start address [25:16] (64K block granularity). The START block is the FIRST block included in the scrambled address range.

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn screrr(&self) -> SCRERR_R[src]

Bit 12 - Scrambling Alignment Error. Scrambling operations must be aligned to word (4-byte) start address.

pub fn cqerr(&self) -> CQERR_R[src]

Bit 11 - Command Queue Error Interrupt

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 10 - Command Queue is Paused.

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 9 - Command Queue Update Interrupt. Issued whenever the CQ performs an operation where address bit[0] is set. Useful for triggering CURIDX interrupts.

pub fn cqcmp(&self) -> CQCMP_R[src]

Bit 8 - Command Queue Complete Interrupt

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Interrupt

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Complete Interrupt

pub fn rxf(&self) -> RXF_R[src]

Bit 5 - Receive FIFO full

pub fn rxo(&self) -> RXO_R[src]

Bit 4 - Receive FIFO overflow (cannot happen in MSPI design -- MSPI bus pins will stall)

pub fn rxu(&self) -> RXU_R[src]

Bit 3 - Receive FIFO underflow (only occurs when SW reads from an empty FIFO)

pub fn txo(&self) -> TXO_R[src]

Bit 2 - Transmit FIFO Overflow (only occurs when SW writes to a full FIFO).

pub fn txe(&self) -> TXE_R[src]

Bit 1 - Transmit FIFO empty.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Transfer complete. Note that DMA and CQ operations are layered, so CMDCMP, DCMP, and CQ* can all be signaled simultaneously.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn screrr(&self) -> SCRERR_R[src]

Bit 12 - Scrambling Alignment Error. Scrambling operations must be aligned to word (4-byte) start address.

pub fn cqerr(&self) -> CQERR_R[src]

Bit 11 - Command Queue Error Interrupt

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 10 - Command Queue is Paused.

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 9 - Command Queue Update Interrupt. Issued whenever the CQ performs an operation where address bit[0] is set. Useful for triggering CURIDX interrupts.

pub fn cqcmp(&self) -> CQCMP_R[src]

Bit 8 - Command Queue Complete Interrupt

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Interrupt

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Complete Interrupt

pub fn rxf(&self) -> RXF_R[src]

Bit 5 - Receive FIFO full

pub fn rxo(&self) -> RXO_R[src]

Bit 4 - Receive FIFO overflow (cannot happen in MSPI design -- MSPI bus pins will stall)

pub fn rxu(&self) -> RXU_R[src]

Bit 3 - Receive FIFO underflow (only occurs when SW reads from an empty FIFO)

pub fn txo(&self) -> TXO_R[src]

Bit 2 - Transmit FIFO Overflow (only occurs when SW writes to a full FIFO).

pub fn txe(&self) -> TXE_R[src]

Bit 1 - Transmit FIFO empty.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Transfer complete. Note that DMA and CQ operations are layered, so CMDCMP, DCMP, and CQ* can all be signaled simultaneously.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn screrr(&self) -> SCRERR_R[src]

Bit 12 - Scrambling Alignment Error. Scrambling operations must be aligned to word (4-byte) start address.

pub fn cqerr(&self) -> CQERR_R[src]

Bit 11 - Command Queue Error Interrupt

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 10 - Command Queue is Paused.

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 9 - Command Queue Update Interrupt. Issued whenever the CQ performs an operation where address bit[0] is set. Useful for triggering CURIDX interrupts.

pub fn cqcmp(&self) -> CQCMP_R[src]

Bit 8 - Command Queue Complete Interrupt

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Interrupt

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Complete Interrupt

pub fn rxf(&self) -> RXF_R[src]

Bit 5 - Receive FIFO full

pub fn rxo(&self) -> RXO_R[src]

Bit 4 - Receive FIFO overflow (cannot happen in MSPI design -- MSPI bus pins will stall)

pub fn rxu(&self) -> RXU_R[src]

Bit 3 - Receive FIFO underflow (only occurs when SW reads from an empty FIFO)

pub fn txo(&self) -> TXO_R[src]

Bit 2 - Transmit FIFO Overflow (only occurs when SW writes to a full FIFO).

pub fn txe(&self) -> TXE_R[src]

Bit 1 - Transmit FIFO empty.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Transfer complete. Note that DMA and CQ operations are layered, so CMDCMP, DCMP, and CQ* can all be signaled simultaneously.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn screrr(&self) -> SCRERR_R[src]

Bit 12 - Scrambling Alignment Error. Scrambling operations must be aligned to word (4-byte) start address.

pub fn cqerr(&self) -> CQERR_R[src]

Bit 11 - Command Queue Error Interrupt

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 10 - Command Queue is Paused.

pub fn cqupd(&self) -> CQUPD_R[src]

Bit 9 - Command Queue Update Interrupt. Issued whenever the CQ performs an operation where address bit[0] is set. Useful for triggering CURIDX interrupts.

pub fn cqcmp(&self) -> CQCMP_R[src]

Bit 8 - Command Queue Complete Interrupt

pub fn derr(&self) -> DERR_R[src]

Bit 7 - DMA Error Interrupt

pub fn dcmp(&self) -> DCMP_R[src]

Bit 6 - DMA Complete Interrupt

pub fn rxf(&self) -> RXF_R[src]

Bit 5 - Receive FIFO full

pub fn rxo(&self) -> RXO_R[src]

Bit 4 - Receive FIFO overflow (cannot happen in MSPI design -- MSPI bus pins will stall)

pub fn rxu(&self) -> RXU_R[src]

Bit 3 - Receive FIFO underflow (only occurs when SW reads from an empty FIFO)

pub fn txo(&self) -> TXO_R[src]

Bit 2 - Transmit FIFO Overflow (only occurs when SW writes to a full FIFO).

pub fn txe(&self) -> TXE_R[src]

Bit 1 - Transmit FIFO empty.

pub fn cmdcmp(&self) -> CMDCMP_R[src]

Bit 0 - Transfer complete. Note that DMA and CQ operations are layered, so CMDCMP, DCMP, and CQ* can all be signaled simultaneously.

impl R<u8, DMAPRI_A>[src]

pub fn variant(&self) -> Variant<u8, DMAPRI_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

pub fn is_auto(&self) -> bool[src]

Checks if the value of the field is AUTO

impl R<bool, DMADIR_A>[src]

pub fn variant(&self) -> DMADIR_A[src]

Get enumerated values variant

pub fn is_p2m(&self) -> bool[src]

Checks if the value of the field is P2M

pub fn is_m2p(&self) -> bool[src]

Checks if the value of the field is M2P

impl R<u8, DMAEN_A>[src]

pub fn variant(&self) -> Variant<u8, DMAEN_A>[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _DMACFG>>[src]

pub fn dmapwroff(&self) -> DMAPWROFF_R[src]

Bit 18 - Power off MSPI domain upon completion of DMA operation.

pub fn dmapri(&self) -> DMAPRI_R[src]

Bits 3:4 - Sets the Priority of the DMA request

pub fn dmadir(&self) -> DMADIR_R[src]

Bit 2 - Direction

pub fn dmaen(&self) -> DMAEN_R[src]

Bits 0:1 - DMA Enable. Setting this bit to EN will start the DMA operation

impl R<u32, Reg<u32, _DMASTAT>>[src]

pub fn screrr(&self) -> SCRERR_R[src]

Bit 3 - Scrambling Access Alignment Error. This active high bit signals that a scrambling operation was specified for a non-word aligned DEVADDR.

pub fn dmaerr(&self) -> DMAERR_R[src]

Bit 2 - DMA Error. This active high bit signals that an error was encountered during the DMA operation.

pub fn dmacpl(&self) -> DMACPL_R[src]

Bit 1 - DMA Transfer Complete. This signals the end of the DMA operation.

pub fn dmatip(&self) -> DMATIP_R[src]

Bit 0 - DMA Transfer In Progress indicator. 1 will indicate that a DMA transfer is active. The DMA transfer may be waiting on data, transferring data, or waiting for priority. All of these will be indicated with a 1. A 0 will indicate that the DMA is fully complete and no further transactions will be done.

impl R<u32, Reg<u32, _DMATARGADDR>>[src]

pub fn targaddr(&self) -> TARGADDR_R[src]

Bits 0:31 - Target byte address for source of DMA (either read or write). In cases of non-word aligned addresses, the DMA logic will take care for ensuring only the target bytes are read/written.

impl R<u32, Reg<u32, _DMADEVADDR>>[src]

pub fn devaddr(&self) -> DEVADDR_R[src]

Bits 0:31 - SPI Device address for automated DMA transactions (both read and write).

impl R<u32, Reg<u32, _DMATOTCOUNT>>[src]

pub fn totcount(&self) -> TOTCOUNT_R[src]

Bits 0:23 - Total Transfer Count in bytes.

impl R<u32, Reg<u32, _DMABCOUNT>>[src]

pub fn bcount(&self) -> BCOUNT_R[src]

Bits 0:7 - Burst transfer size in bytes. This is the number of bytes transferred when a FIFO trigger event occurs. Recommended value is 32.

impl R<u32, Reg<u32, _DMATHRESH>>[src]

pub fn dmarxthresh(&self) -> DMARXTHRESH_R[src]

Bits 8:12 - DMA transfer FIFO level trigger. For read operations, DMA is triggered when the FIFO level is greater than this value. For write operations, DMA is triggered when the FIFO level is less than this level. Each DMA operation will consist of BCOUNT bytes.

pub fn dmatxthresh(&self) -> DMATXTHRESH_R[src]

Bits 0:4 - DMA transfer FIFO level trigger. For read operations, DMA is triggered when the FIFO level is greater than this value. For write operations, DMA is triggered when the FIFO level is less than this level. Each DMA operation will consist of BCOUNT bytes.

impl R<u8, DMABOUND_A>[src]

pub fn variant(&self) -> Variant<u8, DMABOUND_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_break32(&self) -> bool[src]

Checks if the value of the field is BREAK32

pub fn is_break64(&self) -> bool[src]

Checks if the value of the field is BREAK64

pub fn is_break128(&self) -> bool[src]

Checks if the value of the field is BREAK128

pub fn is_break256(&self) -> bool[src]

Checks if the value of the field is BREAK256

pub fn is_break512(&self) -> bool[src]

Checks if the value of the field is BREAK512

pub fn is_break1k(&self) -> bool[src]

Checks if the value of the field is BREAK1K

pub fn is_break2k(&self) -> bool[src]

Checks if the value of the field is BREAK2K

pub fn is_break4k(&self) -> bool[src]

Checks if the value of the field is BREAK4K

pub fn is_break8k(&self) -> bool[src]

Checks if the value of the field is BREAK8K

pub fn is_break16k(&self) -> bool[src]

Checks if the value of the field is BREAK16K

impl R<u32, Reg<u32, _DMABOUNDARY>>[src]

pub fn dmabound(&self) -> DMABOUND_R[src]

Bits 12:15 - DMA Address boundary

pub fn dmatimelimit(&self) -> DMATIMELIMIT_R[src]

Bits 0:11 - DMA time limit. Can be used to limit the transaction time on the MSPI bus. The count is in 100 ns increments. A value of 0 disables the counter.

impl R<bool, CQPRI_A>[src]

pub fn variant(&self) -> CQPRI_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, CQEN_A>[src]

pub fn variant(&self) -> CQEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _CQCFG>>[src]

pub fn cqautoclearmask(&self) -> CQAUTOCLEARMASK_R[src]

Bit 3 - Enable clear of CQMASK after each pause operation. This may be useful when using software flags to pause CQ.

pub fn cqpwroff(&self) -> CQPWROFF_R[src]

Bit 2 - Power off MSPI domain upon completion of DMA operation.

pub fn cqpri(&self) -> CQPRI_R[src]

Bit 1 - Sets the Priority of the command queue DMA request

pub fn cqen(&self) -> CQEN_R[src]

Bit 0 - Command queue enable. When set, will enable the processing of the command queue

impl R<u32, Reg<u32, _CQADDR>>[src]

pub fn cqaddr(&self) -> CQADDR_R[src]

Bits 0:28 - Address of command queue buffer in SRAM or flash. The buffer address must be aligned to a word boundary.

impl R<u32, Reg<u32, _CQSTAT>>[src]

pub fn cqpaused(&self) -> CQPAUSED_R[src]

Bit 3 - Command queue is currently paused status.

pub fn cqerr(&self) -> CQERR_R[src]

Bit 2 - Command queue processing Error. This active high bit signals that an error was encountered during the CQ operation.

pub fn cqcpl(&self) -> CQCPL_R[src]

Bit 1 - Command queue operation Complete. This signals the end of the command queue operation.

pub fn cqtip(&self) -> CQTIP_R[src]

Bit 0 - Command queue Transfer In Progress indicator. 1 will indicate that a CQ transfer is active and this will remain active even when paused waiting for external event.

impl R<u16, CQFLAGS_A>[src]

pub fn variant(&self) -> Variant<u16, CQFLAGS_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_cqidx(&self) -> bool[src]

Checks if the value of the field is CQIDX

pub fn is_buf1xoren(&self) -> bool[src]

Checks if the value of the field is BUF1XOREN

pub fn is_buf0xoren(&self) -> bool[src]

Checks if the value of the field is BUF0XOREN

pub fn is_dmacpl(&self) -> bool[src]

Checks if the value of the field is DMACPL

pub fn is_cmdcpl(&self) -> bool[src]

Checks if the value of the field is CMDCPL

pub fn is_iom1ready(&self) -> bool[src]

Checks if the value of the field is IOM1READY

pub fn is_iom0ready(&self) -> bool[src]

Checks if the value of the field is IOM0READY

pub fn is_swflag7(&self) -> bool[src]

Checks if the value of the field is SWFLAG7

pub fn is_swflag6(&self) -> bool[src]

Checks if the value of the field is SWFLAG6

pub fn is_swflag5(&self) -> bool[src]

Checks if the value of the field is SWFLAG5

pub fn is_swflag4(&self) -> bool[src]

Checks if the value of the field is SWFLAG4

pub fn is_swflag3(&self) -> bool[src]

Checks if the value of the field is SWFLAG3

pub fn is_swflag2(&self) -> bool[src]

Checks if the value of the field is SWFLAG2

pub fn is_swflag1(&self) -> bool[src]

Checks if the value of the field is SWFLAG1

pub fn is_swflag0(&self) -> bool[src]

Checks if the value of the field is SWFLAG0

impl R<u32, Reg<u32, _CQFLAGS>>[src]

pub fn cqflags(&self) -> CQFLAGS_R[src]

Bits 0:15 - Current flag status (read-only). Bits [7:0] are software controllable and bits [15:8] are hardware status.

impl R<u32, Reg<u32, _CQSETCLEAR>>[src]

pub fn cqfclr(&self) -> CQFCLR_R[src]

Bits 16:23 - Clear CQFlag status bits.

pub fn cqftoggle(&self) -> CQFTOGGLE_R[src]

Bits 8:15 - Toggle CQFlag status bits

pub fn cqfset(&self) -> CQFSET_R[src]

Bits 0:7 - Set CQFlag status bits. Set has priority over clear if both are high.

impl R<u16, CQMASK_A>[src]

pub fn variant(&self) -> Variant<u16, CQMASK_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_cqidx(&self) -> bool[src]

Checks if the value of the field is CQIDX

pub fn is_buf1xoren(&self) -> bool[src]

Checks if the value of the field is BUF1XOREN

pub fn is_buf0xoren(&self) -> bool[src]

Checks if the value of the field is BUF0XOREN

pub fn is_dmacpl(&self) -> bool[src]

Checks if the value of the field is DMACPL

pub fn is_cmdcpl(&self) -> bool[src]

Checks if the value of the field is CMDCPL

pub fn is_iom1ready(&self) -> bool[src]

Checks if the value of the field is IOM1READY

pub fn is_iom0ready(&self) -> bool[src]

Checks if the value of the field is IOM0READY

pub fn is_swflag7(&self) -> bool[src]

Checks if the value of the field is SWFLAG7

pub fn is_swflag6(&self) -> bool[src]

Checks if the value of the field is SWFLAG6

pub fn is_swflag5(&self) -> bool[src]

Checks if the value of the field is SWFLAG5

pub fn is_swflag4(&self) -> bool[src]

Checks if the value of the field is SWFLAG4

pub fn is_swflag3(&self) -> bool[src]

Checks if the value of the field is SWFLAG3

pub fn is_swflag2(&self) -> bool[src]

Checks if the value of the field is SWFLAG2

pub fn is_swflag1(&self) -> bool[src]

Checks if the value of the field is SWFLAG1

pub fn is_swflag0(&self) -> bool[src]

Checks if the value of the field is SWFLAG0

impl R<u32, Reg<u32, _CQPAUSE>>[src]

pub fn cqmask(&self) -> CQMASK_R[src]

Bits 0:15 - CQ will pause processing when ALL specified events are satisfied -- i.e. when (CQMASK and CQPAUSE)==CQMASK.

impl R<u32, Reg<u32, _CQCURIDX>>[src]

pub fn cqcuridx(&self) -> CQCURIDX_R[src]

Bits 0:7 - Can be used to indicate the current position of the command queue by having CQ operations write this field. A CQ hardware status flag indicates when CURIDX and ENDIDX are not equal, allowing SW to pause the CQ processing until the end index is updated.

impl R<u32, Reg<u32, _CQENDIDX>>[src]

pub fn cqendidx(&self) -> CQENDIDX_R[src]

Bits 0:7 - Can be used to indicate the end position of the command queue. A CQ hardware status bit indices when CURIDX != ENDIDX so that the CQ can be paused when it reaches the end pointer.

impl R<bool, LRSWAP_A>[src]

pub fn variant(&self) -> LRSWAP_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_noswap(&self) -> bool[src]

Checks if the value of the field is NOSWAP

impl R<u8, PGARIGHT_A>[src]

pub fn variant(&self) -> PGARIGHT_A[src]

Get enumerated values variant

pub fn is_p405db(&self) -> bool[src]

Checks if the value of the field is P405DB

pub fn is_p390db(&self) -> bool[src]

Checks if the value of the field is P390DB

pub fn is_p375db(&self) -> bool[src]

Checks if the value of the field is P375DB

pub fn is_p360db(&self) -> bool[src]

Checks if the value of the field is P360DB

pub fn is_p345db(&self) -> bool[src]

Checks if the value of the field is P345DB

pub fn is_p330db(&self) -> bool[src]

Checks if the value of the field is P330DB

pub fn is_p315db(&self) -> bool[src]

Checks if the value of the field is P315DB

pub fn is_p300db(&self) -> bool[src]

Checks if the value of the field is P300DB

pub fn is_p285db(&self) -> bool[src]

Checks if the value of the field is P285DB

pub fn is_p270db(&self) -> bool[src]

Checks if the value of the field is P270DB

pub fn is_p255db(&self) -> bool[src]

Checks if the value of the field is P255DB

pub fn is_p240db(&self) -> bool[src]

Checks if the value of the field is P240DB

pub fn is_p225db(&self) -> bool[src]

Checks if the value of the field is P225DB

pub fn is_p210db(&self) -> bool[src]

Checks if the value of the field is P210DB

pub fn is_p195db(&self) -> bool[src]

Checks if the value of the field is P195DB

pub fn is_p180db(&self) -> bool[src]

Checks if the value of the field is P180DB

pub fn is_p165db(&self) -> bool[src]

Checks if the value of the field is P165DB

pub fn is_p150db(&self) -> bool[src]

Checks if the value of the field is P150DB

pub fn is_p135db(&self) -> bool[src]

Checks if the value of the field is P135DB

pub fn is_p120db(&self) -> bool[src]

Checks if the value of the field is P120DB

pub fn is_p105db(&self) -> bool[src]

Checks if the value of the field is P105DB

pub fn is_p90db(&self) -> bool[src]

Checks if the value of the field is P90DB

pub fn is_p75db(&self) -> bool[src]

Checks if the value of the field is P75DB

pub fn is_p60db(&self) -> bool[src]

Checks if the value of the field is P60DB

pub fn is_p45db(&self) -> bool[src]

Checks if the value of the field is P45DB

pub fn is_p30db(&self) -> bool[src]

Checks if the value of the field is P30DB

pub fn is_p15db(&self) -> bool[src]

Checks if the value of the field is P15DB

pub fn is_0db(&self) -> bool[src]

Checks if the value of the field is _0DB

pub fn is_m15db(&self) -> bool[src]

Checks if the value of the field is M15DB

pub fn is_m300db(&self) -> bool[src]

Checks if the value of the field is M300DB

pub fn is_m45db(&self) -> bool[src]

Checks if the value of the field is M45DB

pub fn is_m60db(&self) -> bool[src]

Checks if the value of the field is M60DB

impl R<u8, PGALEFT_A>[src]

pub fn variant(&self) -> PGALEFT_A[src]

Get enumerated values variant

pub fn is_p405db(&self) -> bool[src]

Checks if the value of the field is P405DB

pub fn is_p390db(&self) -> bool[src]

Checks if the value of the field is P390DB

pub fn is_p375db(&self) -> bool[src]

Checks if the value of the field is P375DB

pub fn is_p360db(&self) -> bool[src]

Checks if the value of the field is P360DB

pub fn is_p345db(&self) -> bool[src]

Checks if the value of the field is P345DB

pub fn is_p330db(&self) -> bool[src]

Checks if the value of the field is P330DB

pub fn is_p315db(&self) -> bool[src]

Checks if the value of the field is P315DB

pub fn is_p300db(&self) -> bool[src]

Checks if the value of the field is P300DB

pub fn is_p285db(&self) -> bool[src]

Checks if the value of the field is P285DB

pub fn is_p270db(&self) -> bool[src]

Checks if the value of the field is P270DB

pub fn is_p255db(&self) -> bool[src]

Checks if the value of the field is P255DB

pub fn is_p240db(&self) -> bool[src]

Checks if the value of the field is P240DB

pub fn is_p225db(&self) -> bool[src]

Checks if the value of the field is P225DB

pub fn is_p210db(&self) -> bool[src]

Checks if the value of the field is P210DB

pub fn is_p195db(&self) -> bool[src]

Checks if the value of the field is P195DB

pub fn is_p180db(&self) -> bool[src]

Checks if the value of the field is P180DB

pub fn is_p165db(&self) -> bool[src]

Checks if the value of the field is P165DB

pub fn is_p150db(&self) -> bool[src]

Checks if the value of the field is P150DB

pub fn is_p135db(&self) -> bool[src]

Checks if the value of the field is P135DB

pub fn is_p120db(&self) -> bool[src]

Checks if the value of the field is P120DB

pub fn is_p105db(&self) -> bool[src]

Checks if the value of the field is P105DB

pub fn is_p90db(&self) -> bool[src]

Checks if the value of the field is P90DB

pub fn is_p75db(&self) -> bool[src]

Checks if the value of the field is P75DB

pub fn is_p60db(&self) -> bool[src]

Checks if the value of the field is P60DB

pub fn is_p45db(&self) -> bool[src]

Checks if the value of the field is P45DB

pub fn is_p30db(&self) -> bool[src]

Checks if the value of the field is P30DB

pub fn is_p15db(&self) -> bool[src]

Checks if the value of the field is P15DB

pub fn is_0db(&self) -> bool[src]

Checks if the value of the field is _0DB

pub fn is_m15db(&self) -> bool[src]

Checks if the value of the field is M15DB

pub fn is_m300db(&self) -> bool[src]

Checks if the value of the field is M300DB

pub fn is_m45db(&self) -> bool[src]

Checks if the value of the field is M45DB

pub fn is_m60db(&self) -> bool[src]

Checks if the value of the field is M60DB

impl R<u8, MCLKDIV_A>[src]

pub fn variant(&self) -> MCLKDIV_A[src]

Get enumerated values variant

pub fn is_mckdiv4(&self) -> bool[src]

Checks if the value of the field is MCKDIV4

pub fn is_mckdiv3(&self) -> bool[src]

Checks if the value of the field is MCKDIV3

pub fn is_mckdiv2(&self) -> bool[src]

Checks if the value of the field is MCKDIV2

pub fn is_mckdiv1(&self) -> bool[src]

Checks if the value of the field is MCKDIV1

impl R<bool, ADCHPD_A>[src]

pub fn variant(&self) -> ADCHPD_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, SOFTMUTE_A>[src]

pub fn variant(&self) -> SOFTMUTE_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PDMCOREEN_A>[src]

pub fn variant(&self) -> PDMCOREEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _PCFG>>[src]

pub fn lrswap(&self) -> LRSWAP_R[src]

Bit 31 - Left/right channel swap.

pub fn pgaright(&self) -> PGARIGHT_R[src]

Bits 26:30 - Right channel PGA gain.

pub fn pgaleft(&self) -> PGALEFT_R[src]

Bits 21:25 - Left channel PGA gain.

pub fn mclkdiv(&self) -> MCLKDIV_R[src]

Bits 17:18 - PDM_CLK frequency divisor.

pub fn sincrate(&self) -> SINCRATE_R[src]

Bits 10:16 - SINC decimation rate.

pub fn adchpd(&self) -> ADCHPD_R[src]

Bit 9 - High pass filter control.

pub fn hpcutoff(&self) -> HPCUTOFF_R[src]

Bits 5:8 - High pass filter coefficients.

pub fn cycles(&self) -> CYCLES_R[src]

Bits 2:4 - Number of clocks during gain-setting changes.

pub fn softmute(&self) -> SOFTMUTE_R[src]

Bit 1 - Soft mute control.

pub fn pdmcoreen(&self) -> PDMCOREEN_R[src]

Bit 0 - Data Streaming Control.

impl R<bool, IOCLKEN_A>[src]

pub fn variant(&self) -> IOCLKEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, RSTB_A>[src]

pub fn variant(&self) -> RSTB_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_norm(&self) -> bool[src]

Checks if the value of the field is NORM

impl R<u8, PDMCLKSEL_A>[src]

pub fn variant(&self) -> PDMCLKSEL_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_12mhz(&self) -> bool[src]

Checks if the value of the field is _12MHZ

pub fn is_6mhz(&self) -> bool[src]

Checks if the value of the field is _6MHZ

pub fn is_3mhz(&self) -> bool[src]

Checks if the value of the field is _3MHZ

pub fn is_1_5mhz(&self) -> bool[src]

Checks if the value of the field is _1_5MHZ

pub fn is_750khz(&self) -> bool[src]

Checks if the value of the field is _750KHZ

pub fn is_375khz(&self) -> bool[src]

Checks if the value of the field is _375KHZ

pub fn is_187khz(&self) -> bool[src]

Checks if the value of the field is _187KHZ

impl R<bool, PDMCLKEN_A>[src]

pub fn variant(&self) -> PDMCLKEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, I2SEN_A>[src]

pub fn variant(&self) -> I2SEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, BCLKINV_A>[src]

pub fn variant(&self) -> BCLKINV_A[src]

Get enumerated values variant

pub fn is_inv(&self) -> bool[src]

Checks if the value of the field is INV

pub fn is_norm(&self) -> bool[src]

Checks if the value of the field is NORM

impl R<bool, DMICKDEL_A>[src]

pub fn variant(&self) -> DMICKDEL_A[src]

Get enumerated values variant

pub fn is_0cyc(&self) -> bool[src]

Checks if the value of the field is _0CYC

pub fn is_1cyc(&self) -> bool[src]

Checks if the value of the field is _1CYC

impl R<bool, SELAP_A>[src]

pub fn variant(&self) -> SELAP_A[src]

Get enumerated values variant

pub fn is_i2s(&self) -> bool[src]

Checks if the value of the field is I2S

pub fn is_internal(&self) -> bool[src]

Checks if the value of the field is INTERNAL

impl R<bool, PCMPACK_A>[src]

pub fn variant(&self) -> PCMPACK_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u8, CHSET_A>[src]

pub fn variant(&self) -> CHSET_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_left(&self) -> bool[src]

Checks if the value of the field is LEFT

pub fn is_right(&self) -> bool[src]

Checks if the value of the field is RIGHT

pub fn is_stereo(&self) -> bool[src]

Checks if the value of the field is STEREO

impl R<u32, Reg<u32, _VCFG>>[src]

pub fn ioclken(&self) -> IOCLKEN_R[src]

Bit 31 - Enable the IO clock.

pub fn rstb(&self) -> RSTB_R[src]

Bit 30 - Reset the IP core.

pub fn pdmclksel(&self) -> PDMCLKSEL_R[src]

Bits 27:29 - Select the PDM input clock.

pub fn pdmclken(&self) -> PDMCLKEN_R[src]

Bit 26 - Enable the serial clock.

pub fn i2sen(&self) -> I2SEN_R[src]

Bit 20 - I2S interface enable.

pub fn bclkinv(&self) -> BCLKINV_R[src]

Bit 19 - I2S BCLK input inversion.

pub fn dmickdel(&self) -> DMICKDEL_R[src]

Bit 17 - PDM clock sampling delay.

pub fn selap(&self) -> SELAP_R[src]

Bit 16 - Select PDM input clock source.

pub fn pcmpack(&self) -> PCMPACK_R[src]

Bit 8 - PCM data packing enable.

pub fn chset(&self) -> CHSET_R[src]

Bits 3:4 - Set PCM channels.

impl R<u32, Reg<u32, _VOICESTAT>>[src]

pub fn fifocnt(&self) -> FIFOCNT_R[src]

Bits 0:5 - Valid 32-bit entries currently in the FIFO.

impl R<u32, Reg<u32, _FIFOREAD>>[src]

pub fn fiforead(&self) -> FIFOREAD_R[src]

Bits 0:31 - FIFO read data.

impl R<u32, Reg<u32, _FIFOFLUSH>>[src]

pub fn fifoflush(&self) -> FIFOFLUSH_R[src]

Bit 0 - FIFO FLUSH.

impl R<u32, Reg<u32, _FIFOTHR>>[src]

pub fn fifothr(&self) -> FIFOTHR_R[src]

Bits 0:4 - FIFO Threshold value. When the FIFO count is equal to, or larger than this value (in words), a THR interrupt is generated (if enabled)

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 4 - DMA Error received

pub fn dcmp(&self) -> DCMP_R[src]

Bit 3 - DMA completed a transfer

pub fn undfl(&self) -> UNDFL_R[src]

Bit 2 - This is the FIFO underflow interrupt.

pub fn ovf(&self) -> OVF_R[src]

Bit 1 - This is the FIFO overflow interrupt.

pub fn thr(&self) -> THR_R[src]

Bit 0 - This is the FIFO threshold interrupt.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 4 - DMA Error received

pub fn dcmp(&self) -> DCMP_R[src]

Bit 3 - DMA completed a transfer

pub fn undfl(&self) -> UNDFL_R[src]

Bit 2 - This is the FIFO underflow interrupt.

pub fn ovf(&self) -> OVF_R[src]

Bit 1 - This is the FIFO overflow interrupt.

pub fn thr(&self) -> THR_R[src]

Bit 0 - This is the FIFO threshold interrupt.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 4 - DMA Error received

pub fn dcmp(&self) -> DCMP_R[src]

Bit 3 - DMA completed a transfer

pub fn undfl(&self) -> UNDFL_R[src]

Bit 2 - This is the FIFO underflow interrupt.

pub fn ovf(&self) -> OVF_R[src]

Bit 1 - This is the FIFO overflow interrupt.

pub fn thr(&self) -> THR_R[src]

Bit 0 - This is the FIFO threshold interrupt.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn derr(&self) -> DERR_R[src]

Bit 4 - DMA Error received

pub fn dcmp(&self) -> DCMP_R[src]

Bit 3 - DMA completed a transfer

pub fn undfl(&self) -> UNDFL_R[src]

Bit 2 - This is the FIFO underflow interrupt.

pub fn ovf(&self) -> OVF_R[src]

Bit 1 - This is the FIFO overflow interrupt.

pub fn thr(&self) -> THR_R[src]

Bit 0 - This is the FIFO threshold interrupt.

impl R<u32, Reg<u32, _DMATRIGEN>>[src]

pub fn dthr90(&self) -> DTHR90_R[src]

Bit 1 - Trigger DMA at FIFO 90 percent full. This signal is also used internally for AUTOHIP function

pub fn dthr(&self) -> DTHR_R[src]

Bit 0 - Trigger DMA upon when FIFO is filled to level indicated by the FIFO THRESHOLD,at granularity of 16 bytes only

impl R<u32, Reg<u32, _DMATRIGSTAT>>[src]

pub fn dthr90stat(&self) -> DTHR90STAT_R[src]

Bit 1 - Triggered DMA from FIFO reaching 90 percent full

pub fn dthrstat(&self) -> DTHRSTAT_R[src]

Bit 0 - Triggered DMA from FIFO reaching threshold

impl R<bool, DMAPRI_A>[src]

pub fn variant(&self) -> DMAPRI_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, DMADIR_A>[src]

pub fn variant(&self) -> DMADIR_A[src]

Get enumerated values variant

pub fn is_p2m(&self) -> bool[src]

Checks if the value of the field is P2M

pub fn is_m2p(&self) -> bool[src]

Checks if the value of the field is M2P

impl R<bool, DMAEN_A>[src]

pub fn variant(&self) -> DMAEN_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _DMACFG>>[src]

pub fn dpwroff(&self) -> DPWROFF_R[src]

Bit 10 - Power Off the ADC System upon DMACPL.

pub fn dautohip(&self) -> DAUTOHIP_R[src]

Bit 9 - Raise priority to high on FIFO full, and DMAPRI set to low

pub fn dmapri(&self) -> DMAPRI_R[src]

Bit 8 - Sets the Priority of the DMA request

pub fn dmadir(&self) -> DMADIR_R[src]

Bit 2 - Direction

pub fn dmaen(&self) -> DMAEN_R[src]

Bit 0 - DMA Enable

impl R<u32, Reg<u32, _DMATOTCOUNT>>[src]

pub fn totcount(&self) -> TOTCOUNT_R[src]

Bits 0:19 - Total Transfer Count. The transfer count must be a multiple of the THR setting to avoid DMA overruns.

impl R<u32, Reg<u32, _DMATARGADDR>>[src]

pub fn utargaddr(&self) -> UTARGADDR_R[src]

Bits 21:31 - SRAM Target

pub fn ltargaddr(&self) -> LTARGADDR_R[src]

Bits 0:20 - DMA Target Address. This register is not updated with the current address of the DMA, but will remain static with the original address during the DMA transfer.

impl R<u32, Reg<u32, _DMASTAT>>[src]

pub fn dmaerr(&self) -> DMAERR_R[src]

Bit 2 - DMA Error

pub fn dmacpl(&self) -> DMACPL_R[src]

Bit 1 - DMA Transfer Complete

pub fn dmatip(&self) -> DMATIP_R[src]

Bit 0 - DMA Transfer In Progress

impl R<bool, BLEBUCKEN_A>[src]

pub fn variant(&self) -> BLEBUCKEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _SUPPLYSRC>>[src]

pub fn blebucken(&self) -> BLEBUCKEN_R[src]

Bit 0 - Enables and Selects the BLE Buck as the supply for the BLE power domain or for Burst LDO. It takes the initial value from Customer INFO space. Buck will be powered up only if there is an active request for BLEH domain or Burst mode and appropriate feature is allowed.

impl R<bool, BLEBUCKON_A>[src]

pub fn variant(&self) -> BLEBUCKON_A[src]

Get enumerated values variant

pub fn is_ldo(&self) -> bool[src]

Checks if the value of the field is LDO

pub fn is_buck(&self) -> bool[src]

Checks if the value of the field is BUCK

impl R<bool, SIMOBUCKON_A>[src]

pub fn variant(&self) -> SIMOBUCKON_A[src]

Get enumerated values variant

pub fn is_off(&self) -> bool[src]

Checks if the value of the field is OFF

pub fn is_on(&self) -> bool[src]

Checks if the value of the field is ON

impl R<u32, Reg<u32, _SUPPLYSTATUS>>[src]

pub fn blebuckon(&self) -> BLEBUCKON_R[src]

Bit 1 - Indicates whether the BLE (if supported) domain and burst (if supported) domain is supplied from the LDO or the Buck. Buck will be powered up only if there is an active request for BLEH domain or Burst mode and appropriate feature is allowed.

pub fn simobuckon(&self) -> SIMOBUCKON_R[src]

Bit 0 - Indicates whether the Core/Mem low-voltage domains are supplied from the LDO or the Buck.

impl R<bool, PWRBLEL_A>[src]

pub fn variant(&self) -> PWRBLEL_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRPDM_A>[src]

pub fn variant(&self) -> PWRPDM_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRMSPI2_A>[src]

pub fn variant(&self) -> PWRMSPI2_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRMSPI1_A>[src]

pub fn variant(&self) -> PWRMSPI1_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRMSPI0_A>[src]

pub fn variant(&self) -> PWRMSPI0_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRSCARD_A>[src]

pub fn variant(&self) -> PWRSCARD_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRADC_A>[src]

pub fn variant(&self) -> PWRADC_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRUART1_A>[src]

pub fn variant(&self) -> PWRUART1_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRUART0_A>[src]

pub fn variant(&self) -> PWRUART0_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOM5_A>[src]

pub fn variant(&self) -> PWRIOM5_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOM4_A>[src]

pub fn variant(&self) -> PWRIOM4_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOM3_A>[src]

pub fn variant(&self) -> PWRIOM3_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOM2_A>[src]

pub fn variant(&self) -> PWRIOM2_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOM1_A>[src]

pub fn variant(&self) -> PWRIOM1_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOM0_A>[src]

pub fn variant(&self) -> PWRIOM0_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PWRIOS_A>[src]

pub fn variant(&self) -> PWRIOS_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _DEVPWREN>>[src]

pub fn pwrblel(&self) -> PWRBLEL_R[src]

Bit 15 - Power up BLE controller

pub fn pwrpdm(&self) -> PWRPDM_R[src]

Bit 14 - Power up PDM block

pub fn pwrmspi2(&self) -> PWRMSPI2_R[src]

Bit 13 - Power up MSPI2 Controller

pub fn pwrmspi1(&self) -> PWRMSPI1_R[src]

Bit 12 - Power up MSPI1 Controller

pub fn pwrmspi0(&self) -> PWRMSPI0_R[src]

Bit 11 - Power up MSPI0 Controller

pub fn pwrscard(&self) -> PWRSCARD_R[src]

Bit 10 - Power up SCARD Controller

pub fn pwradc(&self) -> PWRADC_R[src]

Bit 9 - Power up ADC Digital Controller

pub fn pwruart1(&self) -> PWRUART1_R[src]

Bit 8 - Power up UART Controller 1

pub fn pwruart0(&self) -> PWRUART0_R[src]

Bit 7 - Power up UART Controller 0

pub fn pwriom5(&self) -> PWRIOM5_R[src]

Bit 6 - Power up IO Master 5

pub fn pwriom4(&self) -> PWRIOM4_R[src]

Bit 5 - Power up IO Master 4

pub fn pwriom3(&self) -> PWRIOM3_R[src]

Bit 4 - Power up IO Master 3

pub fn pwriom2(&self) -> PWRIOM2_R[src]

Bit 3 - Power up IO Master 2

pub fn pwriom1(&self) -> PWRIOM1_R[src]

Bit 2 - Power up IO Master 1

pub fn pwriom0(&self) -> PWRIOM0_R[src]

Bit 1 - Power up IO Master 0

pub fn pwrios(&self) -> PWRIOS_R[src]

Bit 0 - Power up IO Slave

impl R<bool, CACHEPWDSLP_A>[src]

pub fn variant(&self) -> CACHEPWDSLP_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, FLASH1PWDSLP_A>[src]

pub fn variant(&self) -> FLASH1PWDSLP_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, FLASH0PWDSLP_A>[src]

pub fn variant(&self) -> FLASH0PWDSLP_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u16, SRAMPWDSLP_A>[src]

pub fn variant(&self) -> Variant<u16, SRAMPWDSLP_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_group0(&self) -> bool[src]

Checks if the value of the field is GROUP0

pub fn is_group1(&self) -> bool[src]

Checks if the value of the field is GROUP1

pub fn is_group2(&self) -> bool[src]

Checks if the value of the field is GROUP2

pub fn is_group3(&self) -> bool[src]

Checks if the value of the field is GROUP3

pub fn is_group4(&self) -> bool[src]

Checks if the value of the field is GROUP4

pub fn is_group5(&self) -> bool[src]

Checks if the value of the field is GROUP5

pub fn is_group6(&self) -> bool[src]

Checks if the value of the field is GROUP6

pub fn is_group7(&self) -> bool[src]

Checks if the value of the field is GROUP7

pub fn is_group8(&self) -> bool[src]

Checks if the value of the field is GROUP8

pub fn is_group9(&self) -> bool[src]

Checks if the value of the field is GROUP9

pub fn is_sram128k(&self) -> bool[src]

Checks if the value of the field is SRAM128K

pub fn is_sram256k(&self) -> bool[src]

Checks if the value of the field is SRAM256K

pub fn is_allbutlower64k(&self) -> bool[src]

Checks if the value of the field is ALLBUTLOWER64K

pub fn is_allbutlower128k(&self) -> bool[src]

Checks if the value of the field is ALLBUTLOWER128K

pub fn is_allbutlower256k(&self) -> bool[src]

Checks if the value of the field is ALLBUTLOWER256K

pub fn is_all(&self) -> bool[src]

Checks if the value of the field is ALL

impl R<u8, DTCMPWDSLP_A>[src]

pub fn variant(&self) -> Variant<u8, DTCMPWDSLP_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_group0dtcm0(&self) -> bool[src]

Checks if the value of the field is GROUP0DTCM0

pub fn is_group0dtcm1(&self) -> bool[src]

Checks if the value of the field is GROUP0DTCM1

pub fn is_group0(&self) -> bool[src]

Checks if the value of the field is GROUP0

pub fn is_allbutgroup0dtcm0(&self) -> bool[src]

Checks if the value of the field is ALLBUTGROUP0DTCM0

pub fn is_group1(&self) -> bool[src]

Checks if the value of the field is GROUP1

pub fn is_all(&self) -> bool[src]

Checks if the value of the field is ALL

impl R<u32, Reg<u32, _MEMPWDINSLEEP>>[src]

pub fn cachepwdslp(&self) -> CACHEPWDSLP_R[src]

Bit 31 - power down cache in deep sleep

pub fn flash1pwdslp(&self) -> FLASH1PWDSLP_R[src]

Bit 14 - Power-down FLASH1 in deep sleep

pub fn flash0pwdslp(&self) -> FLASH0PWDSLP_R[src]

Bit 13 - Power-down FLASH0 in deep sleep

pub fn srampwdslp(&self) -> SRAMPWDSLP_R[src]

Bits 3:12 - Selects which SRAM banks are powered down in deep sleep mode, causing the contents of the bank to be lost.

pub fn dtcmpwdslp(&self) -> DTCMPWDSLP_R[src]

Bits 0:2 - power down DTCM in deep sleep

impl R<bool, CACHEB2_A>[src]

pub fn variant(&self) -> CACHEB2_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, CACHEB0_A>[src]

pub fn variant(&self) -> CACHEB0_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, FLASH1_A>[src]

pub fn variant(&self) -> FLASH1_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, FLASH0_A>[src]

pub fn variant(&self) -> FLASH0_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u16, SRAM_A>[src]

pub fn variant(&self) -> Variant<u16, SRAM_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_group0(&self) -> bool[src]

Checks if the value of the field is GROUP0

pub fn is_group1(&self) -> bool[src]

Checks if the value of the field is GROUP1

pub fn is_group2(&self) -> bool[src]

Checks if the value of the field is GROUP2

pub fn is_group3(&self) -> bool[src]

Checks if the value of the field is GROUP3

pub fn is_group4(&self) -> bool[src]

Checks if the value of the field is GROUP4

pub fn is_group5(&self) -> bool[src]

Checks if the value of the field is GROUP5

pub fn is_group6(&self) -> bool[src]

Checks if the value of the field is GROUP6

pub fn is_group7(&self) -> bool[src]

Checks if the value of the field is GROUP7

pub fn is_group8(&self) -> bool[src]

Checks if the value of the field is GROUP8

pub fn is_group9(&self) -> bool[src]

Checks if the value of the field is GROUP9

pub fn is_sram128k(&self) -> bool[src]

Checks if the value of the field is SRAM128K

pub fn is_sram256k(&self) -> bool[src]

Checks if the value of the field is SRAM256K

pub fn is_sram512k(&self) -> bool[src]

Checks if the value of the field is SRAM512K

pub fn is_all(&self) -> bool[src]

Checks if the value of the field is ALL

impl R<u8, DTCM_A>[src]

pub fn variant(&self) -> Variant<u8, DTCM_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_group0dtcm0(&self) -> bool[src]

Checks if the value of the field is GROUP0DTCM0

pub fn is_group0dtcm1(&self) -> bool[src]

Checks if the value of the field is GROUP0DTCM1

pub fn is_group0(&self) -> bool[src]

Checks if the value of the field is GROUP0

pub fn is_group1(&self) -> bool[src]

Checks if the value of the field is GROUP1

pub fn is_all(&self) -> bool[src]

Checks if the value of the field is ALL

impl R<u32, Reg<u32, _MEMPWREN>>[src]

pub fn cacheb2(&self) -> CACHEB2_R[src]

Bit 31 - Power up Cache Bank 2. This works in conjunction with Cache enable from flash_cache module. To power up cache bank 2, cache has to be enabled and this bit has to be set.

pub fn cacheb0(&self) -> CACHEB0_R[src]

Bit 30 - Power up Cache Bank 0. This works in conjunction with Cache enable from flash_cache module. To power up cache bank 0, cache has to be enabled and this bit has to be set.

pub fn flash1(&self) -> FLASH1_R[src]

Bit 14 - Power up FLASH group 1 (1MB-2MB)

pub fn flash0(&self) -> FLASH0_R[src]

Bit 13 - Power up FLASH group 0 (0MB-1MB)

pub fn sram(&self) -> SRAM_R[src]

Bits 3:12 - Power up SRAM groups

pub fn dtcm(&self) -> DTCM_R[src]

Bits 0:2 - Power up DTCM

impl R<u32, Reg<u32, _MEMPWRSTATUS>>[src]

pub fn cacheb2(&self) -> CACHEB2_R[src]

Bit 16 - This bit is 1 if power is supplied to Cache Bank 2

pub fn cacheb0(&self) -> CACHEB0_R[src]

Bit 15 - This bit is 1 if power is supplied to Cache Bank 0

pub fn flash1(&self) -> FLASH1_R[src]

Bit 14 - This bit is 1 if power is supplied to FLASH group 1

pub fn flash0(&self) -> FLASH0_R[src]

Bit 13 - This bit is 1 if power is supplied to FLASH group 0

pub fn sram9(&self) -> SRAM9_R[src]

Bit 12 - This bit is 1 if power is supplied to SRAM GROUP9

pub fn sram8(&self) -> SRAM8_R[src]

Bit 11 - This bit is 1 if power is supplied to SRAM GROUP8

pub fn sram7(&self) -> SRAM7_R[src]

Bit 10 - This bit is 1 if power is supplied to SRAM GROUP7

pub fn sram6(&self) -> SRAM6_R[src]

Bit 9 - This bit is 1 if power is supplied to SRAM GROUP6

pub fn sram5(&self) -> SRAM5_R[src]

Bit 8 - This bit is 1 if power is supplied to SRAM GROUP5

pub fn sram4(&self) -> SRAM4_R[src]

Bit 7 - This bit is 1 if power is supplied to SRAM GROUP4

pub fn sram3(&self) -> SRAM3_R[src]

Bit 6 - This bit is 1 if power is supplied to SRAM GROUP3

pub fn sram2(&self) -> SRAM2_R[src]

Bit 5 - This bit is 1 if power is supplied to SRAM GROUP2

pub fn sram1(&self) -> SRAM1_R[src]

Bit 4 - This bit is 1 if power is supplied to SRAM GROUP1

pub fn sram0(&self) -> SRAM0_R[src]

Bit 3 - This bit is 1 if power is supplied to SRAM GROUP0

pub fn dtcm1(&self) -> DTCM1_R[src]

Bit 2 - This bit is 1 if power is supplied to DTCM GROUP1

pub fn dtcm01(&self) -> DTCM01_R[src]

Bit 1 - This bit is 1 if power is supplied to DTCM GROUP0_1

pub fn dtcm00(&self) -> DTCM00_R[src]

Bit 0 - This bit is 1 if power is supplied to DTCM GROUP0_0

impl R<u32, Reg<u32, _DEVPWRSTATUS>>[src]

pub fn bleh(&self) -> BLEH_R[src]

Bit 9 - This bit is 1 if power is supplied to BLEH

pub fn blel(&self) -> BLEL_R[src]

Bit 8 - This bit is 1 if power is supplied to BLEL

pub fn pwrpdm(&self) -> PWRPDM_R[src]

Bit 7 - This bit is 1 if power is supplied to PDM

pub fn pwrmspi(&self) -> PWRMSPI_R[src]

Bit 6 - This bit is 1 if power is supplied to MSPI

pub fn pwradc(&self) -> PWRADC_R[src]

Bit 5 - This bit is 1 if power is supplied to ADC

pub fn hcpc(&self) -> HCPC_R[src]

Bit 4 - This bit is 1 if power is supplied to HCPC domain (IO MASTER4, 5, 6)

pub fn hcpb(&self) -> HCPB_R[src]

Bit 3 - This bit is 1 if power is supplied to HCPB domain (IO MASTER 0, 1, 2)

pub fn hcpa(&self) -> HCPA_R[src]

Bit 2 - This bit is 1 if power is supplied to HCPA domain (IO SLAVE, UART0, UART1, SCARD)

pub fn mcuh(&self) -> MCUH_R[src]

Bit 1 - This bit is 1 if power is supplied to MCUH

pub fn mcul(&self) -> MCUL_R[src]

Bit 0 - This bit is 1 if power is supplied to MCUL

impl R<u16, SRAMLIGHTSLEEP_A>[src]

pub fn variant(&self) -> Variant<u16, SRAMLIGHTSLEEP_A>[src]

Get enumerated values variant

pub fn is_all(&self) -> bool[src]

Checks if the value of the field is ALL

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, SRAMMASTERCLKGATE_A>[src]

pub fn variant(&self) -> SRAMMASTERCLKGATE_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, SRAMCLKGATE_A>[src]

pub fn variant(&self) -> SRAMCLKGATE_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _SRAMCTRL>>[src]

pub fn sramlightsleep(&self) -> SRAMLIGHTSLEEP_R[src]

Bits 8:19 - Light Sleep enable for each TCM/SRAM bank. When 1, corresponding bank will be put into light sleep. For optimal power, banks should be put into light sleep while the system is active but the bank has minimal or no accesses.

pub fn srammasterclkgate(&self) -> SRAMMASTERCLKGATE_R[src]

Bit 2 - This bit is 1 when the master clock gate is enabled (top-level clock gate for entire SRAM block)

pub fn sramclkgate(&self) -> SRAMCLKGATE_R[src]

Bit 1 - This bit is 1 if clock gating is allowed for individual system SRAMs

impl R<u32, Reg<u32, _ADCSTATUS>>[src]

pub fn refbufpwd(&self) -> REFBUFPWD_R[src]

Bit 5 - This bit indicates that the ADC REFBUF is powered down

pub fn refkeeppwd(&self) -> REFKEEPPWD_R[src]

Bit 4 - This bit indicates that the ADC REFKEEP is powered down

pub fn vbatpwd(&self) -> VBATPWD_R[src]

Bit 3 - This bit indicates that the ADC VBAT resistor divider is powered down

pub fn vptatpwd(&self) -> VPTATPWD_R[src]

Bit 2 - This bit indicates that the ADC temperature sensor input buffer is powered down

pub fn bgtpwd(&self) -> BGTPWD_R[src]

Bit 1 - This bit indicates that the ADC Band Gap is powered down

pub fn adcpwd(&self) -> ADCPWD_R[src]

Bit 0 - This bit indicates that the ADC is powered down

impl R<bool, MEMVRLPBLE_A>[src]

pub fn variant(&self) -> MEMVRLPBLE_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _MISC>>[src]

pub fn memvrlpble(&self) -> MEMVRLPBLE_R[src]

Bit 6 - Control Bit to let Mem VR go to lp mode in deep sleep even when BLEL or BLEH is powered on given none of the other domains require it.

pub fn forcememvrlptimers(&self) -> FORCEMEMVRLPTIMERS_R[src]

Bit 3 - Control Bit to force Mem VR to LP mode in deep sleep even when hfrc based ctimer or stimer is running.

impl R<bool, BURSTEVEN_A>[src]

pub fn variant(&self) -> BURSTEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, BURSTFEATUREEVEN_A>[src]

pub fn variant(&self) -> BURSTFEATUREEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, BLEFEATUREEVEN_A>[src]

pub fn variant(&self) -> BLEFEATUREEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, BLELEVEN_A>[src]

pub fn variant(&self) -> BLELEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, PDMEVEN_A>[src]

pub fn variant(&self) -> PDMEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, MSPIEVEN_A>[src]

pub fn variant(&self) -> MSPIEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, ADCEVEN_A>[src]

pub fn variant(&self) -> ADCEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, HCPCEVEN_A>[src]

pub fn variant(&self) -> HCPCEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, HCPBEVEN_A>[src]

pub fn variant(&self) -> HCPBEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, HCPAEVEN_A>[src]

pub fn variant(&self) -> HCPAEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, MCUHEVEN_A>[src]

pub fn variant(&self) -> MCUHEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, MCULEVEN_A>[src]

pub fn variant(&self) -> MCULEVEN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u32, Reg<u32, _DEVPWREVENTEN>>[src]

pub fn bursteven(&self) -> BURSTEVEN_R[src]

Bit 31 - Control BURST status event

pub fn burstfeatureeven(&self) -> BURSTFEATUREEVEN_R[src]

Bit 30 - Control BURSTFEATURE status event

pub fn blefeatureeven(&self) -> BLEFEATUREEVEN_R[src]

Bit 29 - Control BLEFEATURE status event

pub fn bleleven(&self) -> BLELEVEN_R[src]

Bit 8 - Control BLE power-on status event

pub fn pdmeven(&self) -> PDMEVEN_R[src]

Bit 7 - Control PDM power-on status event

pub fn mspieven(&self) -> MSPIEVEN_R[src]

Bit 6 - Control MSPI power-on status event

pub fn adceven(&self) -> ADCEVEN_R[src]

Bit 5 - Control ADC power-on status event

pub fn hcpceven(&self) -> HCPCEVEN_R[src]

Bit 4 - Control HCPC power-on status event

pub fn hcpbeven(&self) -> HCPBEVEN_R[src]

Bit 3 - Control HCPB power-on status event

pub fn hcpaeven(&self) -> HCPAEVEN_R[src]

Bit 2 - Control HCPA power-on status event

pub fn mcuheven(&self) -> MCUHEVEN_R[src]

Bit 1 - Control MCUH power-on status event

pub fn mculeven(&self) -> MCULEVEN_R[src]

Bit 0 - Control MCUL power-on status event

impl R<bool, CACHEB2EN_A>[src]

pub fn variant(&self) -> CACHEB2EN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, CACHEB0EN_A>[src]

pub fn variant(&self) -> CACHEB0EN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, FLASH1EN_A>[src]

pub fn variant(&self) -> FLASH1EN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<bool, FLASH0EN_A>[src]

pub fn variant(&self) -> FLASH0EN_A[src]

Get enumerated values variant

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

impl R<u16, SRAMEN_A>[src]

pub fn variant(&self) -> Variant<u16, SRAMEN_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_group0en(&self) -> bool[src]

Checks if the value of the field is GROUP0EN

pub fn is_group1en(&self) -> bool[src]

Checks if the value of the field is GROUP1EN

pub fn is_group2en(&self) -> bool[src]

Checks if the value of the field is GROUP2EN

pub fn is_group3en(&self) -> bool[src]

Checks if the value of the field is GROUP3EN

pub fn is_group4en(&self) -> bool[src]

Checks if the value of the field is GROUP4EN

pub fn is_group5en(&self) -> bool[src]

Checks if the value of the field is GROUP5EN

pub fn is_group6en(&self) -> bool[src]

Checks if the value of the field is GROUP6EN

pub fn is_group7en(&self) -> bool[src]

Checks if the value of the field is GROUP7EN

pub fn is_group8en(&self) -> bool[src]

Checks if the value of the field is GROUP8EN

pub fn is_group9en(&self) -> bool[src]

Checks if the value of the field is GROUP9EN

impl R<u8, DTCMEN_A>[src]

pub fn variant(&self) -> Variant<u8, DTCMEN_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_group0dtcm0en(&self) -> bool[src]

Checks if the value of the field is GROUP0DTCM0EN

pub fn is_group0dtcm1en(&self) -> bool[src]

Checks if the value of the field is GROUP0DTCM1EN

pub fn is_group0en(&self) -> bool[src]

Checks if the value of the field is GROUP0EN

pub fn is_group1en(&self) -> bool[src]

Checks if the value of the field is GROUP1EN

pub fn is_all(&self) -> bool[src]

Checks if the value of the field is ALL

impl R<u32, Reg<u32, _MEMPWREVENTEN>>[src]

pub fn cacheb2en(&self) -> CACHEB2EN_R[src]

Bit 31 - Control CACHEB2 power-on status event

pub fn cacheb0en(&self) -> CACHEB0EN_R[src]

Bit 30 - Control CACHE BANK 0 power-on status event

pub fn flash1en(&self) -> FLASH1EN_R[src]

Bit 14 - Control FLASH power-on status event

pub fn flash0en(&self) -> FLASH0EN_R[src]

Bit 13 - Control FLASH power-on status event

pub fn sramen(&self) -> SRAMEN_R[src]

Bits 3:12 - Control SRAM power-on status event

pub fn dtcmen(&self) -> DTCMEN_R[src]

Bits 0:2 - Enable DTCM power-on status event

impl R<u32, Reg<u32, _CFG>>[src]

pub fn wdren(&self) -> WDREN_R[src]

Bit 1 - Watchdog Timer Reset Enable. NOTE: The WDT module must also be configured for WDT reset. This includes enabling the RESEN bit in WDTCFG register in Watch dog timer block.

pub fn bodhren(&self) -> BODHREN_R[src]

Bit 0 - Brown out high (2.1 V) reset enable.

impl R<u8, SWPOIKEY_A>[src]

pub fn variant(&self) -> Variant<u8, SWPOIKEY_A>[src]

Get enumerated values variant

pub fn is_keyvalue(&self) -> bool[src]

Checks if the value of the field is KEYVALUE

impl R<u32, Reg<u32, _SWPOI>>[src]

pub fn swpoikey(&self) -> SWPOIKEY_R[src]

Bits 0:7 - 0x1B generates a software POI reset. This is a write-only register. Reading from this register will yield only all 0's.

impl R<u8, SWPORKEY_A>[src]

pub fn variant(&self) -> Variant<u8, SWPORKEY_A>[src]

Get enumerated values variant

pub fn is_keyvalue(&self) -> bool[src]

Checks if the value of the field is KEYVALUE

impl R<u32, Reg<u32, _SWPOR>>[src]

pub fn swporkey(&self) -> SWPORKEY_R[src]

Bits 0:7 - 0xD4 generates a software POR reset.

impl R<u32, Reg<u32, _TPIURST>>[src]

pub fn tpiurst(&self) -> TPIURST_R[src]

Bit 0 - Static reset for the TPIU. Write to '1' to assert reset to TPIU. Write to '0' to clear the reset.

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn bodh(&self) -> BODH_R[src]

Bit 0 - Enables an interrupt that triggers when VCC is below BODH level.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn bodh(&self) -> BODH_R[src]

Bit 0 - Enables an interrupt that triggers when VCC is below BODH level.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn bodh(&self) -> BODH_R[src]

Bit 0 - Enables an interrupt that triggers when VCC is below BODH level.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn bodh(&self) -> BODH_R[src]

Bit 0 - Enables an interrupt that triggers when VCC is below BODH level.

impl R<u32, Reg<u32, _STAT>>[src]

pub fn sboot(&self) -> SBOOT_R[src]

Bit 31 - Set when booting securely (SBL).

pub fn fboot(&self) -> FBOOT_R[src]

Bit 30 - Set if current boot was initiated by soft reset and resulted in Fast Boot (SBL).

pub fn bobstat(&self) -> BOBSTAT_R[src]

Bit 10 - A BLE/Burst Regulator Brownout Event occurred (SBL).

pub fn bofstat(&self) -> BOFSTAT_R[src]

Bit 9 - A Memory Regulator Brownout Event occurred (SBL).

pub fn bocstat(&self) -> BOCSTAT_R[src]

Bit 8 - A Core Regulator Brownout Event occurred (SBL).

pub fn boustat(&self) -> BOUSTAT_R[src]

Bit 7 - An Unregulated Supply Brownout Event occurred (SBL).

pub fn wdrstat(&self) -> WDRSTAT_R[src]

Bit 6 - Reset was initiated by a Watchdog Timer Reset (SBL).

pub fn dbgrstat(&self) -> DBGRSTAT_R[src]

Bit 5 - Reset was a initiated by Debugger Reset (SBL).

pub fn poirstat(&self) -> POIRSTAT_R[src]

Bit 4 - Reset was a initiated by Software POI Reset (SBL).

pub fn swrstat(&self) -> SWRSTAT_R[src]

Bit 3 - Reset was a initiated by SW POR or AIRCR Reset (SBL).

pub fn borstat(&self) -> BORSTAT_R[src]

Bit 2 - Reset was initiated by a Brown-Out Reset (SBL).

pub fn porstat(&self) -> PORSTAT_R[src]

Bit 1 - Reset was initiated by a Power-On Reset (SBL).

pub fn exrstat(&self) -> EXRSTAT_R[src]

Bit 0 - Reset was initiated by an External Reset (SBL).

impl R<u32, Reg<u32, _CTRLOW>>[src]

pub fn ctrhr(&self) -> CTRHR_R[src]

Bits 24:29 - Hours Counter

pub fn ctrmin(&self) -> CTRMIN_R[src]

Bits 16:22 - Minutes Counter

pub fn ctrsec(&self) -> CTRSEC_R[src]

Bits 8:14 - Seconds Counter

pub fn ctr100(&self) -> CTR100_R[src]

Bits 0:7 - 100ths of a second Counter

impl R<bool, CTERR_A>[src]

pub fn variant(&self) -> CTERR_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_rderr(&self) -> bool[src]

Checks if the value of the field is RDERR

impl R<bool, CEB_A>[src]

pub fn variant(&self) -> CEB_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<bool, CB_A>[src]

pub fn variant(&self) -> CB_A[src]

Get enumerated values variant

pub fn is_2000(&self) -> bool[src]

Checks if the value of the field is _2000

pub fn is_1900_2100(&self) -> bool[src]

Checks if the value of the field is _1900_2100

impl R<u32, Reg<u32, _CTRUP>>[src]

pub fn cterr(&self) -> CTERR_R[src]

Bit 31 - Counter read error status. Error is triggered when software reads the lower word of the counters, and fails to read the upper counter within 1/100 second. This is because when the lower counter is read, the upper counter is held off from incrementing until it is read so that the full time stamp can be read.

pub fn ceb(&self) -> CEB_R[src]

Bit 28 - Century enable

pub fn cb(&self) -> CB_R[src]

Bit 27 - Century

pub fn ctrwkdy(&self) -> CTRWKDY_R[src]

Bits 24:26 - Weekdays Counter

pub fn ctryr(&self) -> CTRYR_R[src]

Bits 16:23 - Years Counter

pub fn ctrmo(&self) -> CTRMO_R[src]

Bits 8:12 - Months Counter

pub fn ctrdate(&self) -> CTRDATE_R[src]

Bits 0:5 - Date Counter

impl R<u32, Reg<u32, _ALMLOW>>[src]

pub fn almhr(&self) -> ALMHR_R[src]

Bits 24:29 - Hours Alarm

pub fn almmin(&self) -> ALMMIN_R[src]

Bits 16:22 - Minutes Alarm

pub fn almsec(&self) -> ALMSEC_R[src]

Bits 8:14 - Seconds Alarm

pub fn alm100(&self) -> ALM100_R[src]

Bits 0:7 - 100ths of a second Alarm

impl R<u32, Reg<u32, _ALMUP>>[src]

pub fn almwkdy(&self) -> ALMWKDY_R[src]

Bits 16:18 - Weekdays Alarm

pub fn almmo(&self) -> ALMMO_R[src]

Bits 8:12 - Months Alarm

pub fn almdate(&self) -> ALMDATE_R[src]

Bits 0:5 - Date Alarm

impl R<bool, HR1224_A>[src]

pub fn variant(&self) -> HR1224_A[src]

Get enumerated values variant

pub fn is_24hr(&self) -> bool[src]

Checks if the value of the field is _24HR

pub fn is_12hr(&self) -> bool[src]

Checks if the value of the field is _12HR

impl R<bool, RSTOP_A>[src]

pub fn variant(&self) -> RSTOP_A[src]

Get enumerated values variant

pub fn is_run(&self) -> bool[src]

Checks if the value of the field is RUN

pub fn is_stop(&self) -> bool[src]

Checks if the value of the field is STOP

impl R<u8, RPT_A>[src]

pub fn variant(&self) -> RPT_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_year(&self) -> bool[src]

Checks if the value of the field is YEAR

pub fn is_month(&self) -> bool[src]

Checks if the value of the field is MONTH

pub fn is_week(&self) -> bool[src]

Checks if the value of the field is WEEK

pub fn is_day(&self) -> bool[src]

Checks if the value of the field is DAY

pub fn is_hr(&self) -> bool[src]

Checks if the value of the field is HR

pub fn is_min(&self) -> bool[src]

Checks if the value of the field is MIN

pub fn is_sec(&self) -> bool[src]

Checks if the value of the field is SEC

impl R<bool, WRTC_A>[src]

pub fn variant(&self) -> WRTC_A[src]

Get enumerated values variant

pub fn is_dis(&self) -> bool[src]

Checks if the value of the field is DIS

pub fn is_en(&self) -> bool[src]

Checks if the value of the field is EN

impl R<u32, Reg<u32, _RTCCTL>>[src]

pub fn hr1224(&self) -> HR1224_R[src]

Bit 5 - Hours Counter mode

pub fn rstop(&self) -> RSTOP_R[src]

Bit 4 - RTC input clock control

pub fn rpt(&self) -> RPT_R[src]

Bits 1:3 - Alarm repeat interval

pub fn wrtc(&self) -> WRTC_R[src]

Bit 0 - Counter write control

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn alm(&self) -> ALM_R[src]

Bit 0 - RTC Alarm interrupt

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn alm(&self) -> ALM_R[src]

Bit 0 - RTC Alarm interrupt

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn alm(&self) -> ALM_R[src]

Bit 0 - RTC Alarm interrupt

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn alm(&self) -> ALM_R[src]

Bit 0 - RTC Alarm interrupt

impl R<bool, FHF_A>[src]

pub fn variant(&self) -> Variant<bool, FHF_A>[src]

Get enumerated values variant

pub fn is_halffull(&self) -> bool[src]

Checks if the value of the field is HALFFULL

impl R<bool, FT2REND_A>[src]

pub fn variant(&self) -> FT2REND_A[src]

Get enumerated values variant

pub fn is_cmpl(&self) -> bool[src]

Checks if the value of the field is CMPL

pub fn is_notcmpl(&self) -> bool[src]

Checks if the value of the field is NOTCMPL

impl R<bool, PE_A>[src]

pub fn variant(&self) -> PE_A[src]

Get enumerated values variant

pub fn is_peerr(&self) -> bool[src]

Checks if the value of the field is PEERR

pub fn is_penone(&self) -> bool[src]

Checks if the value of the field is PENONE

impl R<bool, OVR_A>[src]

pub fn variant(&self) -> OVR_A[src]

Get enumerated values variant

pub fn is_rxovr(&self) -> bool[src]

Checks if the value of the field is RXOVR

pub fn is_rxovrnone(&self) -> bool[src]

Checks if the value of the field is RXOVRNONE

impl R<bool, FER_A>[src]

pub fn variant(&self) -> FER_A[src]

Get enumerated values variant

pub fn is_framingerr(&self) -> bool[src]

Checks if the value of the field is FRAMINGERR

pub fn is_noframingerr(&self) -> bool[src]

Checks if the value of the field is NOFRAMINGERR

impl R<bool, TBERBF_A>[src]

pub fn variant(&self) -> TBERBF_A[src]

Get enumerated values variant

pub fn is_txfifoempty(&self) -> bool[src]

Checks if the value of the field is TXFIFOEMPTY

pub fn is_txfifonotempty(&self) -> bool[src]

Checks if the value of the field is TXFIFONOTEMPTY

impl R<bool, FNE_A>[src]

pub fn variant(&self) -> FNE_A[src]

Get enumerated values variant

pub fn is_notempty(&self) -> bool[src]

Checks if the value of the field is NOTEMPTY

pub fn is_empty(&self) -> bool[src]

Checks if the value of the field is EMPTY

impl R<u32, Reg<u32, _SR>>[src]

pub fn fhf(&self) -> FHF_R[src]

Bit 6 - FIFO Half Full.

pub fn ft2rend(&self) -> FT2REND_R[src]

Bit 5 - TX to RX finished.

pub fn pe(&self) -> PE_R[src]

Bit 4 - Parity Error.

pub fn ovr(&self) -> OVR_R[src]

Bit 3 - RX FIFO overflow.

pub fn fer(&self) -> FER_R[src]

Bit 2 - Framing error.

pub fn tberbf(&self) -> TBERBF_R[src]

Bit 1 - FIFO empty (transmit) or full (receive).

pub fn fne(&self) -> FNE_R[src]

Bit 0 - RX FIFO not empty.

impl R<u32, Reg<u32, _IER>>[src]

pub fn fhfen(&self) -> FHFEN_R[src]

Bit 6 - FIFO Half Full interrupt enable.

pub fn ft2renden(&self) -> FT2RENDEN_R[src]

Bit 5 - TX to RX finished interrupt enable.

pub fn peen(&self) -> PEEN_R[src]

Bit 4 - Parity Error interrupt enable.

pub fn ovren(&self) -> OVREN_R[src]

Bit 3 - RX FIFOI overflow interrupt enable.

pub fn feren(&self) -> FEREN_R[src]

Bit 2 - Framing error interrupt enable.

pub fn tberbfen(&self) -> TBERBFEN_R[src]

Bit 1 - FIFO empty (transmit) or full (receive) interrupt enable.

pub fn fneen(&self) -> FNEEN_R[src]

Bit 0 - RX FIFO not empty interrupt enable.

impl R<u32, Reg<u32, _TCR>>[src]

pub fn dmamd(&self) -> DMAMD_R[src]

Bit 7 - DMA direction.

pub fn fip(&self) -> FIP_R[src]

Bit 6 - Parity select.

pub fn autoconv(&self) -> AUTOCONV_R[src]

Bit 5 - Automatic conversion.

pub fn prot(&self) -> PROT_R[src]

Bit 4 - PROT control.

pub fn tr(&self) -> TR_R[src]

Bit 3 - Transmit/receive mode.

pub fn lct(&self) -> LCT_R[src]

Bit 2 - Fast TX to RX.

pub fn ss(&self) -> SS_R[src]

Bit 1 - Use first byte to configure conversion.

pub fn conv(&self) -> CONV_R[src]

Bit 0 - Conversion inversion control.

impl R<u32, Reg<u32, _UCR>>[src]

pub fn retxen(&self) -> RETXEN_R[src]

Bit 3 - Enable TX/RX time configuration.

pub fn rstin(&self) -> RSTIN_R[src]

Bit 2 - Reset polarity.

pub fn riu(&self) -> RIU_R[src]

Bit 1 - ISO7816 reset. This bit is write-only.

pub fn cst(&self) -> CST_R[src]

Bit 0 - Clock control.

impl R<u32, Reg<u32, _DR>>[src]

pub fn dr(&self) -> DR_R[src]

Bits 0:7 - Data register.

impl R<u32, Reg<u32, _BPRL>>[src]

pub fn bprl(&self) -> BPRL_R[src]

Bits 0:7 - Baud rate low

impl R<u32, Reg<u32, _BPRH>>[src]

pub fn bprh(&self) -> BPRH_R[src]

Bits 0:3 - Baud rate high

impl R<u32, Reg<u32, _UCR1>>[src]

pub fn enlastb(&self) -> ENLASTB_R[src]

Bit 5 - Enable last byte function.

pub fn clkiov(&self) -> CLKIOV_R[src]

Bit 4 - Output clock level.

pub fn t1paren(&self) -> T1PAREN_R[src]

Bit 3 - Parity check control.

pub fn stsp(&self) -> STSP_R[src]

Bit 2 - ETU counter control. This bit is write-only.

pub fn pr(&self) -> PR_R[src]

Bit 0 - Query Card Detect.

impl R<bool, IDLE_A>[src]

pub fn variant(&self) -> IDLE_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_active(&self) -> bool[src]

Checks if the value of the field is ACTIVE

impl R<bool, SYNCEND_A>[src]

pub fn variant(&self) -> SYNCEND_A[src]

Get enumerated values variant

pub fn is_cmpl(&self) -> bool[src]

Checks if the value of the field is CMPL

pub fn is_incmpl(&self) -> bool[src]

Checks if the value of the field is INCMPL

impl R<bool, PRL_A>[src]

pub fn variant(&self) -> Variant<bool, PRL_A>[src]

Get enumerated values variant

pub fn is_insrem(&self) -> bool[src]

Checks if the value of the field is INSREM

impl R<bool, ECNTOVER_A>[src]

pub fn variant(&self) -> Variant<bool, ECNTOVER_A>[src]

Get enumerated values variant

pub fn is_ovr(&self) -> bool[src]

Checks if the value of the field is OVR

impl R<u32, Reg<u32, _SR1>>[src]

pub fn idle(&self) -> IDLE_R[src]

Bit 3 - ISO7816 idle.

pub fn syncend(&self) -> SYNCEND_R[src]

Bit 2 - Write complete synchronization.

pub fn prl(&self) -> PRL_R[src]

Bit 1 - Card insert/remove.

pub fn ecntover(&self) -> ECNTOVER_R[src]

Bit 0 - ETU counter overflow.

impl R<u32, Reg<u32, _IER1>>[src]

pub fn syncenden(&self) -> SYNCENDEN_R[src]

Bit 2 - Write complete synchronization interrupt enable.

pub fn prlen(&self) -> PRLEN_R[src]

Bit 1 - Card insert/remove interrupt enable.

pub fn ecntoveren(&self) -> ECNTOVEREN_R[src]

Bit 0 - ETU counter overflow interrupt enable.

impl R<u32, Reg<u32, _ECNTL>>[src]

pub fn ecntl(&self) -> ECNTL_R[src]

Bits 0:7 - ETU counter low register.

impl R<u32, Reg<u32, _ECNTH>>[src]

pub fn ecnth(&self) -> ECNTH_R[src]

Bits 0:7 - ETU counter high register.

impl R<u32, Reg<u32, _GTR>>[src]

pub fn gtr(&self) -> GTR_R[src]

Bits 0:7 - Guard time configuration register.

impl R<u32, Reg<u32, _RETXCNT>>[src]

pub fn retxcnt(&self) -> RETXCNT_R[src]

Bits 0:3 - Resend count register.

impl R<u32, Reg<u32, _RETXCNTRMI>>[src]

pub fn retxcntrmi(&self) -> RETXCNTRMI_R[src]

Bits 0:3 - Resent count inquiry register.

impl R<u32, Reg<u32, _CLKCTRL>>[src]

pub fn apbclken(&self) -> APBCLKEN_R[src]

Bit 1 - Enable the SCARD APB clock to run continuously.

pub fn clken(&self) -> CLKEN_R[src]

Bit 0 - Enable the serial source clock for SCARD.

impl R<u8, FUNCTION_A>[src]

pub fn variant(&self) -> Variant<u8, FUNCTION_A>[src]

Get enumerated values variant

pub fn is_crc32(&self) -> bool[src]

Checks if the value of the field is CRC32

pub fn is_rand(&self) -> bool[src]

Checks if the value of the field is RAND

pub fn is_genaddr(&self) -> bool[src]

Checks if the value of the field is GENADDR

impl R<u32, Reg<u32, _CTRL>>[src]

pub fn crcerror(&self) -> CRCERROR_R[src]

Bit 31 - CRC Error Status - Set to 1 if an error occurs during a CRC operation. Cleared when CTRL register is written (with any value). Usually indicates an invalid address range.

pub fn function(&self) -> FUNCTION_R[src]

Bits 4:7 - Function Select

pub fn enable(&self) -> ENABLE_R[src]

Bit 0 - Function Enable. Software should set the ENABLE bit to initiate a CRC operation. Hardware will clear the ENABLE bit upon completion.

impl R<u32, Reg<u32, _SRCADDR>>[src]

pub fn addr(&self) -> ADDR_R[src]

Bits 0:31 - Source Buffer Address. Address may be byte aligned, but the length must be a multiple of 4 bits.

impl R<u32, Reg<u32, _LEN>>[src]

pub fn len(&self) -> LEN_R[src]

Bits 2:23 - Buffer size (bottom two bits assumed to be zero to ensure a multiple of 4 bytes)

impl R<u32, Reg<u32, _RESULT>>[src]

pub fn crc(&self) -> CRC_R[src]

Bits 0:31 - CRC Seed/Result. Software must seed the CRC with 0xFFFFFFFF before starting a CRC operation (unless the CRC is continued from a previous operation).

impl R<u8, SELECT_A>[src]

pub fn variant(&self) -> Variant<u8, SELECT_A>[src]

Get enumerated values variant

pub fn is_customer_key(&self) -> bool[src]

Checks if the value of the field is CUSTOMER_KEY

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

impl R<u32, Reg<u32, _LOCKCTRL>>[src]

pub fn select(&self) -> SELECT_R[src]

Bits 0:7 - LOCK Function Select register.

impl R<u32, STATUS_A>[src]

pub fn variant(&self) -> Variant<u32, STATUS_A>[src]

Get enumerated values variant

pub fn is_customer_key(&self) -> bool[src]

Checks if the value of the field is CUSTOMER_KEY

pub fn is_none(&self) -> bool[src]

Checks if the value of the field is NONE

impl R<u32, Reg<u32, _LOCKSTAT>>[src]

pub fn status(&self) -> STATUS_R[src]

Bits 0:31 - LOCK Status register. This register is a bit mask for which resources are currently unlocked. These bits are one-hot per resource.

impl R<u32, Reg<u32, _KEY0>>[src]

pub fn key0(&self) -> KEY0_R[src]

Bits 0:31 - Bits [31:0] of the 128-bit key should be written to this register. To protect key values, the register always returns 0x00000000.

impl R<u32, Reg<u32, _KEY1>>[src]

pub fn key1(&self) -> KEY1_R[src]

Bits 0:31 - Bits [63:32] of the 128-bit key should be written to this register. To protect key values, the register always returns 0x00000000.

impl R<u32, Reg<u32, _KEY2>>[src]

pub fn key2(&self) -> KEY2_R[src]

Bits 0:31 - Bits [95:64] of the 128-bit key should be written to this register. To protect key values, the register always returns 0x00000000.

impl R<u32, Reg<u32, _KEY3>>[src]

pub fn key3(&self) -> KEY3_R[src]

Bits 0:31 - Bits [127:96] of the 128-bit key should be written to this register. To protect key values, the register always returns 0x00000000.

impl R<bool, OEDATA_A>[src]

pub fn variant(&self) -> OEDATA_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<bool, BEDATA_A>[src]

pub fn variant(&self) -> BEDATA_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<bool, PEDATA_A>[src]

pub fn variant(&self) -> PEDATA_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<bool, FEDATA_A>[src]

pub fn variant(&self) -> FEDATA_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<u32, Reg<u32, _DR>>[src]

pub fn oedata(&self) -> OEDATA_R[src]

Bit 11 - This is the overrun error indicator.

pub fn bedata(&self) -> BEDATA_R[src]

Bit 10 - This is the break error indicator.

pub fn pedata(&self) -> PEDATA_R[src]

Bit 9 - This is the parity error indicator.

pub fn fedata(&self) -> FEDATA_R[src]

Bit 8 - This is the framing error indicator.

pub fn data(&self) -> DATA_R[src]

Bits 0:7 - This is the UART data port.

impl R<bool, OESTAT_A>[src]

pub fn variant(&self) -> OESTAT_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<bool, BESTAT_A>[src]

pub fn variant(&self) -> BESTAT_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<bool, PESTAT_A>[src]

pub fn variant(&self) -> PESTAT_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<bool, FESTAT_A>[src]

pub fn variant(&self) -> FESTAT_A[src]

Get enumerated values variant

pub fn is_noerr(&self) -> bool[src]

Checks if the value of the field is NOERR

pub fn is_err(&self) -> bool[src]

Checks if the value of the field is ERR

impl R<u32, Reg<u32, _RSR>>[src]

pub fn oestat(&self) -> OESTAT_R[src]

Bit 3 - This is the overrun error indicator.

pub fn bestat(&self) -> BESTAT_R[src]

Bit 2 - This is the break error indicator.

pub fn pestat(&self) -> PESTAT_R[src]

Bit 1 - This is the parity error indicator.

pub fn festat(&self) -> FESTAT_R[src]

Bit 0 - This is the framing error indicator.

impl R<bool, TXFE_A>[src]

pub fn variant(&self) -> Variant<bool, TXFE_A>[src]

Get enumerated values variant

pub fn is_xmtfifo_empty(&self) -> bool[src]

Checks if the value of the field is XMTFIFO_EMPTY

impl R<bool, RXFF_A>[src]

pub fn variant(&self) -> Variant<bool, RXFF_A>[src]

Get enumerated values variant

pub fn is_rcvfifo_full(&self) -> bool[src]

Checks if the value of the field is RCVFIFO_FULL

impl R<bool, TXFF_A>[src]

pub fn variant(&self) -> Variant<bool, TXFF_A>[src]

Get enumerated values variant

pub fn is_xmtfifo_full(&self) -> bool[src]

Checks if the value of the field is XMTFIFO_FULL

impl R<bool, RXFE_A>[src]

pub fn variant(&self) -> Variant<bool, RXFE_A>[src]

Get enumerated values variant

pub fn is_rcvfifo_empty(&self) -> bool[src]

Checks if the value of the field is RCVFIFO_EMPTY

impl R<bool, BUSY_A>[src]

pub fn variant(&self) -> Variant<bool, BUSY_A>[src]

Get enumerated values variant

pub fn is_busy(&self) -> bool[src]

Checks if the value of the field is BUSY

impl R<bool, DCD_A>[src]

pub fn variant(&self) -> Variant<bool, DCD_A>[src]

Get enumerated values variant

pub fn is_detected(&self) -> bool[src]

Checks if the value of the field is DETECTED

impl R<bool, DSR_A>[src]

pub fn variant(&self) -> Variant<bool, DSR_A>[src]

Get enumerated values variant

pub fn is_ready(&self) -> bool[src]

Checks if the value of the field is READY

impl R<bool, CTS_A>[src]

pub fn variant(&self) -> Variant<bool, CTS_A>[src]

Get enumerated values variant

pub fn is_cleartosend(&self) -> bool[src]

Checks if the value of the field is CLEARTOSEND

impl R<u32, Reg<u32, _FR>>[src]

pub fn txbusy(&self) -> TXBUSY_R[src]

Bit 8 - This bit holds the transmit BUSY indicator.

pub fn txfe(&self) -> TXFE_R[src]

Bit 7 - This bit holds the transmit FIFO empty indicator.

pub fn rxff(&self) -> RXFF_R[src]

Bit 6 - This bit holds the receive FIFO full indicator.

pub fn txff(&self) -> TXFF_R[src]

Bit 5 - This bit holds the transmit FIFO full indicator.

pub fn rxfe(&self) -> RXFE_R[src]

Bit 4 - This bit holds the receive FIFO empty indicator.

pub fn busy(&self) -> BUSY_R[src]

Bit 3 - This bit holds the busy indicator.

pub fn dcd(&self) -> DCD_R[src]

Bit 2 - This bit holds the data carrier detect indicator.

pub fn dsr(&self) -> DSR_R[src]

Bit 1 - This bit holds the data set ready indicator.

pub fn cts(&self) -> CTS_R[src]

Bit 0 - This bit holds the clear to send indicator.

impl R<u32, Reg<u32, _ILPR>>[src]

pub fn ilpdvsr(&self) -> ILPDVSR_R[src]

Bits 0:7 - These bits hold the IrDA counter divisor.

impl R<u32, Reg<u32, _IBRD>>[src]

pub fn divint(&self) -> DIVINT_R[src]

Bits 0:15 - These bits hold the baud integer divisor.

impl R<u32, Reg<u32, _FBRD>>[src]

pub fn divfrac(&self) -> DIVFRAC_R[src]

Bits 0:5 - These bits hold the baud fractional divisor.

impl R<u32, Reg<u32, _LCRH>>[src]

pub fn sps(&self) -> SPS_R[src]

Bit 7 - This bit holds the stick parity select.

pub fn wlen(&self) -> WLEN_R[src]

Bits 5:6 - These bits hold the write length.

pub fn fen(&self) -> FEN_R[src]

Bit 4 - This bit holds the FIFO enable.

pub fn stp2(&self) -> STP2_R[src]

Bit 3 - This bit holds the two stop bits select.

pub fn eps(&self) -> EPS_R[src]

Bit 2 - This bit holds the even parity select.

pub fn pen(&self) -> PEN_R[src]

Bit 1 - This bit holds the parity enable.

pub fn brk(&self) -> BRK_R[src]

Bit 0 - This bit holds the break set.

impl R<u8, CLKSEL_A>[src]

pub fn variant(&self) -> Variant<u8, CLKSEL_A>[src]

Get enumerated values variant

pub fn is_noclk(&self) -> bool[src]

Checks if the value of the field is NOCLK

pub fn is_24mhz(&self) -> bool[src]

Checks if the value of the field is _24MHZ

pub fn is_12mhz(&self) -> bool[src]

Checks if the value of the field is _12MHZ

pub fn is_6mhz(&self) -> bool[src]

Checks if the value of the field is _6MHZ

pub fn is_3mhz(&self) -> bool[src]

Checks if the value of the field is _3MHZ

impl R<u32, Reg<u32, _CR>>[src]

pub fn ctsen(&self) -> CTSEN_R[src]

Bit 15 - This bit enables CTS hardware flow control.

pub fn rtsen(&self) -> RTSEN_R[src]

Bit 14 - This bit enables RTS hardware flow control.

pub fn out2(&self) -> OUT2_R[src]

Bit 13 - This bit holds modem Out2.

pub fn out1(&self) -> OUT1_R[src]

Bit 12 - This bit holds modem Out1.

pub fn rts(&self) -> RTS_R[src]

Bit 11 - This bit enables request to send.

pub fn dtr(&self) -> DTR_R[src]

Bit 10 - This bit enables data transmit ready.

pub fn rxe(&self) -> RXE_R[src]

Bit 9 - This bit is the receive enable.

pub fn txe(&self) -> TXE_R[src]

Bit 8 - This bit is the transmit enable.

pub fn lbe(&self) -> LBE_R[src]

Bit 7 - This bit is the loopback enable.

pub fn clksel(&self) -> CLKSEL_R[src]

Bits 4:6 - This bit field is the UART clock select.

pub fn clken(&self) -> CLKEN_R[src]

Bit 3 - This bit is the UART clock enable.

pub fn sirlp(&self) -> SIRLP_R[src]

Bit 2 - This bit is the SIR low power select.

pub fn siren(&self) -> SIREN_R[src]

Bit 1 - This bit is the SIR ENDEC enable.

pub fn uarten(&self) -> UARTEN_R[src]

Bit 0 - This bit is the UART enable.

impl R<u32, Reg<u32, _IFLS>>[src]

pub fn rxiflsel(&self) -> RXIFLSEL_R[src]

Bits 3:5 - These bits hold the receive FIFO interrupt level.

pub fn txiflsel(&self) -> TXIFLSEL_R[src]

Bits 0:2 - These bits hold the transmit FIFO interrupt level.

impl R<u32, Reg<u32, _IER>>[src]

pub fn oeim(&self) -> OEIM_R[src]

Bit 10 - This bit holds the overflow interrupt enable.

pub fn beim(&self) -> BEIM_R[src]

Bit 9 - This bit holds the break error interrupt enable.

pub fn peim(&self) -> PEIM_R[src]

Bit 8 - This bit holds the parity error interrupt enable.

pub fn feim(&self) -> FEIM_R[src]

Bit 7 - This bit holds the framing error interrupt enable.

pub fn rtim(&self) -> RTIM_R[src]

Bit 6 - This bit holds the receive timeout interrupt enable.

pub fn txim(&self) -> TXIM_R[src]

Bit 5 - This bit holds the transmit interrupt enable.

pub fn rxim(&self) -> RXIM_R[src]

Bit 4 - This bit holds the receive interrupt enable.

pub fn dsrmim(&self) -> DSRMIM_R[src]

Bit 3 - This bit holds the modem DSR interrupt enable.

pub fn dcdmim(&self) -> DCDMIM_R[src]

Bit 2 - This bit holds the modem DCD interrupt enable.

pub fn ctsmim(&self) -> CTSMIM_R[src]

Bit 1 - This bit holds the modem CTS interrupt enable.

pub fn txcmpmim(&self) -> TXCMPMIM_R[src]

Bit 0 - This bit holds the modem TXCMP interrupt enable.

impl R<u32, Reg<u32, _IES>>[src]

pub fn oeris(&self) -> OERIS_R[src]

Bit 10 - This bit holds the overflow interrupt status.

pub fn beris(&self) -> BERIS_R[src]

Bit 9 - This bit holds the break error interrupt status.

pub fn peris(&self) -> PERIS_R[src]

Bit 8 - This bit holds the parity error interrupt status.

pub fn feris(&self) -> FERIS_R[src]

Bit 7 - This bit holds the framing error interrupt status.

pub fn rtris(&self) -> RTRIS_R[src]

Bit 6 - This bit holds the receive timeout interrupt status.

pub fn txris(&self) -> TXRIS_R[src]

Bit 5 - This bit holds the transmit interrupt status.

pub fn rxris(&self) -> RXRIS_R[src]

Bit 4 - This bit holds the receive interrupt status.

pub fn dsrmris(&self) -> DSRMRIS_R[src]

Bit 3 - This bit holds the modem DSR interrupt status.

pub fn dcdmris(&self) -> DCDMRIS_R[src]

Bit 2 - This bit holds the modem DCD interrupt status.

pub fn ctsmris(&self) -> CTSMRIS_R[src]

Bit 1 - This bit holds the modem CTS interrupt status.

pub fn txcmpmris(&self) -> TXCMPMRIS_R[src]

Bit 0 - This bit holds the modem TXCMP interrupt status.

impl R<u32, Reg<u32, _MIS>>[src]

pub fn oemis(&self) -> OEMIS_R[src]

Bit 10 - This bit holds the overflow interrupt status masked.

pub fn bemis(&self) -> BEMIS_R[src]

Bit 9 - This bit holds the break error interrupt status masked.

pub fn pemis(&self) -> PEMIS_R[src]

Bit 8 - This bit holds the parity error interrupt status masked.

pub fn femis(&self) -> FEMIS_R[src]

Bit 7 - This bit holds the framing error interrupt status masked.

pub fn rtmis(&self) -> RTMIS_R[src]

Bit 6 - This bit holds the receive timeout interrupt status masked.

pub fn txmis(&self) -> TXMIS_R[src]

Bit 5 - This bit holds the transmit interrupt status masked.

pub fn rxmis(&self) -> RXMIS_R[src]

Bit 4 - This bit holds the receive interrupt status masked.

pub fn dsrmmis(&self) -> DSRMMIS_R[src]

Bit 3 - This bit holds the modem DSR interrupt status masked.

pub fn dcdmmis(&self) -> DCDMMIS_R[src]

Bit 2 - This bit holds the modem DCD interrupt status masked.

pub fn ctsmmis(&self) -> CTSMMIS_R[src]

Bit 1 - This bit holds the modem CTS interrupt status masked.

pub fn txcmpmmis(&self) -> TXCMPMMIS_R[src]

Bit 0 - This bit holds the modem TXCMP interrupt status masked.

impl R<u32, Reg<u32, _IEC>>[src]

pub fn oeic(&self) -> OEIC_R[src]

Bit 10 - This bit holds the overflow interrupt clear.

pub fn beic(&self) -> BEIC_R[src]

Bit 9 - This bit holds the break error interrupt clear.

pub fn peic(&self) -> PEIC_R[src]

Bit 8 - This bit holds the parity error interrupt clear.

pub fn feic(&self) -> FEIC_R[src]

Bit 7 - This bit holds the framing error interrupt clear.

pub fn rtic(&self) -> RTIC_R[src]

Bit 6 - This bit holds the receive timeout interrupt clear.

pub fn txic(&self) -> TXIC_R[src]

Bit 5 - This bit holds the transmit interrupt clear.

pub fn rxic(&self) -> RXIC_R[src]

Bit 4 - This bit holds the receive interrupt clear.

pub fn dsrmic(&self) -> DSRMIC_R[src]

Bit 3 - This bit holds the modem DSR interrupt clear.

pub fn dcdmic(&self) -> DCDMIC_R[src]

Bit 2 - This bit holds the modem DCD interrupt clear.

pub fn ctsmic(&self) -> CTSMIC_R[src]

Bit 1 - This bit holds the modem CTS interrupt clear.

pub fn txcmpmic(&self) -> TXCMPMIC_R[src]

Bit 0 - This bit holds the modem TXCMP interrupt clear.

impl R<u8, LVLSEL_A>[src]

pub fn variant(&self) -> LVLSEL_A[src]

Get enumerated values variant

pub fn is_0p58v(&self) -> bool[src]

Checks if the value of the field is _0P58V

pub fn is_0p77v(&self) -> bool[src]

Checks if the value of the field is _0P77V

pub fn is_0p97v(&self) -> bool[src]

Checks if the value of the field is _0P97V

pub fn is_1p16v(&self) -> bool[src]

Checks if the value of the field is _1P16V

pub fn is_1p35v(&self) -> bool[src]

Checks if the value of the field is _1P35V

pub fn is_1p55v(&self) -> bool[src]

Checks if the value of the field is _1P55V

pub fn is_1p74v(&self) -> bool[src]

Checks if the value of the field is _1P74V

pub fn is_1p93v(&self) -> bool[src]

Checks if the value of the field is _1P93V

pub fn is_2p13v(&self) -> bool[src]

Checks if the value of the field is _2P13V

pub fn is_2p32v(&self) -> bool[src]

Checks if the value of the field is _2P32V

pub fn is_2p51v(&self) -> bool[src]

Checks if the value of the field is _2P51V

pub fn is_2p71v(&self) -> bool[src]

Checks if the value of the field is _2P71V

pub fn is_2p90v(&self) -> bool[src]

Checks if the value of the field is _2P90V

pub fn is_3p09v(&self) -> bool[src]

Checks if the value of the field is _3P09V

pub fn is_3p29v(&self) -> bool[src]

Checks if the value of the field is _3P29V

pub fn is_3p48v(&self) -> bool[src]

Checks if the value of the field is _3P48V

impl R<u8, NSEL_A>[src]

pub fn variant(&self) -> NSEL_A[src]

Get enumerated values variant

pub fn is_vrefext1(&self) -> bool[src]

Checks if the value of the field is VREFEXT1

pub fn is_vrefext2(&self) -> bool[src]

Checks if the value of the field is VREFEXT2

pub fn is_vrefext3(&self) -> bool[src]

Checks if the value of the field is VREFEXT3

pub fn is_dac(&self) -> bool[src]

Checks if the value of the field is DAC

impl R<u8, PSEL_A>[src]

pub fn variant(&self) -> PSEL_A[src]

Get enumerated values variant

pub fn is_vddadj(&self) -> bool[src]

Checks if the value of the field is VDDADJ

pub fn is_vtemp(&self) -> bool[src]

Checks if the value of the field is VTEMP

pub fn is_vext1(&self) -> bool[src]

Checks if the value of the field is VEXT1

pub fn is_vext2(&self) -> bool[src]

Checks if the value of the field is VEXT2

impl R<u32, Reg<u32, _CFG>>[src]

pub fn lvlsel(&self) -> LVLSEL_R[src]

Bits 16:19 - When the reference input NSEL is set to NSEL_DAC, this bit field selects the voltage level for the negative input to the comparator.

pub fn nsel(&self) -> NSEL_R[src]

Bits 8:9 - This bit field selects the negative input to the comparator.

pub fn psel(&self) -> PSEL_R[src]

Bits 0:1 - This bit field selects the positive input to the comparator.

impl R<bool, PWDSTAT_A>[src]

pub fn variant(&self) -> Variant<bool, PWDSTAT_A>[src]

Get enumerated values variant

pub fn is_powered_down(&self) -> bool[src]

Checks if the value of the field is POWERED_DOWN

impl R<bool, CMPOUT_A>[src]

pub fn variant(&self) -> CMPOUT_A[src]

Get enumerated values variant

pub fn is_vout_low(&self) -> bool[src]

Checks if the value of the field is VOUT_LOW

pub fn is_vout_high(&self) -> bool[src]

Checks if the value of the field is VOUT_HIGH

impl R<u32, Reg<u32, _STAT>>[src]

pub fn pwdstat(&self) -> PWDSTAT_R[src]

Bit 1 - This bit indicates the power down state of the voltage comparator.

pub fn cmpout(&self) -> CMPOUT_R[src]

Bit 0 - This bit is 1 if the positive input of the comparator is greater than the negative input.

impl R<u32, PWDKEY_A>[src]

pub fn variant(&self) -> Variant<u32, PWDKEY_A>[src]

Get enumerated values variant

pub fn is_key(&self) -> bool[src]

Checks if the value of the field is KEY

impl R<u32, Reg<u32, _PWDKEY>>[src]

pub fn pwdkey(&self) -> PWDKEY_R[src]

Bits 0:31 - Key register value.

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn outhi(&self) -> OUTHI_R[src]

Bit 1 - This bit is the vcompout high interrupt.

pub fn outlow(&self) -> OUTLOW_R[src]

Bit 0 - This bit is the vcompout low interrupt.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn outhi(&self) -> OUTHI_R[src]

Bit 1 - This bit is the vcompout high interrupt.

pub fn outlow(&self) -> OUTLOW_R[src]

Bit 0 - This bit is the vcompout low interrupt.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn outhi(&self) -> OUTHI_R[src]

Bit 1 - This bit is the vcompout high interrupt.

pub fn outlow(&self) -> OUTLOW_R[src]

Bit 0 - This bit is the vcompout low interrupt.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn outhi(&self) -> OUTHI_R[src]

Bit 1 - This bit is the vcompout high interrupt.

pub fn outlow(&self) -> OUTLOW_R[src]

Bit 0 - This bit is the vcompout low interrupt.

impl R<u8, CLKSEL_A>[src]

pub fn variant(&self) -> Variant<u8, CLKSEL_A>[src]

Get enumerated values variant

pub fn is_off(&self) -> bool[src]

Checks if the value of the field is OFF

pub fn is_128hz(&self) -> bool[src]

Checks if the value of the field is _128HZ

pub fn is_16hz(&self) -> bool[src]

Checks if the value of the field is _16HZ

pub fn is_1hz(&self) -> bool[src]

Checks if the value of the field is _1HZ

pub fn is_1_16hz(&self) -> bool[src]

Checks if the value of the field is _1_16HZ

impl R<u32, Reg<u32, _CFG>>[src]

pub fn clksel(&self) -> CLKSEL_R[src]

Bits 24:26 - Select the frequency for the WDT. All values not enumerated below are undefined.

pub fn intval(&self) -> INTVAL_R[src]

Bits 16:23 - This bit field is the compare value for counter bits 7:0 to generate a watchdog interrupt.

pub fn resval(&self) -> RESVAL_R[src]

Bits 8:15 - This bit field is the compare value for counter bits 7:0 to generate a watchdog reset. This will cause a software reset.

pub fn resen(&self) -> RESEN_R[src]

Bit 2 - This bit field enables the WDT reset. This needs to be set together with the WDREN bit in REG_RSTGEN_CFG register (in reset gen) to trigger the reset.

pub fn inten(&self) -> INTEN_R[src]

Bit 1 - This bit field enables the WDT interrupt. Note : This bit must be set before the interrupt status bit will reflect a watchdog timer expiration. The IER interrupt register must also be enabled for a WDT interrupt to be sent to the NVIC.

pub fn wdten(&self) -> WDTEN_R[src]

Bit 0 - This bit field enables the WDT.

impl R<u8, RSTRT_A>[src]

pub fn variant(&self) -> Variant<u8, RSTRT_A>[src]

Get enumerated values variant

pub fn is_keyvalue(&self) -> bool[src]

Checks if the value of the field is KEYVALUE

impl R<u32, Reg<u32, _RSTRT>>[src]

pub fn rstrt(&self) -> RSTRT_R[src]

Bits 0:7 - Writing 0xB2 to WDTRSTRT restarts the watchdog timer. This is a write only register. Reading this register will only provide all 0.

impl R<u8, LOCK_A>[src]

pub fn variant(&self) -> Variant<u8, LOCK_A>[src]

Get enumerated values variant

pub fn is_keyvalue(&self) -> bool[src]

Checks if the value of the field is KEYVALUE

impl R<u32, Reg<u32, _LOCK>>[src]

pub fn lock(&self) -> LOCK_R[src]

Bits 0:7 - Writing 0x3A locks the watchdog timer. Once locked, the WDTCFG reg cannot be written and WDTEN is set.

impl R<u32, Reg<u32, _COUNT>>[src]

pub fn count(&self) -> COUNT_R[src]

Bits 0:7 - Read-Only current value of the WDT counter

impl R<u32, Reg<u32, _INTEN>>[src]

pub fn wdtint(&self) -> WDTINT_R[src]

Bit 0 - Watchdog Timer Interrupt.

impl R<u32, Reg<u32, _INTSTAT>>[src]

pub fn wdtint(&self) -> WDTINT_R[src]

Bit 0 - Watchdog Timer Interrupt.

impl R<u32, Reg<u32, _INTCLR>>[src]

pub fn wdtint(&self) -> WDTINT_R[src]

Bit 0 - Watchdog Timer Interrupt.

impl R<u32, Reg<u32, _INTSET>>[src]

pub fn wdtint(&self) -> WDTINT_R[src]

Bit 0 - Watchdog Timer Interrupt.

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

impl<U, T> Sync for R<U, T> where
    T: Sync,
    U: Sync

impl<U, T> Unpin for R<U, T> where
    T: Unpin,
    U: Unpin

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> Same<T> for T

type Output = T

Should always be Self

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.