KT24-1110_65E-HA-651B/apps/soundbox/include/task_manager/fm/fm_api.h
2024-11-10 21:14:01 +08:00

30 lines
650 B
C
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _FM_SEVER__H_
#define _FM_SEVER__H_
u8 fm_get_play_statue(void);
void fm_volume_pp(void);//播放暂停
void fm_scan_down();//半自动收台
void fm_scan_up();//半自动收台
void fm_scan_all();//全自动收音
void fm_delete_freq();//删当前频点
void fm_prev_station();//上下台
void fm_next_station();//上下台
void fm_volume_up();//声音调节
void fm_volume_down();//声音调整
void fm_next_freq();//上下频点
void fm_prev_freq();//上下频点
void fm_scan_stop(void);//停止搜索,停止后会自动跳到最后一个台
void fm_api_init();//资源申请读取vm
void fm_api_release();//释放
#endif