|
Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
This is the complete list of members for PWM, including all inherited members.
| _adjustedMaxTickVal | PWM | private |
| _config | PWM | private |
| _gpioteInitStatesOff | PWM | private |
| _gpioteInitStatesOn | PWM | private |
| _handleInterrupt() | PWM | |
| _initialized | PWM | private |
| _isPwmEnabled | PWM | private |
| _maxTickVal | PWM | private |
| _maxValue | PWM | static |
| _ppiChannelsOff | PWM | private |
| _ppiChannelsOn | PWM | private |
| _ppiTransitionChannel | PWM | private |
| _started | PWM | private |
| _startOnZeroCrossing | PWM | private |
| _stepSize | PWM | private |
| _targetValues | PWM | private |
| _tickValues | PWM | private |
| _updateValuesCountdown | PWM | private |
| _values | PWM | private |
| _zeroCrossDeviationIntegral | PWM | private |
| _zeroCrossingCounter | PWM | private |
| _zeroCrossTicksDeviationAvg | PWM | private |
| deinit() | PWM | |
| enableInterrupt() | PWM | private |
| getGpioteTaskClear(uint8_t index) | PWM | private |
| getGpioteTaskOut(uint8_t index) | PWM | private |
| getGpioteTaskSet(uint8_t index) | PWM | private |
| getInstance() | PWM | inlinestatic |
| getPpiChannel(uint8_t index) | PWM | private |
| getPpiGroup(uint8_t index) | PWM | private |
| getPpiTaskDisable(uint8_t index) | PWM | private |
| getPpiTaskEnable(uint8_t index) | PWM | private |
| getTimerChannel(uint8_t index) | PWM | private |
| getValue(uint8_t channel) | PWM | |
| gpioOff(uint8_t channel) | PWM | private |
| gpioOn(uint8_t channel) | PWM | private |
| gpioteConfig(uint8_t channel, bool initOn) | PWM | private |
| gpioteDisable(uint8_t channel) | PWM | private |
| gpioteEnable(uint8_t channel) | PWM | private |
| gpioteForce(uint8_t channel, bool initOn) | PWM | private |
| gpioteUnconfig(uint8_t channel) | PWM | private |
| init(const pwm_config_t &config) | PWM | |
| initChannel(uint8_t index, pwm_channel_config_t &config) | PWM | private |
| numPeriodsBeforeValueUpdate | PWM | privatestatic |
| onPeriodEnd() | PWM | |
| onZeroCrossingInterrupt() | PWM | |
| operator=(PWM const &) | PWM | private |
| PWM() | PWM | private |
| PWM(PWM const &) | PWM | private |
| readCC(uint8_t channelIdx) | PWM | private |
| setValue(uint8_t channel, uint8_t value, uint8_t speed) | PWM | |
| setValue(uint8_t channel, uint8_t newValue) | PWM | private |
| start(bool onZeroCrossing) | PWM | |
| start() | PWM | private |
| updateValues() | PWM | private |
| writeCC(uint8_t channelIdx, uint32_t ticks) | PWM | private |