msp430f6736 0.1.3

Peripheral access API for MSP430f6736 microcontroller
Documentation
1
2
3
4
5
6
7
8
9
10
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - Watchdog Timer Control"]
    pub wdtctl: crate::Reg<wdtctl::WDTCTL_SPEC>,
}
#[doc = "WDTCTL register accessor: an alias for `Reg<WDTCTL_SPEC>`"]
pub type WDTCTL = crate::Reg<wdtctl::WDTCTL_SPEC>;
#[doc = "Watchdog Timer Control"]
pub mod wdtctl;