Type Alias R

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

Register OUT reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn data_orig(&self) -> DATA_ORIG_R

Bits 0:31 - GPIO0 ~ 31 output value in simple GPIO output mode. The values of bit0 ~ bit31 correspond to the output value of GPIO0 ~ GPIO31 respectively. Bit22 ~ bit25 are invalid.