|
| void | tamp_init_ch_config (TAMP_Type *ptr, uint8_t ch, tamper_ch_config_t *config) |
| | Init tamper channel config. More...
|
| |
| void | tamp_get_default_ch_config (TAMP_Type *ptr, tamper_ch_config_t *config) |
| | Get tamper default channel config. More...
|
| |
| static void | tamp_set_ch_enable (TAMP_Type *ptr, uint8_t ch, bool enable) |
| | Set tamper channel enable or disable. More...
|
| |
| static void | tamp_set_ch_config_lock (TAMP_Type *ptr, uint8_t ch, bool lock) |
| | Set tamper channel config lock or unlock. More...
|
| |
| static uint32_t | tamp_get_flags (TAMP_Type *ptr) |
| | Get tamper all channel flags. More...
|
| |
| static void | tamp_clear_flags (TAMP_Type *ptr, uint32_t flags) |
| | Clear tamper flags. More...
|
| |
| static bool | tamp_check_ch_flag (TAMP_Type *ptr, uint8_t ch) |
| | Check tamper channel flag. More...
|
| |
| static void | tamp_clear_ch_flag (TAMP_Type *ptr, uint8_t ch) |
| | Clear tamper channel flag. More...
|
| |
| static void | tamp_enable_ch_irq (TAMP_Type *ptr, uint8_t ch, bool enable) |
| | Set tamper channel irq enable or disable. More...
|
| |
| static void | tamp_set_irq_lock (TAMP_Type *ptr, bool lock) |
| | Set tamper irq lock or unlock. More...
|
| |