TBMATCHR

Type Alias TBMATCHR 

Source
pub type TBMATCHR = Reg<u32, _TBMATCHR>;
Expand description

GPTM Timer B Match

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

For information about available fields see tbmatchr module

Aliased Type§

pub struct TBMATCHR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for TBMATCHR

Register TBMATCHR 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 TBMATCHR

read() method returns tbmatchr::R reader structure

Source§

impl Writable for TBMATCHR

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