Loading...
Searching...
No Matches

Detailed Description

Files

file  gpio_params.h
 Configuration of SAUL mapped GPIO pins.
 
file  periph_conf_common.h
 Peripheral configuration for the nRF52 DK.
 
file  pwm_params.h
 Configuration of SAUL mapped PWM channels.
 

PWM configuration

static const pwm_conf_t pwm_config []
 
#define PWM_NUMOF   ARRAY_SIZE(pwm_config)
 

Macro Definition Documentation

◆ PWM_NUMOF

#define PWM_NUMOF   ARRAY_SIZE(pwm_config)

Definition at line 69 of file periph_conf_common.h.

Variable Documentation

◆ pwm_config

const pwm_conf_t pwm_config[]
static
Initial value:
= {
{ NRF_PWM0, {
} },
}
#define GPIO_UNDEF
Definition of a fitting UNDEF value.

Definition at line 40 of file periph_conf_common.h.