Searched refs:TAMP_Type (Results 1 – 12 of 12) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_tamp_drv.h | 85 void tamp_init_ch_config(TAMP_Type *ptr, uint8_t ch, tamper_ch_config_t *config); 94 void tamp_get_default_ch_config(TAMP_Type *ptr, tamper_ch_config_t *config); 104 static inline void tamp_set_ch_enable(TAMP_Type *ptr, uint8_t ch, bool enable) in tamp_set_ch_enable() 122 static inline void tamp_set_ch_config_lock(TAMP_Type *ptr, uint8_t ch, bool lock) in tamp_set_ch_config_lock() 139 static inline uint32_t tamp_get_flags(TAMP_Type *ptr) in tamp_get_flags() 151 static inline void tamp_clear_flags(TAMP_Type *ptr, uint32_t flags) in tamp_clear_flags() 164 static inline bool tamp_check_ch_flag(TAMP_Type *ptr, uint8_t ch) in tamp_check_ch_flag() 176 static inline void tamp_clear_ch_flag(TAMP_Type *ptr, uint8_t ch) in tamp_clear_ch_flag() 189 static inline void tamp_enable_ch_irq(TAMP_Type *ptr, uint8_t ch, bool enable) in tamp_enable_ch_irq() 205 static inline void tamp_set_irq_lock(TAMP_Type *ptr, bool lock) in tamp_set_irq_lock()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_tamp_drv.c | 10 void tamp_init_ch_config(TAMP_Type *ptr, uint8_t ch, tamper_ch_config_t *config) in tamp_init_ch_config() 24 void tamp_get_default_ch_config(TAMP_Type *ptr, tamper_ch_config_t *config) in tamp_get_default_ch_config()
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/ip/ |
| A D | hpm_tamp_regs.h | 22 } TAMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/ip/ |
| A D | hpm_tamp_regs.h | 22 } TAMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/ip/ |
| A D | hpm_tamp_regs.h | 22 } TAMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/ip/ |
| A D | hpm_tamp_regs.h | 22 } TAMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/ip/ |
| A D | hpm_tamp_regs.h | 22 } TAMP_Type; typedef
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6300/HPM6360/ |
| A D | hpm_soc.h | 627 #define HPM_TAMP ((TAMP_Type *) HPM_TAMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6200/HPM6280/ |
| A D | hpm_soc.h | 685 #define HPM_TAMP ((TAMP_Type *) HPM_TAMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6800/HPM6880/ |
| A D | hpm_soc.h | 796 #define HPM_TAMP ((TAMP_Type *) HPM_TAMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6700/HPM6750/ |
| A D | hpm_soc.h | 833 #define HPM_TAMP ((TAMP_Type *) HPM_TAMP_BASE)
|
| /bsp/hpmicro/libraries/hpm_sdk/soc/HPM6E00/HPM6E80/ |
| A D | hpm_soc.h | 972 #define HPM_TAMP ((TAMP_Type *) HPM_TAMP_BASE)
|
Completed in 36 milliseconds