Lines Matching refs:u16i
2302 MS_U16 u16i; in HAL_NJPD_Debug() local
2303 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2305 __HAL_NJPD_Write2Byte(BK_NJPD1_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2306 NJPD_DEBUG_HAL_MSG("BK_NJPD1_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2318 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2320 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2321 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i)), in HAL_NJPD_Debug()
2322 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2323 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2324 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2325 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2326 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2327 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2328 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+7)) in HAL_NJPD_Debug()
2346 MS_U16 u16i; in HAL_NJPD_Debug() local
2347 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2349 __HAL_NJPD_Write2Byte(BK_NJPD2_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2350 NJPD_DEBUG_HAL_MSG("BK_NJPD2_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2362 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2364 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2365 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i)), in HAL_NJPD_Debug()
2366 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2367 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2368 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2369 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2370 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2371 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2372 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+7)) in HAL_NJPD_Debug()