These are the examples provided for [[/users/frank26080115/libraries/LPC1700CMSIS_Lib/]] Note, the entire "program" is not compilable!

Embed: (wiki syntax)

« Back to documentation index

I2S_two_kit

I2S_two_kit

Functions

void I2S_IRQHandler ()
 I2S IRQ Handler.
void print_menu ()
 print_menu
int c_entry (void)
 c_entry: Main I2S program body

Function Documentation

int c_entry ( void   )

c_entry: Main I2S program body

Parameters:
[in]None
Returns:
int

Definition at line 121 of file i2s_two_kit.c.

void I2S_IRQHandler ( void   )

I2S IRQ Handler.

Parameters:
[in]None
Returns:
None
void print_menu ( void   )

print_menu

Print menu.

Parameters:
[in]None
Returns:
None

Definition at line 114 of file adc_burst_test.c.