Expand description
Master control register.
Structs§
- Mstctl
Spec - Master control register.
Enums§
- Mstcontinue
- Master Continue. This bit is write-only.
- Mstdma
- Master DMA enable. Data operations of the I2C can be performed with DMA. Protocol type operations such as Start, address, Stop, and address match must always be done with software, typically via an interrupt. Address acknowledgement must also be done by software except when the I2C is configured to be HSCAPABLE (and address acknowledgement is handled entirely by hardware) or when Automatic Operation is enabled. When a DMA data transfer is complete, MSTDMA must be cleared prior to beginning the next operation, typically a Start or Stop.This bit is read/write.
- Mststart
- Master Start control. This bit is write-only.
- Mststop
- Master Stop control. This bit is write-only.
Type Aliases§
- MstcontinueW
- Field
MSTCONTINUEwriter - Master Continue. This bit is write-only. - MstdmaR
- Field
MSTDMAreader - Master DMA enable. Data operations of the I2C can be performed with DMA. Protocol type operations such as Start, address, Stop, and address match must always be done with software, typically via an interrupt. Address acknowledgement must also be done by software except when the I2C is configured to be HSCAPABLE (and address acknowledgement is handled entirely by hardware) or when Automatic Operation is enabled. When a DMA data transfer is complete, MSTDMA must be cleared prior to beginning the next operation, typically a Start or Stop.This bit is read/write. - MstdmaW
- Field
MSTDMAwriter - Master DMA enable. Data operations of the I2C can be performed with DMA. Protocol type operations such as Start, address, Stop, and address match must always be done with software, typically via an interrupt. Address acknowledgement must also be done by software except when the I2C is configured to be HSCAPABLE (and address acknowledgement is handled entirely by hardware) or when Automatic Operation is enabled. When a DMA data transfer is complete, MSTDMA must be cleared prior to beginning the next operation, typically a Start or Stop.This bit is read/write. - MststartR
- Field
MSTSTARTreader - Master Start control. This bit is write-only. - MststartW
- Field
MSTSTARTwriter - Master Start control. This bit is write-only. - MststopR
- Field
MSTSTOPreader - Master Stop control. This bit is write-only. - MststopW
- Field
MSTSTOPwriter - Master Stop control. This bit is write-only. - R
- Register
MSTCTLreader - W
- Register
MSTCTLwriter