gc0308_regs.h 540 B

12345678910111213141516171819202122232425
  1. /*
  2. * GC0308 register definitions.
  3. */
  4. #ifndef __GC0308_REG_REGS_H__
  5. #define __GC0308_REG_REGS_H__
  6. #define RESET_RELATED 0xfe // Bit[7]: Software reset
  7. // Bit[6:5]: NA
  8. // Bit[4]: CISCTL_restart_n
  9. // Bit[3:1]: NA
  10. // Bit[0]: page select
  11. // 0:page0
  12. // 1:page1
  13. // page0:
  14. /**
  15. * @brief register value
  16. */
  17. #endif // __GC0308_REG_REGS_H__