SAM4SD32 (SAM4S-EK2)
Loading...
Searching...
No Matches
PwmCmp Struct Reference

PwmCmp hardware registers. More...

#include <component_pwm.h>

Data Fields

__IO uint32_t PWM_CMPM
 (PwmCmp Offset: 0x8) PWM Comparison 0 Mode Register
__O uint32_t PWM_CMPMUPD
 (PwmCmp Offset: 0xC) PWM Comparison 0 Mode Update Register
__IO uint32_t PWM_CMPV
 (PwmCmp Offset: 0x0) PWM Comparison 0 Value Register
__O uint32_t PWM_CMPVUPD
 (PwmCmp Offset: 0x4) PWM Comparison 0 Value Update Register

Detailed Description

PwmCmp hardware registers.

Definition at line 57 of file component_pwm.h.

Field Documentation

◆ PWM_CMPM

__IO uint32_t PwmCmp::PWM_CMPM

(PwmCmp Offset: 0x8) PWM Comparison 0 Mode Register

Definition at line 60 of file component_pwm.h.

Referenced by pwm_cmp_get_period_counter(), pwm_cmp_get_update_counter(), and pwm_cmp_init().

◆ PWM_CMPMUPD

__O uint32_t PwmCmp::PWM_CMPMUPD

(PwmCmp Offset: 0xC) PWM Comparison 0 Mode Update Register

Definition at line 61 of file component_pwm.h.

Referenced by pwm_cmp_change_setting().

◆ PWM_CMPV

__IO uint32_t PwmCmp::PWM_CMPV

(PwmCmp Offset: 0x0) PWM Comparison 0 Value Register

Definition at line 58 of file component_pwm.h.

Referenced by pwm_cmp_init().

◆ PWM_CMPVUPD

__O uint32_t PwmCmp::PWM_CMPVUPD

(PwmCmp Offset: 0x4) PWM Comparison 0 Value Update Register

Definition at line 59 of file component_pwm.h.

Referenced by pwm_cmp_change_setting().