HomeSort by relevance Sort by last modified time
    Searched refs:swapbits (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/nrf24l01/
nrf24l01.cxx 346 uint8_t addr[4] = { swapbits(0x8E), swapbits(0x89), swapbits(0xBE), swapbits(0xD6)};
512 packet[dataLen] = swapbits(packet[dataLen]);
515 bleWhiten(packet, len, (swapbits(chan) | 2));
517 packet[i] = swapbits(packet[i]);
522 NRF24L01::swapbits(uint8_t a) { function in class:NRF24L01
nrf24l01.h 414 uint8_t swapbits (uint8_t a);

Completed in 2309 milliseconds