54 #define LVIEN_Disable (SCULV_LVICR_LVIEN_Disable << SCULV_LVICR_LVIEN_Pos) 55 #define LVIEN_Enable (SCULV_LVICR_LVIEN_Enable << SCULV_LVICR_LVIEN_Pos) 62 #define LVINTEN_Disable (SCULV_LVICR_LVINTEN_Disable << SCULV_LVICR_LVINTEN_Pos) 63 #define LVINTEN_Enable (SCULV_LVICR_LVINTEN_Enable << SCULV_LVICR_LVINTEN_Pos) 81 #define LVIVS_1p75V0 (SCULV_LVICR_LVIVS_1p75V0 << SCULV_LVICR_LVIVS_Pos) // 1.75V */ 82 #define LVIVS_1p75V1 (SCULV_LVICR_LVIVS_1p75V1 << SCULV_LVICR_LVIVS_Pos) // 1.75V */ 83 #define LVIVS_1p90V (SCULV_LVICR_LVIVS_1p90V << SCULV_LVICR_LVIVS_Pos) // 1.90V */ 84 #define LVIVS_2p05V (SCULV_LVICR_LVIVS_2p05V << SCULV_LVICR_LVIVS_Pos) // 2.05V */ 85 #define LVIVS_2p20V (SCULV_LVICR_LVIVS_2p20V << SCULV_LVICR_LVIVS_Pos) // 2.20V */ 86 #define LVIVS_2p35V (SCULV_LVICR_LVIVS_2p35V << SCULV_LVICR_LVIVS_Pos) // 2.35V */ 87 #define LVIVS_2p50V (SCULV_LVICR_LVIVS_2p50V << SCULV_LVICR_LVIVS_Pos) // 2.50V */ 88 #define LVIVS_2p65V (SCULV_LVICR_LVIVS_2p65V << SCULV_LVICR_LVIVS_Pos) // 2.65V */ 98 #define SCULV_DisLVR() (SCULV->LVRCR_b.LVREN = 0x55) 99 #define SCULV_EnLVR() (SCULV->LVRCR_b.LVREN = 0x8A) 105 #define SCULV_EnLviInt() (SCULV->LVICR_b.LVINTEN = 1) 106 #define SCULV_DisLviInt() (SCULV->LVICR_b.LVINTEN = 0) 112 #define SCULV_GetLviFlag() (SCULV->LVICR_b.LVIFLAG) 113 #define SCULV_ClrLviFlag() (SCULV->LVICR_b.LVIFLAG = 1) 119 void HAL_LVI_Init( uint32_t u32LviEnBit, uint32_t u32LviIntEnBit, uint32_t u32LviLevel );
Contains the ABOV typedefs for C standard types. It is intended to be used in ISO C conforming develo...
void HAL_LVI_Init(uint32_t u32LviEnBit, uint32_t u32LviIntEnBit, uint32_t u32LviLevel)
Set LVI Block Enable/Disable and Voltage Level.