Lines Matching full:bit
112 \brief Reverse byte order (32 bit)
124 \brief Reverse byte order (16 bit)
155 \brief Rotate Right in unsigned value (32 bit)
178 \brief Reverse bit order of value
179 \details Reverses the bit order of the given value.
217 \param [in] y Bit position to saturate to [1..32]
262 \param [in] sat Bit position to saturate to (0..31)
285 \param [in] sat Bit position to saturate to (0..31)
292 if (value & 0x80000000) /* only overflow set bit-31 */ in __IUSAT()
310 \details This function moves each bit of a bitstring right by one bit.
341 \brief LDRT Unprivileged (8 bit)
342 \details Executes a Unprivileged LDRT instruction for 8 bit value.
356 \brief LDRT Unprivileged (16 bit)
357 \details Executes a Unprivileged LDRT instruction for 16 bit values.
372 \brief LDRT Unprivileged (32 bit)
373 \details Executes a Unprivileged LDRT instruction for 32 bit values.
388 \brief STRT Unprivileged (8 bit)
389 \details Executes a Unprivileged STRT instruction for 8 bit values.
401 \brief STRT Unprivileged (16 bit)
402 \details Executes a Unprivileged STRT instruction for 16 bit values.
414 \brief STRT Unprivileged (32 bit)
415 \details Executes a Unprivileged STRT instruction for 32 bit values.