[][src]Type Definition ambiq_apollo1_pac::mcuctrl::TPIUCTRL

type TPIUCTRL = Reg<u32, _TPIUCTRL>;

TPIU Control Register. Determines the clock enable and frequency for the M4's TPIU interface.

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see tpiuctrl module

Trait Implementations

impl Readable for TPIUCTRL[src]

read() method returns tpiuctrl::R reader structure

impl ResetValue for TPIUCTRL[src]

Register TPIUCTRL reset()'s with value 0

type Type = u32

Register size

impl Writable for TPIUCTRL[src]

write(|w| ..) method takes tpiuctrl::W writer structure