diff options
author | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-14 19:07:57 +0900 |
---|---|---|
committer | Takamichi Horikawa <takamichiho@gmail.com> | 2017-03-14 19:07:57 +0900 |
commit | 16be4100808e09a94e802adb58bc1c79e5eefd65 (patch) | |
tree | 002942b6503b7f706a6bfe9b05df538d1d97320e /libopna/opnatimer.h | |
parent | 45e73c2aa4868a602e8120e50812e1641af342e2 (diff) |
libopna: enable register read
Diffstat (limited to 'libopna/opnatimer.h')
-rw-r--r-- | libopna/opnatimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libopna/opnatimer.h b/libopna/opnatimer.h index f3094ba..ad0fe0b 100644 --- a/libopna/opnatimer.h +++ b/libopna/opnatimer.h @@ -20,7 +20,10 @@ struct opna_timer { void *interrupt_userptr; opna_timer_mix_cb_t mix_cb; void *mix_userptr; + uint16_t timera; uint8_t timerb; + bool timera_load; + bool timera_enable; bool timerb_load; bool timerb_enable; uint16_t timerb_cnt; |