libdragon
Data Fields
AYNoise Struct Reference

Noise of AY-3-8910. More...

#include <ay8910.h>

Data Fields

uint8_t period
 Period (in ticks) of the noise.
 
uint8_t count
 Current tick count for the period.
 
uint32_t out
 Current output value.
 

Detailed Description

Noise of AY-3-8910.

Field Documentation

◆ period

uint8_t AYNoise::period

Period (in ticks) of the noise.

◆ count

uint8_t AYNoise::count

Current tick count for the period.

◆ out

uint32_t AYNoise::out

Current output value.


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