Lines Matching refs:u16i

2266         MS_U16 u16i;  in HAL_NJPD_Debug()  local
2267 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2269 __HAL_NJPD_Write2Byte(BK_NJPD1_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2270 NJPD_DEBUG_HAL_MSG("BK_NJPD1_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2282 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2284 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2285 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i)), in HAL_NJPD_Debug()
2286 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2287 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2288 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2289 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2290 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2291 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2292 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+7)) in HAL_NJPD_Debug()
2310 MS_U16 u16i; in HAL_NJPD_Debug() local
2311 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2313 __HAL_NJPD_Write2Byte(BK_NJPD2_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2314 NJPD_DEBUG_HAL_MSG("BK_NJPD2_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2326 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2328 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2329 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i)), in HAL_NJPD_Debug()
2330 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2331 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2332 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2333 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2334 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2335 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2336 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+7)) in HAL_NJPD_Debug()