[][src]Type Definition esp32::dport::SECURE_BOOT_CTRL

type SECURE_BOOT_CTRL = Reg<u32, _SECURE_BOOT_CTRL>;

DPORT_SECURE_BOOT_CTRL

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

For information about available fields see secure_boot_ctrl module

Trait Implementations

impl Readable for SECURE_BOOT_CTRL[src]

read() method returns secure_boot_ctrl::R reader structure

impl ResetValue for SECURE_BOOT_CTRL[src]

Register SECURE_BOOT_CTRL reset()'s with value 0

impl Writable for SECURE_BOOT_CTRL[src]

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