LibDriver ISD17XX
Loading...
Searching...
No Matches
driver_isd17xx_basic.h File Reference

driver isd17xx basic header file More...

Include dependency graph for driver_isd17xx_basic.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ISD17XX_BASIC_DEFAULT_VOL_CONTROL   ISD17XX_VOL_CONTROL_REG
 isd17xx basic example default definition
#define ISD17XX_BASIC_DEFAULT_VOL   0x00
#define ISD17XX_BASIC_DEFAULT_MONITOR_INPUT   ISD17XX_BOOL_FALSE
#define ISD17XX_BASIC_DEFAULT_MIX_INPUT   ISD17XX_BOOL_FALSE
#define ISD17XX_BASIC_DEFAULT_SOUND_EFFECT_EDITING   ISD17XX_BOOL_TRUE
#define ISD17XX_BASIC_DEFAULT_SPI_FT   ISD17XX_BOOL_FALSE
#define ISD17XX_BASIC_DEFAULT_ANALOG_OUTPUT   ISD17XX_ANALOG_OUTPUT_AUD
#define ISD17XX_BASIC_DEFAULT_PWM_SPEAKER   ISD17XX_BOOL_TRUE
#define ISD17XX_BASIC_DEFAULT_POWER_UP_ANALOG_OUTPUT   ISD17XX_BOOL_TRUE
#define ISD17XX_BASIC_DEFAULT_V_ALERT   ISD17XX_BOOL_FALSE
#define ISD17XX_BASIC_DEFAULT_EOM   ISD17XX_BOOL_FALSE

Functions

uint8_t isd17xx_basic_init (isd17xx_type_t type)
 basic example init
uint8_t isd17xx_basic_deinit (void)
 basic example deinit
uint8_t isd17xx_basic_global_erase (void)
 basic example global erase
uint8_t isd17xx_basic_erase (uint16_t start_addr, uint16_t end_addr)
 basic example erase
uint8_t isd17xx_basic_record (uint16_t start_addr, uint16_t end_addr)
 basic example record
uint8_t isd17xx_basic_play (uint16_t start_addr, uint16_t end_addr)
 basic example play
uint8_t isd17xx_basic_poll (isd17xx_status2_t status)
 basic example poll
uint8_t isd17xx_basic_next (void)
 basic example next
uint8_t isd17xx_basic_stop (void)
 basic example stop

Detailed Description

driver isd17xx basic 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
2022-10-31

history

Date Version Author Description
2022/10/31 1.0 Shifeng Li first upload

Definition in file driver_isd17xx_basic.h.