Synopsis
#include <inmsp.h>
unsigned long long __bit_reverse_long_long(unsigned long long x);
Description

__bit_reverse_long_long swaps the order of bits in x.

__bit_reverse_long_long is an intrinsic function and produces inline code.

Portability

__bit_reverse_long_long can be used on any MSP430 device.