EXTICR4

Type Alias EXTICR4 

Source
pub type EXTICR4 = Reg<u32, _EXTICR4>;
Expand description

external interrupt configuration register 4

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

For information about available fields see exticr4 module

Aliased Type§

pub struct EXTICR4 { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for EXTICR4

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

read() method returns exticr4::R reader structure

Source§

impl Writable for EXTICR4

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