Type Alias esp32c3::rsa::search_enable::SEARCH_ENABLE_W

source ·
pub type SEARCH_ENABLE_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field SEARCH_ENABLE writer - Configure this bit to 1 for acceleration. 1: with acceleration, 0: without acceleration(default). This option should be used together with RSA_SEARCH_POS.

Aliased Type§

struct SEARCH_ENABLE_W<'a, REG> { /* private fields */ }