Enumerations

Enumerations

enum  cgc_clk_state_t {
  CGC_CLK_ON = 0U,
  CGC_CLK_OFF = 1U
}
 CGC Bit Open and Bit Close Enumerations. More...
 

Detailed Description

Enumeration Type Documentation

◆ cgc_clk_state_t

CGC Bit Open and Bit Close Enumerations.

Enumerator
CGC_CLK_ON 

Turn on the clock.

CGC_CLK_OFF 

Turn off the clock.

Definition at line 71 of file hal_cgc.h.