Class template implementing the MCLK IN clock source.
Template argument ElementType can be of class ElementBlocking or ElementNonBlockingCannotFail.
Public Member Functions | |
| constexpr | ClockMcuxpressoMclk (ElementType &source, uint32_t frequency) |
Public Member Functions inherited from pw::clock_tree::DependentElement< ElementType > | |
| constexpr | DependentElement (ElementType &source) |
Create a dependent clock tree element that depends on source. | |
Private Member Functions | |
| Status | DoEnable () final |
| Set MCLK IN clock frequency. | |
| Status | DoDisable () final |
| Set MCLK IN clock frequency to 0 Hz. | |