Searched refs:GWC_Type (Results 1 – 4 of 4) sorted by relevance
70 void gwc_init(GWC_Type *ptr, gwc_config_t *cfg);77 void gwc_enable(GWC_Type *ptr);84 void gwc_disable(GWC_Type *ptr);94 static inline void gwc_enable_interrupt(GWC_Type *ptr, uint32_t mask) in gwc_enable_interrupt()107 static inline void gwc_disable_interrupt(GWC_Type *ptr, uint32_t mask) in gwc_disable_interrupt()118 static inline uint32_t gwc_get_status(GWC_Type *ptr) in gwc_get_status()129 static inline void gwc_clear_status(GWC_Type *ptr, uint32_t mask) in gwc_clear_status()142 void gwc_freeze_interrupt_control(GWC_Type *ptr);161 static inline void gwc_ch_enable(GWC_Type *ptr, uint8_t ch_index) in gwc_ch_enable()173 static inline void gwc_ch_disable(GWC_Type *ptr, uint8_t ch_index) in gwc_ch_disable()[all …]
16 void gwc_init(GWC_Type *ptr, gwc_config_t *cfg) in gwc_init()21 void gwc_enable(GWC_Type *ptr) in gwc_enable()26 void gwc_disable(GWC_Type *ptr) in gwc_disable()31 void gwc_freeze_interrupt_control(GWC_Type *ptr) in gwc_freeze_interrupt_control()36 void gwc_ch_init(GWC_Type *ptr, uint8_t ch_index, gwc_ch_config_t *cfg) in gwc_ch_init()
486 #define HPM_GWC0 ((GWC_Type *) HPM_GWC0_BASE)490 #define HPM_GWC1 ((GWC_Type *) HPM_GWC1_BASE)
23 } GWC_Type; typedef
Completed in 13 milliseconds