Searched refs:u32count (Results 1 – 6 of 6) sorted by relevance
| /hal_nuvoton-latest/m2l31x/StdDriver/src/ |
| D | rmc.c | 495 uint32_t RMC_GetChkSum(uint32_t u32addr, uint32_t u32count) in RMC_GetChkSum() argument 501 if ((u32addr % 512UL) || (u32count % 512UL)) in RMC_GetChkSum() 510 RMC->ISPDAT = u32count; in RMC_GetChkSum() 562 uint32_t RMC_CheckAllOne(uint32_t u32addr, uint32_t u32count) in RMC_CheckAllOne() argument 573 RMC->ISPDAT = u32count; in RMC_CheckAllOne()
|
| /hal_nuvoton-latest/m48x/StdDriver/src/ |
| D | fmc.c | 814 uint32_t FMC_GetChkSum(uint32_t u32addr, uint32_t u32count) in FMC_GetChkSum() argument 818 if ((u32addr % 512UL) || (u32count % 512UL)) in FMC_GetChkSum() 826 FMC->ISPDAT = u32count; in FMC_GetChkSum() 852 uint32_t FMC_CheckAllOne(uint32_t u32addr, uint32_t u32count) in FMC_CheckAllOne() argument 860 FMC->ISPDAT = u32count; in FMC_CheckAllOne()
|
| /hal_nuvoton-latest/m46x/StdDriver/src/ |
| D | fmc.c | 1057 uint32_t FMC_GetChkSum(uint32_t u32addr, uint32_t u32count) in FMC_GetChkSum() argument 1064 if ((u32addr % 512UL) || (u32count % 512UL)) in FMC_GetChkSum() 1073 FMC->ISPDAT = u32count; in FMC_GetChkSum() 1118 uint32_t FMC_CheckAllOne(uint32_t u32addr, uint32_t u32count) in FMC_CheckAllOne() argument 1129 FMC->ISPDAT = u32count; in FMC_CheckAllOne()
|
| /hal_nuvoton-latest/m46x/StdDriver/inc/ |
| D | fmc.h | 354 extern uint32_t FMC_GetChkSum(uint32_t u32addr, uint32_t u32count); 355 extern uint32_t FMC_CheckAllOne(uint32_t u32addr, uint32_t u32count);
|
| /hal_nuvoton-latest/m48x/StdDriver/inc/ |
| D | fmc.h | 284 extern uint32_t FMC_GetChkSum(uint32_t u32addr, uint32_t u32count); 285 extern uint32_t FMC_CheckAllOne(uint32_t u32addr, uint32_t u32count);
|
| /hal_nuvoton-latest/m2l31x/StdDriver/inc/ |
| D | rmc.h | 507 extern uint32_t RMC_GetChkSum(uint32_t u32addr, uint32_t u32count); 508 extern uint32_t RMC_CheckAllOne(uint32_t u32addr, uint32_t u32count);
|