[][src]Type Definition lpc82x_pac::syscon::exttracecmd::R

type R = R<u32, EXTTRACECMD>;

Reader of register EXTTRACECMD

Methods

impl R[src]

pub fn start(&self) -> START_R[src]

Bit 0 - Trace start command. Writing a one to this bit sets the TSTART signal to the MTB to HIGH and starts tracing if the TSTARTEN bit in the MTB master register is set to one as well.

pub fn stop(&self) -> STOP_R[src]

Bit 1 - Trace stop command. Writing a one to this bit sets the TSTOP signal in the MTB to HIGH and stops tracing if the TSTOPEN bit in the MTB master register is set to one as well.