Module icr
Expand description
Access: No wait states
Structs§
Enums§
- ADDRCF_
AW - Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register.
- ALERTCF_
AW - Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation.
- ARLOCF_
AW - Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register.
- BERRCF_
AW - Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register.
- NACKCF_
AW - Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register.
- OVRCF_
AW - Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register.
- PECCF_
AW - PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation.
- STOPCF_
AW - Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register.
- TIMOUTCF_
AW - Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation.
Type Aliases§
- ADDRCF_
W - Field
ADDRCFwriter - Address matched flag clear Writing 1 to this bit clears the ADDR flag in the I2C_ISR register. Writing 1 to this bit also clears the START bit in the I2C_CR2 register. - ALERTCF_
W - Field
ALERTCFwriter - Alert flag clear Writing 1 to this bit clears the ALERT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. - ARLOCF_
W - Field
ARLOCFwriter - Arbitration Lost flag clear Writing 1 to this bit clears the ARLO flag in the I2C_ISR register. - BERRCF_
W - Field
BERRCFwriter - Bus error flag clear Writing 1 to this bit clears the BERRF flag in the I2C_ISR register. - NACKCF_
W - Field
NACKCFwriter - Not Acknowledge flag clear Writing 1 to this bit clears the ACKF flag in I2C_ISR register. - OVRCF_W
- Field
OVRCFwriter - Overrun/Underrun flag clear Writing 1 to this bit clears the OVR flag in the I2C_ISR register. - PECCF_W
- Field
PECCFwriter - PEC Error flag clear Writing 1 to this bit clears the PECERR flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation. - STOPCF_
W - Field
STOPCFwriter - Stop detection flag clear Writing 1 to this bit clears the STOPF flag in the I2C_ISR register. - TIMOUTCF_
W - Field
TIMOUTCFwriter - Timeout detection flag clear Writing 1 to this bit clears the TIMEOUT flag in the I2C_ISR register. Note: If the SMBus feature is not supported, this bit is reserved and forced by hardware to 0. Please refer to Section25.3: I2C implementation.