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 - Ram Controller Control Register"]
    pub rcctl0: crate::Reg<rcctl0::RCCTL0_SPEC>,
}
#[doc = "RCCTL0 register accessor: an alias for `Reg<RCCTL0_SPEC>`"]
pub type RCCTL0 = crate::Reg<rcctl0::RCCTL0_SPEC>;
#[doc = "Ram Controller Control Register"]
pub mod rcctl0;