Author Topic: PWM Register Mapping  (Read 9269 times)

Offline kmjackson

  • Newbie
  • *
  • Posts: 33
    • View Profile
PWM Register Mapping
« on: July 26, 2010, 01:43:26 PM »
Hi Mark,

I don't see the typical register mapping for the PWM module in AVR32.h.

i.e. #define PWM_ENA  *(volatile unsigned long*)(PWM_BLOCK + 0x04)

Am I overlooking something?

Thanks,
Kenneth

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: PWM Register Mapping
« Reply #1 on: July 27, 2010, 06:42:38 PM »
Hi Kenneth

The PWM registers are presently not included in the header file.

Regards

Mark

Offline kmjackson

  • Newbie
  • *
  • Posts: 33
    • View Profile
Re: PWM Register Mapping
« Reply #2 on: July 28, 2010, 03:47:37 AM »
Thnak you, no problem