LibDriver SYN6288E
Loading...
Searching...
No Matches
driver_syn6288e.h File Reference

driver syn6288e header file More...

#include <stdio.h>
#include <stdint.h>
#include <string.h>
Include dependency graph for driver_syn6288e.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  syn6288e_handle_s
 syn6288e handle structure definition More...
struct  syn6288e_info_s
 syn6288e information structure definition More...

Macros

#define DRIVER_SYN6288E_LINK_INIT(HANDLE, STRUCTURE)
 initialize syn6288e_handle_t structure
#define DRIVER_SYN6288E_LINK_UART_INIT(HANDLE, FUC)
 link uart_init function
#define DRIVER_SYN6288E_LINK_UART_DEINIT(HANDLE, FUC)
 link uart_deinit function
#define DRIVER_SYN6288E_LINK_UART_READ(HANDLE, FUC)
 link uart_read function
#define DRIVER_SYN6288E_LINK_UART_WRITE(HANDLE, FUC)
 link uart_write function
#define DRIVER_SYN6288E_LINK_UART_FLUSH(HANDLE, FUC)
 link uart_flush function
#define DRIVER_SYN6288E_LINK_DELAY_MS(HANDLE, FUC)
 link delay_ms function
#define DRIVER_SYN6288E_LINK_DEBUG_PRINT(HANDLE, FUC)
 link debug_print function

Typedefs

typedef struct syn6288e_handle_s syn6288e_handle_t
 syn6288e handle structure definition
typedef struct syn6288e_info_s syn6288e_info_t
 syn6288e information structure definition

Enumerations

enum  syn6288e_sound_t {
  SYN6288E_SOUND_A = 'a' , SYN6288E_SOUND_B = 'b' , SYN6288E_SOUND_C = 'c' , SYN6288E_SOUND_D = 'd' ,
  SYN6288E_SOUND_E = 'e' , SYN6288E_SOUND_F = 'f' , SYN6288E_SOUND_G = 'g' , SYN6288E_SOUND_H = 'h' ,
  SYN6288E_SOUND_I = 'i' , SYN6288E_SOUND_J = 'j' , SYN6288E_SOUND_K = 'k' , SYN6288E_SOUND_L = 'l' ,
  SYN6288E_SOUND_M = 'm' , SYN6288E_SOUND_N = 'n' , SYN6288E_SOUND_O = 'o' , SYN6288E_SOUND_P = 'p' ,
  SYN6288E_SOUND_Q = 'q' , SYN6288E_SOUND_R = 'r' , SYN6288E_SOUND_S = 's' , SYN6288E_SOUND_T = 't' ,
  SYN6288E_SOUND_U = 'u' , SYN6288E_SOUND_V = 'v' , SYN6288E_SOUND_W = 'w' , SYN6288E_SOUND_X = 'x' ,
  SYN6288E_SOUND_Y = 'y'
}
 syn6288e sound enumeration definition More...
enum  syn6288e_message_t {
  SYN6288E_MESSAGE_A = 'a' , SYN6288E_MESSAGE_B = 'b' , SYN6288E_MESSAGE_C = 'c' , SYN6288E_MESSAGE_D = 'd' ,
  SYN6288E_MESSAGE_E = 'e' , SYN6288E_MESSAGE_F = 'f' , SYN6288E_MESSAGE_G = 'g' , SYN6288E_MESSAGE_H = 'h'
}
 syn6288e message enumeration definition More...
enum  syn6288e_ring_t {
  SYN6288E_RING_A = 'a' , SYN6288E_RING_B = 'b' , SYN6288E_RING_C = 'c' , SYN6288E_RING_D = 'd' ,
  SYN6288E_RING_E = 'e' , SYN6288E_RING_F = 'f' , SYN6288E_RING_G = 'g' , SYN6288E_RING_H = 'h' ,
  SYN6288E_RING_I = 'i' , SYN6288E_RING_J = 'j' , SYN6288E_RING_K = 'k' , SYN6288E_RING_L = 'l' ,
  SYN6288E_RING_M = 'm' , SYN6288E_RING_N = 'n' , SYN6288E_RING_O = 'o'
}
 syn6288e ring enumeration definition More...
enum  syn6288e_type_t { SYN6288E_TYPE_GB2312 = 0x00 , SYN6288E_TYPE_GBK = 0x01 , SYN6288E_TYPE_BIG5 = 0x02 , SYN6288E_TYPE_UNICODE = 0x03 }
 syn6288e type enumeration definition More...
enum  syn6288e_status_t { SYN6288E_STATUS_OK = 0x00 , SYN6288E_STATUS_BUSY = 0x01 }
 syn6288e status enumeration definition More...
