Home
last modified time | relevance | path

Searched refs:setDestinationAddress (Results 1 – 6 of 6) sorted by relevance

/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dnrf24l01-receiver.cxx58 comm->setDestinationAddress ((uint8_t *) broadcast_address); in main()
Dnrf24l01-transmitter.cxx57 comm->setDestinationAddress ((uint8_t *) destAddress); in main()
/hardware/bsp/intel/peripheral/libupm/examples/java/
DNRF24L01_transmitterSample.java51 comm.setDestinationAddress(destAddress); in main()
DNRF24L01_receiverSample.java50 comm.setDestinationAddress(broadcast_address); in main()
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
Dnrf24l01.h244 void setDestinationAddress (uint8_t * addr);
Dnrf24l01.cxx123 NRF24L01::setDestinationAddress (uint8_t * addr) { in setDestinationAddress() function in NRF24L01