ファームウェア関数一覧
ITStatus BKP_GetITStatus ( void )
/* Test if the Tamper Pin interrupt has occurred or not */ ITStatus Status; Status = BKP_GetITStatus(); if(Status == RESET) { ... } else { ... }