New HAL and SimpleMAC for STM32W108.
This commit is contained in:
parent
c9af578eab
commit
eb588f1aec
89 changed files with 1503 additions and 1883 deletions
|
@ -135,18 +135,6 @@
|
|||
int8s halCommonMemCompare(const void *source0, const void *source1, int8u bytes);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Works like C stdlib memcmp(), but takes a flash space source
|
||||
* parameter.
|
||||
*/
|
||||
int8s halCommonMemPGMCompare(const void *source0, void PGM *source1, int8u bytes);
|
||||
|
||||
/**
|
||||
* @brief Same as the C stdlib memcpy(), but handles copying from const
|
||||
* program space.
|
||||
*/
|
||||
void halCommonMemPGMCopy(void* dest, void PGM *source, int8u bytes);
|
||||
|
||||
/**
|
||||
* @brief Friendly convenience macro pointing to the full HAL function.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue