#include <clock_tree.h>
|
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 .
|
|
|
Status | DoEnable () final |
| Enable selector.
|
|
Status | DoDisable () final |
| Disable selector.
|
|
template<typename ElementType>
class pw::clock_tree::ClockMcuxpressoSelector< ElementType >
Class template implementing the clock selector element.
Template argument ElementType
can be of class ElementBlocking
or ElementNonBlockingCannotFail
.
◆ ClockMcuxpressoSelector()
template<typename ElementType >
Constructor specifying the source clock and the selector value when the selector should get enabled, and the selector value when the selector should get disabled to save power.
The documentation for this class was generated from the following file:
- pw_clock_tree_mcuxpresso/public/pw_clock_tree_mcuxpresso/clock_tree.h