Home | History | Annotate | Download | only in src

Lines Matching defs:nr

111 * \copydoc page_reg This function checks the nr value with the stored I frames 
216 * \copydoc page_reg resets ns and nr value, when ack for U frame is received
671 uint8_t nr = 0;
694 nr = (uint8_t)GET_BITS8(
702 if(((ns <= nr) && ((nr - ns) <= psFrameInfo->window_size))
703 || ((ns > nr) && (((PH_LLCNFC_MOD_NS_NR + nr) - ns) <=
706 if(((ns < nr) && ((nr - ns) <= psFrameInfo->window_size))
707 || ((ns > nr) && (((PH_LLCNFC_MOD_NS_NR + nr) - ns) <=