Class template implementing the CLK IN pin clock source and selecting it as an input source for OSC Clock source.
Template argument ElementType
can be of class ElementBlocking
or ElementNonBlockingCannotFail
.
Public Member Functions | |
constexpr | ClockMcuxpressoClkIn (ElementType &source, uint32_t frequency) |
![]() | |
constexpr | DependentElement (ElementType &source) |
Create a dependent clock tree element that depends on source . | |
Private Member Functions | |
Status | DoEnable () final |
Set CLK IN clock frequency. | |
Status | DoDisable () final |
Set CLK IN clock frequency to 0 Hz. | |