Lines Matching refs:value
330 uint8_t value; in Rx_FIFO_pop() local
337 value = u_el->Rx_FIFO[0]; in Rx_FIFO_pop()
351 return value; in Rx_FIFO_pop()
354 static void Rx_FIFO_push(uint inst, struct uarte_status *u_el, uint8_t value) { in Rx_FIFO_push() argument
361 u_el->Rx_FIFO[u_el->Rx_FIFO_cnt++] = value; in Rx_FIFO_push()
381 static void nhw_UARTE_Rx_match_check(uint inst, struct uarte_status * u_el, uint32_t value) { in nhw_UARTE_Rx_match_check() argument
386 && (NRF_UARTE_regs[inst].DMA.RX.MATCH.CANDIDATE[i] == value)) { in nhw_UARTE_Rx_match_check()
400 (void) value; in nhw_UARTE_Rx_match_check()
412 uint8_t value = Rx_FIFO_pop(inst, u_el); in nhw_UARTE_Rx_DMA_attempt() local
413 *p++ = value; in nhw_UARTE_Rx_DMA_attempt()
415 nhw_UARTE_Rx_match_check(inst, u_el, value); in nhw_UARTE_Rx_DMA_attempt()
1113 uint32_t value = NRF_UARTE_regs[inst].ERRORSRC; in nhw_UARTE_regr_sideeffects_ERRORSRC() local
1115 return value; in nhw_UARTE_regr_sideeffects_ERRORSRC()
1135 uint32_t value; in nhw_UARTE_regr_sideeffects_RXD() local
1143 value = Rx_FIFO_pop(inst, u_el); in nhw_UARTE_regr_sideeffects_RXD()
1150 return value; in nhw_UARTE_regr_sideeffects_RXD()