Module mstctl

Module mstctl 

Source
Expand description

Master control register.

Structs§

MstctlSpec
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 MSTCONTINUE writer - Master Continue. This bit is write-only.
MstdmaR
Field MSTDMA reader - 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 MSTDMA writer - 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 MSTSTART reader - Master Start control. This bit is write-only.
MststartW
Field MSTSTART writer - Master Start control. This bit is write-only.
MststopR
Field MSTSTOP reader - Master Stop control. This bit is write-only.
MststopW
Field MSTSTOP writer - Master Stop control. This bit is write-only.
R
Register MSTCTL reader
W
Register MSTCTL writer