CH552/project/examples/DataFlash/DataFlash.H
2019-04-04 17:42:35 +08:00

18 lines
823 B
C
Raw 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.

/*******************************************************************************
* Function Name : WriteDataFlash(UINT16 Addr,PUINT8 buf,UINT8 len)
* Description : DataFlashĐ´
* Input : UINT16 AddrŁŹPUINT16 buf,UINT8 len
* Output : None
* Return :
*******************************************************************************/
UINT8 WriteDataFlash(UINT8 Addr,PUINT8 buf,UINT8 len);
/*******************************************************************************
* Function Name : ReadDataFlash(UINT8 Addr,UINT8 len,PUINT8 buf)
* Description : śÁDataFlash
* Input : UINT16 Addr PUINT8 buf
* Output : None
* Return : UINT8 l
*******************************************************************************/
UINT8 ReadDataFlash(UINT8 Addr,UINT8 len,PUINT8 buf);