Type Alias R

Source
pub type R = R<EXTICR4rs>;
Expand description

Register EXTICR4 reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn exti12(&self) -> EXTI12_R

Bits 0:3 - EXTI x configuration (x = 12 to 15)

Source

pub fn exti13(&self) -> EXTI13_R

Bits 4:7 - EXTI x configuration (x = 12 to 15)

Source

pub fn exti14(&self) -> EXTI14_R

Bits 8:11 - EXTI x configuration (x = 12 to 15)

Source

pub fn exti15(&self) -> EXTI15_R

Bits 12:15 - EXTI x configuration (x = 12 to 15)

Trait Implementations§

Source§

impl Debug for R

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more