Module hold

Source
Expand description

SPI hold register

Structs§

HOLD_SPEC
SPI hold register

Type Aliases§

DMA_SEG_TRANS_DONE_R
Field DMA_SEG_TRANS_DONE reader - 1: spi master DMA full-duplex/half-duplex seg-trans ends or slave half-duplex seg-trans ends. And data has been pushed to corresponding memory. 0: seg-trans is not ended or not occurred. Can not be changed by CONF_buf.
DMA_SEG_TRANS_DONE_W
Field DMA_SEG_TRANS_DONE writer - 1: spi master DMA full-duplex/half-duplex seg-trans ends or slave half-duplex seg-trans ends. And data has been pushed to corresponding memory. 0: seg-trans is not ended or not occurred. Can not be changed by CONF_buf.
INT_HOLD_ENA_R
Field INT_HOLD_ENA reader - This register is for two SPI masters to share the same cs clock and data signals. The bits of one SPI are set, if the other SPI is busy, the SPI will be hold. 1(3): hold at idle phase 2: hold at prepare phase. Can be configured in CONF state.
INT_HOLD_ENA_W
Field INT_HOLD_ENA writer - This register is for two SPI masters to share the same cs clock and data signals. The bits of one SPI are set, if the other SPI is busy, the SPI will be hold. 1(3): hold at idle phase 2: hold at prepare phase. Can be configured in CONF state.
OUT_EN_R
Field OUT_EN reader - Enable set spi output hold value to spi_hold_reg. It can be used to hold spi state machine with SPI_EXT_HOLD_EN and other usr hold signals. Can be configured in CONF state.
OUT_EN_W
Field OUT_EN writer - Enable set spi output hold value to spi_hold_reg. It can be used to hold spi state machine with SPI_EXT_HOLD_EN and other usr hold signals. Can be configured in CONF state.
OUT_TIME_R
Field OUT_TIME reader - set the hold cycles of output spi_hold signal when SPI_HOLD_OUT_EN is enable. Can be configured in CONF state.
OUT_TIME_W
Field OUT_TIME writer - set the hold cycles of output spi_hold signal when SPI_HOLD_OUT_EN is enable. Can be configured in CONF state.
R
Register HOLD reader
VAL_R
Field VAL reader - spi hold output value, which should be used with SPI_HOLD_OUT_EN. Can be configured in CONF state.
VAL_W
Field VAL writer - spi hold output value, which should be used with SPI_HOLD_OUT_EN. Can be configured in CONF state.
W
Register HOLD writer