Module stm32g0::stm32g0c1::crc::crc_cr[][src]

Expand description

Control register

Structs

Control register

Field POLYSIZE reader - Polynomial size These bits control the size of the polynomial.

Field POLYSIZE writer - Polynomial size These bits control the size of the polynomial.

Register CRC_CR reader

Field RESET writer - RESET bit

Field REV_IN reader - Reverse input data These bits control the reversal of the bit order of the input data

Field REV_IN writer - Reverse input data These bits control the reversal of the bit order of the input data

Field REV_OUT reader - Reverse output data This bit controls the reversal of the bit order of the output data.

Field REV_OUT writer - Reverse output data This bit controls the reversal of the bit order of the output data.

Register CRC_CR writer

Enums

Polynomial size These bits control the size of the polynomial.

Reverse input data These bits control the reversal of the bit order of the input data

Reverse output data This bit controls the reversal of the bit order of the output data.