Naming Conventions
3 - 10 TMS320F2837xD Microcontroller Workshop - Peripherial Registers Header Files
Editor Auto Complete to the Rescue!
The editor auto complete feature works as follows. First, you type EPwm1Regs. Then, when you
type a “.” a window opens up, allowing you to select a control register. In this example TBCTL is
selected. Then, when you type the “.” a window opens up, allowing you to select “all” or “bit”. In
this example “bit” is selected. Then, when you type the “.” a window opens up, allowing you to
select a bit field. In this example CTRMODE is selected. And now, the structure is completed.