pub trait RTCPinWithResistors: RTCPin {
    // Required methods
    fn rtcio_pullup(&mut self, enable: bool);
    fn rtcio_pulldown(&mut self, enable: bool);
}

Required Methods§

source

fn rtcio_pullup(&mut self, enable: bool)

source

fn rtcio_pulldown(&mut self, enable: bool)

Implementors§

source§

impl<MODE> RTCPinWithResistors for GpioPin<MODE, 0>

source§

impl<MODE> RTCPinWithResistors for GpioPin<MODE, 1>

source§

impl<MODE> RTCPinWithResistors for GpioPin<MODE, 2>

source§

impl<MODE> RTCPinWithResistors for GpioPin<MODE, 3>

source§

impl<MODE> RTCPinWithResistors for GpioPin<MODE, 4>

source§

impl<MODE> RTCPinWithResistors for GpioPin<MODE, 5>