C/C++ API Reference
Loading...
Searching...
No Matches
pw::clock_tree::ClockDivider Class Referenceabstract

Overview

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.

Inheritance diagram for pw::clock_tree::ClockDivider:
pw::clock_tree::ClockDividerElement< ElementType > pw::clock_tree::ClockMcuxpressoDivider< ElementType >

Public Member Functions

constexpr ClockDivider (Element &element)
 
Status SetDivider (uint32_t divider)
 
Status Set (uint32_t divider)
 
Elementelement () const
 Return the element implementing this interface.
 

The documentation for this class was generated from the following file: