[][src]Type Definition lpc55s6x_pac::ctimer0::mcr::W

type W = W<u32, MCR>;

Writer for register MCR

Methods

impl W[src]

pub fn mr0i(&mut self) -> MR0I_W[src]

Bit 0 - Interrupt on MR0: an interrupt is generated when MR0 matches the value in the TC.

pub fn mr0r(&mut self) -> MR0R_W[src]

Bit 1 - Reset on MR0: the TC will be reset if MR0 matches it.

pub fn mr0s(&mut self) -> MR0S_W[src]

Bit 2 - Stop on MR0: the TC and PC will be stopped and TCR[0] will be set to 0 if MR0 matches the TC.

pub fn mr1i(&mut self) -> MR1I_W[src]

Bit 3 - Interrupt on MR1: an interrupt is generated when MR1 matches the value in the TC.

pub fn mr1r(&mut self) -> MR1R_W[src]

Bit 4 - Reset on MR1: the TC will be reset if MR1 matches it.

pub fn mr1s(&mut self) -> MR1S_W[src]

Bit 5 - Stop on MR1: the TC and PC will be stopped and TCR[0] will be set to 0 if MR1 matches the TC.

pub fn mr2i(&mut self) -> MR2I_W[src]

Bit 6 - Interrupt on MR2: an interrupt is generated when MR2 matches the value in the TC.

pub fn mr2r(&mut self) -> MR2R_W[src]

Bit 7 - Reset on MR2: the TC will be reset if MR2 matches it.

pub fn mr2s(&mut self) -> MR2S_W[src]

Bit 8 - Stop on MR2: the TC and PC will be stopped and TCR[0] will be set to 0 if MR2 matches the TC.

pub fn mr3i(&mut self) -> MR3I_W[src]

Bit 9 - Interrupt on MR3: an interrupt is generated when MR3 matches the value in the TC.

pub fn mr3r(&mut self) -> MR3R_W[src]

Bit 10 - Reset on MR3: the TC will be reset if MR3 matches it.

pub fn mr3s(&mut self) -> MR3S_W[src]

Bit 11 - Stop on MR3: the TC and PC will be stopped and TCR[0] will be set to 0 if MR3 matches the TC.

pub fn mr0rl(&mut self) -> MR0RL_W[src]

Bit 24 - Reload MR0 with the contents of the Match 0 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

pub fn mr1rl(&mut self) -> MR1RL_W[src]

Bit 25 - Reload MR1 with the contents of the Match 1 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

pub fn mr2rl(&mut self) -> MR2RL_W[src]

Bit 26 - Reload MR2 with the contents of the Match 2 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).

pub fn mr3rl(&mut self) -> MR3RL_W[src]

Bit 27 - Reload MR3 with the contents of the Match 3 Shadow Register when the TC is reset to zero (either via a match event or a write to bit 1 of the TCR).