Struct esp32h2::usb_device::chip_rst::R
source · pub struct R(_);
Expand description
Register CHIP_RST
reader
Implementations§
source§impl R
impl R
sourcepub fn rts(&self) -> RTS_R
pub fn rts(&self) -> RTS_R
Bit 0 - 1: Chip reset is detected from usb serial channel. Software write 1 to clear it.
sourcepub fn dtr(&self) -> DTR_R
pub fn dtr(&self) -> DTR_R
Bit 1 - 1: Chip reset is detected from usb jtag channel. Software write 1 to clear it.
sourcepub fn usb_uart_chip_rst_dis(&self) -> USB_UART_CHIP_RST_DIS_R
pub fn usb_uart_chip_rst_dis(&self) -> USB_UART_CHIP_RST_DIS_R
Bit 2 - Set this bit to disable chip reset from usb serial channel to reset chip.
Methods from Deref<Target = R<CHIP_RST_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more