Home
last modified time | relevance | path

Searched refs:rx_addresses (Results 1 – 3 of 3) sorted by relevance

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_utils.h22 void nhwra_prep_rx_request(p2G4_rxv2_t *ongoing_rx, p2G4_address_t *rx_addresses);
23 void nhwra_prep_rx_request_FEC1(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses);
DNHW_RADIO_utils.c313 void nhwra_prep_rx_request(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses) { in nhwra_prep_rx_request() argument
325 rx_addresses[0] = nhwra_get_address(0); /* We only support RXADDRESSES == 0x01 by now */ in nhwra_prep_rx_request()
396 void nhwra_prep_rx_request_FEC1(p2G4_rxv2_t *rx_req, p2G4_address_t *rx_addresses) { in nhwra_prep_rx_request_FEC1() argument
404 rx_addresses[0] = nhwra_get_address(0); /* We only support RXADDRESSES == 0x01 by now */ in nhwra_prep_rx_request_FEC1()
DNHW_RADIO.c1152 p2G4_address_t rx_addresses[RX_N_ADDR]; in start_Rx() local
1189 nhwra_prep_rx_request_FEC1(&rx_status.rx_req_fec1, rx_addresses); in start_Rx()
1192 nhwra_prep_rx_request(&rx_status.rx_req, rx_addresses); in start_Rx()
1198 ret = p2G4_dev_req_rxv2_nc_b(&rx_status.rx_req_fec1, rx_addresses, in start_Rx()
1202 ret = p2G4_dev_req_rxv2_nc_b(&rx_status.rx_req, rx_addresses, in start_Rx()