5 #ifndef OPENTITAN_SW_DEVICE_LIB_DIF_DIF_CLKMGR_H_ 6 #define OPENTITAN_SW_DEVICE_LIB_DIF_DIF_CLKMGR_H_ 50 kDifClkmgrToggleEnabled,
132 const dif_clkmgr_t *handle, dif_clkmgr_gateable_clock_t clock,
145 const dif_clkmgr_t *handle, dif_clkmgr_gateable_clock_t clock,
146 dif_clkmgr_toggle_t new_state);
165 const dif_clkmgr_t *handle, dif_clkmgr_hintable_clock_t clock,
186 const dif_clkmgr_t *handle, dif_clkmgr_hintable_clock_t clock,
187 dif_clkmgr_toggle_t new_state);
207 const dif_clkmgr_t *handle, dif_clkmgr_hintable_clock_t clock,
208 bool *hinted_is_enabled);
212 #endif // __cplusplus 214 #endif // OPENTITAN_SW_DEVICE_LIB_DIF_DIF_CLKMGR_H_