[][src]Type Definition stm32wb_pac::syscfg::SIPCR

type SIPCR = Reg<u32, _SIPCR>;

secure IP control register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see sipcr module

Trait Implementations

impl Readable for SIPCR[src]

read() method returns sipcr::R reader structure

impl ResetValue for SIPCR[src]

Register SIPCR reset()'s with value 0

type Type = u32

Register size

impl Writable for SIPCR[src]

write(|w| ..) method takes sipcr::W writer structure