Home
last modified time | relevance | path

Searched refs:offset (Results 1 – 5 of 5) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/src/
Dkeystore.c112 int32_t offset, i, cnt; in KS_Read() local
132 offset = 0; in KS_Read()
156 au32Key[offset + i] = KS->KEY[i]; in KS_Read()
161 offset += 8; in KS_Read()
249 volatile int32_t offset; in KS_Write() local
294 offset = 0; in KS_Write()
304 KS->KEY[i] = au32Key[offset + i]; in KS_Write()
315 offset += 8; in KS_Write()
707 int32_t offset, i, cnt, sidx; in KS_WriteOTP() local
736 offset = 0; in KS_WriteOTP()
[all …]
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dusbd.h485 …e USBD_SET_EP_BUF_ADDR(ep, offset) (*((__IO uint32_t *) ((uint32_t)&USBD->EP[0].BUFSEG + (uint3… argument
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dusbd.h560 …e USBD_SET_EP_BUF_ADDR(ep, offset) (*((__IO uint32_t *) ((uint32_t)&USBD->EP[0].BUFSEG + (uint3… argument
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dusbd.h555 …e USBD_SET_EP_BUF_ADDR(ep, offset) (*((__IO uint32_t *) ((uint32_t)&USBD->EP[0].BUFSEG + (uint3… argument
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dretarget.c633 long __lseek(int handle, long offset, int whence) in __lseek() argument