예제 #1
0
static VOID s_vSetKey (DWORD dwK0, DWORD dwK1)
{
    
    K0 = dwK0;
    K1 = dwK1;
    
    s_vClear();
}
예제 #2
0
static VOID s_vSetKey (DWORD dwK0, DWORD dwK1)
{
    // Set the key
    K0 = dwK0;
    K1 = dwK1;
    // and reset the message
    s_vClear();
}
예제 #3
0
파일: michael.c 프로젝트: CSCLOG/beaglebone
static void s_vSetKey(DWORD dwK0, DWORD dwK1)
{
	/* Set the key */
	K0 = dwK0;
	K1 = dwK1;
	/* and reset the message */
	s_vClear();
}