Access GPIO and Register using the Bit field
In the embedded system, bit-field is used to represent the GPIO Pins of a microcontroller or the bits of the hardware register. A bit-field is the property of the structure, it is useful to create a bitmap structure which directly maps with the bit of register. In this article, I am not describing the features […]
Access GPIO and Register using the Bit field Read More »