Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
これは、odroid XU3 ボードで GPIO を処理するための C ソース コードの例です。私の質問は、>> 2このような構造で何を意図しているのかです:
>> 2
*(gpio + (0x0c24 >> 2)) |= (1 << 2);