Dave Clarke / text_to_speak_mbed

Dependents:   Talking_breathalyzer FindTheColor mbed_Projet

Embed: (wiki syntax)

« Back to documentation index

PMANCONF_t Struct Reference

PMANCONF_t Struct Reference

#include <text_to_speech.h>

Data Fields

uint8_t am_lsb
 Audio mode ( 0x01 )
uint8_t spi_clk
 SPI bit clock frequency ( 0x01 )
uint8_t pad
 Padding byte.

Detailed Description

Power Manager Configuration

Definition at line 521 of file text_to_speech.h.


Field Documentation

uint8_t am_lsb

Audio mode ( 0x01 )

Definition at line 525 of file text_to_speech.h.

uint8_t pad

Padding byte.

Definition at line 532 of file text_to_speech.h.

uint8_t spi_clk

SPI bit clock frequency ( 0x01 )

Definition at line 529 of file text_to_speech.h.