Guest User

Untitled

a guest
Feb 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.68 KB | None | 0 0
  1.                 private : class PwmConfigInterface {
  2.                     public : PwmConfigInterface& SetPort0(u32 Port0);
  3.                     public : PwmConfigInterface& SetPortConfig0(u32 PortConfig0);
  4.                     public : PwmConfigInterface& SetPort1(u32 Port1);
  5.                     public : PwmConfigInterface& SetPortConfig1(u32 PortConfig1);
  6.                     public : PwmConfigInterface& SetDeadTime(u32 DeadTime);
  7.                     public : PwmConfigInterface& SetGenConfig(u32 GenConfig);
  8.                     public : PwmConfigInterface& SetInvertEnablePriority(u32 GenConfig);
  9.                     public : PwmConfigInterface& SetHandler(u32 GenConfig);
  10.                     public : PwmConfigInterface& SetFrequency(u32 GenConfig);
  11.                     public : PwmConfigInterface();
  12.                     public : ~PwmConfigInterface();
  13.                     };
Add Comment
Please, Sign In to add comment