Type Alias esp32::gpio::in_::W

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

Register IN writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn data_next(&mut self) -> DATA_NEXT_W<'_, IN_SPEC>

Bits 0:31 - GPIO0~31 input value

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual