Type Alias esp32c3::efuse::cmd::R

source ·
pub type R = R<CMD_SPEC>;
Expand description

Register CMD reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

pub fn read_cmd(&self) -> READ_CMD_R

Bit 0 - Set this bit to send read command.

source

pub fn pgm_cmd(&self) -> PGM_CMD_R

Bit 1 - Set this bit to send programming command.

source

pub fn blk_num(&self) -> BLK_NUM_R

Bits 2:5 - The serial number of the block to be programmed. Value 0-10 corresponds to block number 0-10, respectively.