#include "somo_14d.h"
#include "pic_serial.h"
Go to the source code of this file.
Functions | |
uns8 | somo_14d_is_busy () |
void | somo_14d_play_pause () |
void | somo_14d_reset () |
void | somo_14d_send_data (uns16 data) |
void | somo_14d_set_file_id (uns16 file_id) |
void | somo_14d_set_volume (uns8 level) |
void | somo_14d_setup_io () |
void | somo_14d_standby () |
void | somo_14d_stop () |
void | somo_14d_wake () |
uns8 somo_14d_is_busy | ( | ) |
Definition at line 123 of file somo_14d.c.
References test_pin.
Referenced by audio_queue_clear().
void somo_14d_play_pause | ( | ) |
Definition at line 113 of file somo_14d.c.
References SOMO_14D_PLAY_PAUSE_CMD, and somo_14d_send_data().
void somo_14d_reset | ( | ) |
Definition at line 57 of file somo_14d.c.
void somo_14d_send_data | ( | uns16 | data | ) |
Definition at line 79 of file somo_14d.c.
References clear_pin, set_pin, and uns8.
Referenced by somo_14d_play_pause(), somo_14d_set_file_id(), somo_14d_set_volume(), and somo_14d_stop().
void somo_14d_set_file_id | ( | uns16 | file_id | ) |
Definition at line 103 of file somo_14d.c.
References somo_14d_send_data().
Referenced by audio_queue_add(), and audio_queue_process().
void somo_14d_set_volume | ( | uns8 | level | ) |
Definition at line 108 of file somo_14d.c.
References somo_14d_send_data(), and SOMO_14D_VOLUME_CMD.
void somo_14d_setup_io | ( | ) |
Definition at line 41 of file somo_14d.c.
References make_input, make_output, and set_pin.
void somo_14d_standby | ( | ) |
Definition at line 65 of file somo_14d.c.
References clear_pin.
void somo_14d_stop | ( | ) |
Definition at line 117 of file somo_14d.c.
References somo_14d_send_data(), and SOMO_14D_STOP_CMD.
Referenced by audio_queue_clear().
void somo_14d_wake | ( | ) |
Definition at line 73 of file somo_14d.c.
References set_pin.