Type Alias R

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

Register TRISE reader

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn trise(&self) -> TRISE_R

Bits 0:5 - Maximum rise time in Fast/Standard mode (Master mode)

Trait Implementations§

Source§

impl Debug for R

Source§

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

Formats the value using the given formatter. Read more