Class template implementing the clock selector element.
Template argument ElementType
can be of class ElementBlocking
or ElementNonBlockingCannotFail
.
Public Member Functions | |
constexpr | ClockMcuxpressoSelector (ElementType &source, clock_attach_id_t selector_enable, clock_attach_id_t selector_disable) |
![]() | |
constexpr | DependentElement (ElementType &source) |
Create a dependent clock tree element that depends on source . | |
Private Member Functions | |
Status | DoEnable () final |
Enable selector. | |
Status | DoDisable () final |
Disable selector. | |