SWTRIGR

Type Alias SWTRIGR 

Source
pub type SWTRIGR = Reg<u32, _SWTRIGR>;
Expand description

software trigger register

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

For information about available fields see swtrigr module

Aliased Type§

pub struct SWTRIGR { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for SWTRIGR

Register SWTRIGR reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Writable for SWTRIGR

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