caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
Loading...
Searching...
No Matches
Data Fields
cfn_hal_pwm_phy_t Struct Reference

PWM hardware physical mapping. More...

#include <cfn_hal_pwm.h>

Data Fields

void * instance
 
uint32_t channel
 
cfn_hal_gpio_pin_handle_tpin
 
void * user_arg
 

Detailed Description

PWM hardware physical mapping.

Field Documentation

◆ channel

uint32_t cfn_hal_pwm_phy_t::channel

PWM output channel index

◆ instance

void* cfn_hal_pwm_phy_t::instance

Peripheral base instance

◆ pin

cfn_hal_gpio_pin_handle_t* cfn_hal_pwm_phy_t::pin

PWM output pin mapping

◆ user_arg

void* cfn_hal_pwm_phy_t::user_arg

Peripheral instance user argument


The documentation for this struct was generated from the following file: