ke06z4_pac::ftm2

Type Alias EXTTRIG

Source
pub type EXTTRIG = Reg<u32, _EXTTRIG>;
Expand description

FTM External Trigger

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

For information about available fields see exttrig module

Aliased Type§

struct EXTTRIG { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EXTTRIG

Register EXTTRIG reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for EXTTRIG

read() method returns exttrig::R reader structure

Source§

impl Writable for EXTTRIG

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