Lines Matching refs:gate
46 * @brief Clock enable by gate ID.
48 * @param gateID Indicates the clock gate ID.
55 * @brief Clock disable by gate ID.
57 * @param gateID Indicates the clock gate ID.
66 * @param gate Indicates the clock gate.
70 unsigned int ClkEnable(CLK_GATE *gate);
75 * @param gate Indicates the clock gate.
79 unsigned int ClkDisable(CLK_GATE *gate);
84 * @param gate Indicates the clock gate.
87 unsigned int ClkIsEnabled(CLK_GATE *gate);
90 * @brief Get clock gate struct.
92 * @param gateID Indicates the clock gate ID.
93 * @return Returns the pointer of clock gate; otherwise return NULL.
98 * @brief Put clock gate.
100 * @param gate Indicates the clock gate.
102 void PutClkGate(CLK_GATE *gate);