Searched refs:MD_STATUSBASE (Results 1 – 1 of 1) sorted by relevance
70 #define MD_STATUSBASE 0x00U macro71 #define MD_OK (MD_STATUSBASE + 0x00U) /* register setting OK */72 #define MD_RESET (MD_STATUSBASE + 0x01U) /* reset input */73 #define MD_SENDCOMPLETE (MD_STATUSBASE + 0x02U) /* send data complete */75 #define MD_OVF (MD_STATUSBASE + 0x04U) /* timer count overflow */76 #define MD_SPT (MD_STATUSBASE + 0x07U) /* IIC stop */77 #define MD_NACK (MD_STATUSBASE + 0x08U) /* IIC no ACK */78 #define MD_SLAVE_SEND_END (MD_STATUSBASE + 0x09U) /* IIC slave send end */83 #define MD_COMPLETED (MD_STATUSBASE + 0x0EU) /* DMA transfer completed */84 #define MD_BUSY1 (MD_STATUSBASE + 0x0FU) /* busy 1 */[all …]
Completed in 4 milliseconds