43 if((sc ==
SC0) && (u32CardStateIgnore[0] == 1UL))
47 else if((sc ==
SC1) && (u32CardStateIgnore[1] == 1UL))
51 else if((sc ==
SC2) && (u32CardStateIgnore[2] == 1UL))
55 else if(cond1 != cond2)
57 ret = (uint32_t)
FALSE;
115 uint32_t u32Reg = 0UL, u32Intf;
133 u32CardStateIgnore[u32Intf] = 0UL;
137 u32CardStateIgnore[u32Intf] = 1UL;
195 if(u32CardStateIgnore[u32Intf])
285 if(u32TimerNum == 0UL)
294 else if(u32TimerNum == 1UL)
327 if(u32TimerNum == 0UL)
329 sc->
ALTCTL &= ~SC_ALTCTL_CNTEN0_Msk;
331 else if(u32TimerNum == 1UL)
333 sc->
ALTCTL &= ~SC_ALTCTL_CNTEN1_Msk;
337 sc->
ALTCTL &= ~SC_ALTCTL_CNTEN2_Msk;
348 uint32_t u32ClkSrc, u32Num, u32Clk;
370 else if(u32ClkSrc == 1UL)
374 else if(u32ClkSrc == 2UL)
NuMicro peripheral access layer header file.
uint32_t CLK_GetPCLK1Freq(void)
Get PCLK1 frequency.
uint32_t CLK_GetPCLK0Freq(void)
Get PCLK0 frequency.
uint32_t CLK_GetPLLClockFreq(void)
Get PLL clock frequency.
#define TRUE
Boolean true, define to use in API parameters or return value.
#define FALSE
Boolean false, define to use in API parameters or return value.
#define SC_INTEN_TMR2IEN_Msk
#define SC_STATUS_CDPINSTS_Pos
#define SC_ALTCTL_SYNC_Msk
#define SC_INTEN_ACERRIEN_Msk
#define SC_INTEN_CDIEN_Msk
#define SC_PINCTL_PWRINV_Msk
#define SC_CTL_TXRTYEN_Msk
#define SC_CTL_RXRTYEN_Msk
#define SC_STATUS_CDPINSTS_Msk
#define SC_INTEN_TMR1IEN_Msk
#define CLK_CLKSEL3_SC0SEL_Msk
#define CLK_CLKDIV1_SC0DIV_Msk
#define SC_ALTCTL_CNTEN1_Msk
#define SC_INTEN_TMR0IEN_Msk
#define SC_PINCTL_SYNC_Msk
#define SC_CTL_CDDBSEL_Msk
#define SC_ALTCTL_ADACEN_Msk
#define SC_CTL_TMRSEL_Msk
#define SC_ALTCTL_CNTEN2_Msk
#define SC_INTEN_BGTIEN_Msk
#define SC_INTEN_RDAIEN_Msk
#define SC_ALTCTL_TXRST_Msk
#define SC_TMRCTL0_CNT_Msk
#define SC_TMRCTL2_SYNC_Msk
#define SC_TMRCTL1_SYNC_Msk
#define SC_ALTCTL_CNTEN0_Msk
#define SC_ALTCTL_RXRST_Msk
#define SC_TMRCTL0_SYNC_Msk
#define SC_CTL_RXTRGLV_Msk
#define SC_INTEN_TERRIEN_Msk
#define SC_CTL_AUTOCEN_Msk
#define SC_PIN_STATE_IGNORE
void SC_Open(SC_T *sc, uint32_t u32CardDet, uint32_t u32PWR)
This function initialized smartcard module.
void SC_SetBlockGuardTime(SC_T *sc, uint32_t u32BGT)
This function block guard time (BGT) of specified smartcard module.
void SC_SetCharGuardTime(SC_T *sc, uint32_t u32CGT)
This function character guard time (CGT) of specified smartcard module.
void SC_ResetReader(SC_T *sc)
This function reset specified smartcard module to its default state for activate smartcard.
void SC_StopAllTimer(SC_T *sc)
This function stop all smartcard timer of specified smartcard module.
uint32_t SC_GetInterfaceClock(SC_T *sc)
This function gets smartcard clock frequency.
uint32_t SC_IsCardInserted(SC_T *sc)
This function indicates specified smartcard slot status.
void SC_StopTimer(SC_T *sc, uint32_t u32TimerNum)
This function stop a smartcard timer of specified smartcard module.
void SC_StartTimer(SC_T *sc, uint32_t u32TimerNum, uint32_t u32Mode, uint32_t u32ETUCount)
This function configure and start a smartcard timer of specified smartcard module.
void SC_ClearFIFO(SC_T *sc)
This function reset both transmit and receive FIFO of specified smartcard module.
void SC_Close(SC_T *sc)
This function disable specified smartcard module.