Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/hardware_sha256/include/hardware/
Dsha256.h91 static inline void sha256_set_bswap(bool swap) { in sha256_set_bswap() argument
92 if (swap) { in sha256_set_bswap()
/hal_rpi_pico-latest/src/rp2_common/hardware_dma/include/hardware/
Ddma.h777 inline static void dma_sniffer_set_byte_swap_enabled(bool swap) { in dma_sniffer_set_byte_swap_enabled() argument
778 if (swap) in dma_sniffer_set_byte_swap_enabled()
/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.hpp306 swap (self_type& that) YY_NOEXCEPT in swap() function in yy::parser::semantic_type
308 std::swap (as<T> (), that.as<T> ()); in swap()
322 swap<T> (that); in move()