Lines Matching refs:u16i

2205         MS_U16 u16i;  in HAL_NJPD_Debug()  local
2206 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2208 __HAL_NJPD_Write2Byte(BK_NJPD1_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2209 NJPD_DEBUG_HAL_MSG("BK_NJPD1_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2221 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2223 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2224 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i)), in HAL_NJPD_Debug()
2225 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2226 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2227 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2228 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2229 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2230 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2231 __HAL_NJPD_Read2Byte(BK_NJPD1_GENERAL(u16i+7)) in HAL_NJPD_Debug()
2249 MS_U16 u16i; in HAL_NJPD_Debug() local
2250 for(u16i=0; u16i<=0x7b; u16i++) in HAL_NJPD_Debug()
2252 __HAL_NJPD_Write2Byte(BK_NJPD2_DEBUG_BUS_SELECT, u16i); in HAL_NJPD_Debug()
2253 NJPD_DEBUG_HAL_MSG("BK_NJPD2_DEBUG_BUS[H:L] = [0x%02x][0x%04x:0x%04x]\n", u16i, in HAL_NJPD_Debug()
2265 for(u16i=0; u16i<0x80; u16i+=8) in HAL_NJPD_Debug()
2267 NJPD_DEBUG_HAL_MSG("%02x | %04x %04x %04x %04x %04x %04x %04x %04x \n",u16i, in HAL_NJPD_Debug()
2268 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i)), in HAL_NJPD_Debug()
2269 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+1)), in HAL_NJPD_Debug()
2270 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+2)), in HAL_NJPD_Debug()
2271 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+3)), in HAL_NJPD_Debug()
2272 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+4)), in HAL_NJPD_Debug()
2273 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+5)), in HAL_NJPD_Debug()
2274 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+6)), in HAL_NJPD_Debug()
2275 __HAL_NJPD_Read2Byte(BK_NJPD2_GENERAL(u16i+7)) in HAL_NJPD_Debug()