Home
last modified time | relevance | path

Searched refs:pageOffset (Results 1 – 2 of 2) sorted by relevance

/hal_nuvoton-latest/m46x/StdDriver/src/
Dspim.c1154 uint32_t pageOffset, toWr; in SPIM_IO_Write() local
1157 pageOffset = u32Addr % 256UL; in SPIM_IO_Write()
1159 if ((pageOffset + u32NTx) <= 256UL) /* Do all the bytes fit onto one page ? */ in SPIM_IO_Write()
1166 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_IO_Write()
1259 uint32_t pageOffset, toWr; in SPIM_DMA_Write() local
1262 pageOffset = u32Addr % 256UL; in SPIM_DMA_Write()
1264 if ((pageOffset + u32NTx) <= 256UL) in SPIM_DMA_Write()
1271 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_DMA_Write()
/hal_nuvoton-latest/m48x/StdDriver/src/
Dspim.c1107 uint32_t pageOffset, toWr; in SPIM_IO_Write() local
1110 pageOffset = u32Addr % 256UL; in SPIM_IO_Write()
1112 if ((pageOffset + u32NTx) <= 256UL) /* Do all the bytes fit onto one page ? */ in SPIM_IO_Write()
1119 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_IO_Write()
1212 uint32_t pageOffset, toWr; in SPIM_DMA_Write() local
1215 pageOffset = u32Addr % 256UL; in SPIM_DMA_Write()
1217 if ((pageOffset + u32NTx) <= 256UL) in SPIM_DMA_Write()
1224 toWr = 256UL - pageOffset; /* Size of data remaining on the first page. */ in SPIM_DMA_Write()