Module esp32c3_hal::pac::rsa::int_ena

Expand description

RSA interrupt enable register

Structs

RSA interrupt enable register
Register INT_ENA reader
Register INT_ENA writer

Type Definitions

Field INT_ENA reader - Set this bit to enable interrupt that occurs when rsa calculation is done. 1’b0: disable, 1’b1: enable(default).
Field INT_ENA writer - Set this bit to enable interrupt that occurs when rsa calculation is done. 1’b0: disable, 1’b1: enable(default).