Type Alias stm32_hal2::pac::i2c1::isr::ADDCODE_R

source ·
pub type ADDCODE_R = FieldReaderRaw<u8, u8>;
Expand description

Field ADDCODE reader - Address match code (Slave mode) These bits are updated with the received address when an address match event occurs (ADDR = 1). In the case of a 10-bit address, ADDCODE provides the 10-bit header followed by the 2 MSBs of the address.

Aliased Type§

struct ADDCODE_R { /* private fields */ }