Home
last modified time | relevance | path

Searched refs:u32InFormat (Results 1 – 4 of 4) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dccap.c58 void CCAP_Open(uint32_t u32InFormat, uint32_t u32OutFormet) in CCAP_Open() argument
60 CCAP->PAR = (CCAP->PAR & ~(0x000007BFUL)) | u32InFormat; in CCAP_Open()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dccap.c53 void CCAP_Open(uint32_t u32InFormat, uint32_t u32OutFormat) in CCAP_Open() argument
55 CCAP->PAR = (CCAP->PAR & ~(0x000007BFUL)) | u32InFormat; in CCAP_Open()
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dccap.h134 void CCAP_Open(uint32_t u32InFormat, uint32_t u32OutFormat);
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dccap.h137 void CCAP_Open(uint32_t u32InFormat, uint32_t u32OutFormet);