Type Alias R

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

Register EXTICR3 reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn exti8(&self) -> EXTI8_R

Bits 0:7 - GPIO port selection

Source

pub fn exti9(&self) -> EXTI9_R

Bits 8:15 - GPIO port selection

Source

pub fn exti10(&self) -> EXTI10_R

Bits 16:23 - GPIO port selection

Source

pub fn exti11(&self) -> EXTI11_R

Bits 24:31 - GPIO port selection

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more