Type Alias esp32s2::gpio::in_::R

source ·
pub type R = R<IN_SPEC>;
Expand description

Register IN reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn data_next(&self) -> DATA_NEXT_R

Bits 0:31 - GPIO0 ~ 31 input value. Each bit represents a pad input value, 1 for high level and 0 for low level.