Home
last modified time | relevance | path

Searched refs:i32Mode (Results 1 – 9 of 9) sorted by relevance

/hal_nuvoton-latest/m48x/StdDriver/src/
Dsys.c216 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel) in SYS_EnableBOD() argument
222 SYS->BODCTL = (SYS->BODCTL & ~SYS_BODCTL_BODRSTEN_Msk) | (uint32_t)i32Mode; in SYS_EnableBOD()
/hal_nuvoton-latest/m46x/StdDriver/src/
Dsys.c240 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel) in SYS_EnableBOD() argument
246 ((uint32_t)i32Mode) | (u32BODLevel) | (SYS_BODCTL_BODEN_Msk); in SYS_EnableBOD()
/hal_nuvoton-latest/m2l31x/StdDriver/src/
Dsys.c236 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel) in SYS_EnableBOD() argument
242 SYS->BODCTL = (SYS->BODCTL & ~SYS_BODCTL_BODRSTEN_Msk) | (uint32_t)i32Mode; in SYS_EnableBOD()
/hal_nuvoton-latest/m48x/StdDriver/inc/
Dsys.h1618 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel);
/hal_nuvoton-latest/m2l31x/StdDriver/inc/
Dsys.h1871 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel);
/hal_nuvoton-latest/dts/m2l31x/
Dsys.h1873 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel);
/hal_nuvoton-latest/dts/m48x/
Dsys.h1620 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel);
/hal_nuvoton-latest/m46x/StdDriver/inc/
Dsys.h7236 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel);
/hal_nuvoton-latest/dts/m46x/
Dsys.h7078 void SYS_EnableBOD(int32_t i32Mode, uint32_t u32BODLevel);