enum  syn6288e_mode_t {
  SYN6288E_MODE_COMMON = (0x00) , SYN6288E_MODE_BACKGROUND_1 = (1 << 3) , SYN6288E_MODE_BACKGROUND_2 = (2 << 3) , SYN6288E_MODE_BACKGROUND_3 = (3 << 3) ,
  SYN6288E_MODE_BACKGROUND_4 = (4 << 3) , SYN6288E_MODE_BACKGROUND_5 = (5 << 3) , SYN6288E_MODE_BACKGROUND_6 = (6 << 3) , SYN6288E_MODE_BACKGROUND_7 = (7 << 3) ,
  SYN6288E_MODE_BACKGROUND_8 = (8 << 3) , SYN6288E_MODE_BACKGROUND_9 = (9 << 3) , SYN6288E_MODE_BACKGROUND_10 = (10 << 3) , SYN6288E_MODE_BACKGROUND_11 = (11 << 3) ,
  SYN6288E_MODE_BACKGROUND_12 = (12 << 3) , SYN6288E_MODE_BACKGROUND_13 = (13 << 3) , SYN6288E_MODE_BACKGROUND_14 = (14 << 3) , SYN6288E_MODE_BACKGROUND_15 = (15 << 3)
}
 syn6288e mode enumeration definition More...
enum  syn6288e_baud_rate_t { SYN6288E_BAUD_RATE_9600_BPS = 0x00 , SYN6288E_BAUD_RATE_19200_BPS = 0x01 , SYN6288E_BAUD_RATE_38400_BPS = 0x02 }
 syn6288e baud rate enumeration definition More...

Functions

uint8_t syn6288e_info (syn6288e_info_t *info)
 get chip's information
uint8_t syn6288e_init (syn6288e_handle_t *handle)
 initialize the chip
uint8_t syn6288e_deinit (syn6288e_handle_t *handle)
 close the chip
uint8_t syn6288e_synthesis_text (syn6288e_handle_t *handle, char *text)
 synthesis the test
uint8_t syn6288e_synthesis_sound (syn6288e_handle_t *handle, syn6288e_sound_t sound)
 synthesis the sound
uint8_t syn6288e_synthesis_message (syn6288e_handle_t *handle, syn6288e_message_t message)
 synthesis the message
uint8_t syn6288e_synthesis_ring (syn6288e_handle_t *handle, syn6288e_ring_t ring)
 synthesis the ring
uint8_t syn6288e_get_status (syn6288e_handle_t *handle, syn6288e_status_t *status)
 get the current status
uint8_t syn6288e_stop (syn6288e_handle_t *handle)
 stop the chip
uint8_t syn6288e_pause (syn6288e_handle_t *handle)
 pause the chip
uint8_t syn6288e_resume (syn6288e_handle_t *handle)
 resume the chip
uint8_t syn6288e_power_down (syn6288e_handle_t *handle)
 power down the chip
uint8_t syn6288e_set_text_type (syn6288e_handle_t *handle, syn6288e_type_t type)
 set the chip text type
uint8_t syn6288e_get_text_type (syn6288e_handle_t *handle, syn6288e_type_t *type)
 get the chip text type
uint8_t syn6288e_set_baud_rate (syn6288e_handle_t *handle, syn6288e_baud_rate_t rate)
 set the baud rate
uint8_t syn6288e_get_baud_rate (syn6288e_handle_t *handle, syn6288e_baud_rate_t *rate)
 get the baud rate
uint8_t syn6288e_set_mode (syn6288e_handle_t *handle, syn6288e_mode_t mode)
 set the chip mode
uint8_t syn6288e_get_mode (syn6288e_handle_t *handle, syn6288e_mode_t *mode)
 get the chip mode
uint8_t syn6288e_set_synthesis_volume (syn6288e_handle_t *handle, uint8_t volume)
 set the chip synthesis volume
uint8_t syn6288e_get_synthesis_volume (syn6288e_handle_t *handle, uint8_t *volume)
 get the chip synthesis volume
uint8_t syn6288e_set_background_volume (syn6288e_handle_t *handle, uint8_t volume)
 set the synthesis background volume
uint8_t syn6288e_get_background_volume (syn6288e_handle_t *handle, uint8_t *volume)
 get the chip synthesis background volume
uint8_t syn6288e_set_synthesis_speed (syn6288e_handle_t *handle, uint8_t speed)
 set the synthesis speed
uint8_t syn6288e_get_synthesis_speed (syn6288e_handle_t *handle, uint8_t *speed)
 get the synthesis speed
uint8_t syn6288e_set_command (syn6288e_handle_t *handle, char *command)
 send the command to the chip

Detailed Description

driver syn6288e header file

Copyright (c) 2015 - present LibDriver All rights reserved

The MIT License (MIT)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Version
1.0.0
Author
Shifeng Li
Date
2024-05-30

history

Date Version Author Description
2024/05/30 1.0 Shifeng Li first upload

Definition in file driver_syn6288e.h.