cc430f5137 0.1.0

Peripheral access API for CC430F5137 microcontroller
#[repr(C)]
#[doc = "Register block"]
pub struct RegisterBlock {
    fctl1: Fctl1,
    _reserved1: [u8; 0x02],
    fctl3: Fctl3,
    fctl4: Fctl4,
}
impl RegisterBlock {
    #[doc = "0x00 - FLASH Control 1"]
    #[inline(always)]
    pub const fn fctl1(&self) -> &Fctl1 {
        &self.fctl1
    }
    #[doc = "0x04 - FLASH Control 3"]
    #[inline(always)]
    pub const fn fctl3(&self) -> &Fctl3 {
        &self.fctl3
    }
    #[doc = "0x06 - FLASH Control 4"]
    #[inline(always)]
    pub const fn fctl4(&self) -> &Fctl4 {
        &self.fctl4
    }
}
#[doc = "FCTL1 (rw) register accessor: FLASH Control 1\n\nYou can [`read`](crate::Reg::read) this register and get [`fctl1::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fctl1::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@fctl1`] module"]
#[doc(alias = "FCTL1")]
pub type Fctl1 = crate::Reg<fctl1::Fctl1Spec>;
#[doc = "FLASH Control 1"]
pub mod fctl1;
#[doc = "FCTL3 (rw) register accessor: FLASH Control 3\n\nYou can [`read`](crate::Reg::read) this register and get [`fctl3::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fctl3::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@fctl3`] module"]
#[doc(alias = "FCTL3")]
pub type Fctl3 = crate::Reg<fctl3::Fctl3Spec>;
#[doc = "FLASH Control 3"]
pub mod fctl3;
#[doc = "FCTL4 (rw) register accessor: FLASH Control 4\n\nYou can [`read`](crate::Reg::read) this register and get [`fctl4::R`]. You can [`reset`](crate::Reg::reset), [`write`](crate::Reg::write), [`write_with_zero`](crate::Reg::write_with_zero) this register using [`fctl4::W`]. You can also [`modify`](crate::Reg::modify) this register. See [API](https://docs.rs/svd2rust/#read--modify--write-api).\n\nFor information about available fields see [`mod@fctl4`] module"]
#[doc(alias = "FCTL4")]
pub type Fctl4 = crate::Reg<fctl4::Fctl4Spec>;
#[doc = "FLASH Control 4"]
pub mod fctl4;