tc_etu: Add explicit enable/disable functions

We don't want the tc_etu to call into card_emu at all times,
e.g. while clock is applied, but RST is not yet present.

Rather, we want to explicitly enable it once RST is released
This commit is contained in:
Harald Welte
2016-02-24 21:01:50 +01:00
parent 855ba9e168
commit 042f0d366b
2 changed files with 21 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
void tc_etu_set_wtime(uint8_t chan_nr, uint16_t wtime);
void tc_etu_set_etu(uint8_t chan_nr, uint16_t etu);
void tc_etu_init(uint8_t chan_nr, void *handle);
void tc_etu_enable(uint8_t chan_nr);
void tc_etu_disable(uint8_t chan_nr);
extern void tc_etu_wtime_half_expired(void *handle);
extern void tc_etu_wtime_expired(void *handle);