Lines Matching refs:u16i
2246 MS_U16 u16i; in HAL_NJPD_Debug() local
2247 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2249 __HAL_NJPD_Write2Byte(BK_NJPD1_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2250 NJPD_DEBUG_HAL_MSG("BK_NJPD1_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2262 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2264 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2265 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i)), in HAL_NJPD_Debug()
2266 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2267 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2268 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2269 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2270 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2271 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2272 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+7)) in HAL_NJPD_Debug()
2290 MS_U16 u16i; in HAL_NJPD_Debug() local
2291 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2293 __HAL_NJPD_Write2Byte(BK_NJPD2_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2294 NJPD_DEBUG_HAL_MSG("BK_NJPD2_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2306 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2308 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2309 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i)), in HAL_NJPD_Debug()
2310 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2311 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2312 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2313 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2314 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2315 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2316 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+7)) in HAL_NJPD_Debug()