#[repr(C)]pub struct CSIC_CCU {
pub ccu_clk_mode: CCU_CLK_MODE,
pub ccu_parser_clk_en: CCU_PARSER_CLK_EN,
pub ccu_post0_clk_en: CCU_POST0_CLK_EN,
/* private fields */
}
Expand description
Register block
Fields§
§ccu_clk_mode: CCU_CLK_MODE
0x00 - CCU Clock Mode Register
ccu_parser_clk_en: CCU_PARSER_CLK_EN
0x04 - CCU Parser Clock Enable Register
ccu_post0_clk_en: CCU_POST0_CLK_EN
0x0c - CCU Post0 Clock Enable Register
Auto Trait Implementations§
impl !Freeze for CSIC_CCU
impl !RefUnwindSafe for CSIC_CCU
impl Send for CSIC_CCU
impl !Sync for CSIC_CCU
impl Unpin for CSIC_CCU
impl UnwindSafe for CSIC_CCU
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