Abstract class of the clock divider specific interface.
The clock divider interface allows APIs to accept a ClockDivider
element, if they want to use the SetDivider
method. They can use the element
method to call the Acquire
and Release
methods.
Public Member Functions | |
constexpr | ClockDivider (Element &element) |
Status | SetDivider (uint32_t divider) |
Status | Set (uint32_t divider) |
Element & | element () const |
Return the element implementing this interface. | |