Skip to content

Commit

Permalink
added declarations to sdhc_lib.h
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Jun 11, 2024
1 parent d3f8669 commit 07cd904
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Libraries/SDHC/Include/sdhc_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ int MXC_SDHC_Lib_WriteAsync(unsigned int dst_addr, void *src_addr, unsigned int

/* ************************************************************************** */
int MXC_SDHC_Lib_ReadAsync(void *dst_addr, unsigned int src_addr, unsigned int cnt, mxc_sdhc_data_width width, mxc_sdhc_callback_fn callback);

/* ************************************************************************** */
void MXC_SDHC_Set_Default_DataWidth(mxc_sdhc_data_width width);
/* ************************************************************************** */
mxc_sdhc_data_width MXC_SDHC_Get_Default_DataWidth(void);

/**@} end of group sdhc */

Expand Down

0 comments on commit 07cd904

Please sign in to comment.