rp2040 0.1.0

Peripheral access API for rp2040 microcontrollers (generated using svd2rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#[doc = "Reader of register INPUT_SYNC_BYPASS"]
pub type R = crate::R<u32, super::INPUT_SYNC_BYPASS>;
#[doc = "Writer for register INPUT_SYNC_BYPASS"]
pub type W = crate::W<u32, super::INPUT_SYNC_BYPASS>;
#[doc = "Register INPUT_SYNC_BYPASS `reset()`'s with value 0"]
impl crate::ResetValue for super::INPUT_SYNC_BYPASS {
    type Type = u32;
    #[inline(always)]
    fn reset_value() -> Self::Type {
        0
    }
}
impl R {}
impl W {}