Lines Matching refs:u16i

2214         MS_U16 u16i;  in HAL_NJPD_Debug()  local
2215 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2217 __HAL_NJPD_Write2Byte(BK_NJPD1_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2218 NJPD_DEBUG_HAL_MSG("BK_NJPD1_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2230 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2232 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2233 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i)), in HAL_NJPD_Debug()
2234 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2235 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2236 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2237 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2238 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2239 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2240 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+7)) in HAL_NJPD_Debug()
2258 MS_U16 u16i; in HAL_NJPD_Debug() local
2259 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2261 __HAL_NJPD_Write2Byte(BK_NJPD2_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2262 NJPD_DEBUG_HAL_MSG("BK_NJPD2_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2274 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2276 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2277 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i)), in HAL_NJPD_Debug()
2278 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2279 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2280 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2281 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2282 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2283 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2284 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+7)) in HAL_NJPD_Debug()