- #define PDICLOCK_LINE_PORT RESET_LINE_PORT\r
- #define PDICLOCK_LINE_DDR RESET_LINE_DDR\r
- #define PDICLOCK_LINE_MASK RESET_LINE_MASK\r
-\r
- #define PDI_CMD_LDS 0x00\r
- #define PDI_CMD_LD 0x20\r
- #define PDI_CMD_STS 0x40\r
- #define PDI_CMD_ST 0x60\r
- #define PDI_CMD_LDCS 0x80\r
- #define PDI_CMD_REPEAT 0xA0\r
- #define PDI_CMD_STCS 0xC0\r
- #define PDI_CMD_KEY 0xE0\r
+ #define BITS_IN_FRAME 12\r
+ \r
+ #define PDI_NVM_TIMEOUT_MS 200\r
+ \r
+ #define PDI_CMD_LDS 0x00\r
+ #define PDI_CMD_LD 0x20\r
+ #define PDI_CMD_STS 0x40\r
+ #define PDI_CMD_ST 0x60\r
+ #define PDI_CMD_LDCS 0x80\r
+ #define PDI_CMD_REPEAT 0xA0\r
+ #define PDI_CMD_STCS 0xC0\r
+ #define PDI_CMD_KEY 0xE0\r
+ \r
+ #define PDI_STATUS_REG 0\r
+ #define PDI_RESET_REG 1\r
+ #define PDI_CTRL_REG 2\r