yefj
Advanced Member level 5
Hello, i understand that i need to control both the routing register shown bellow and data buffer register..etc..
each cell in the register has its own role.
but i cant see in the reference manual the tree like object oriented structure
for example in pseudo code:
USART myUart;
myUart.USART0_TXDATS.TXDATA="010"
myUart.USART0_ROUTE.Location=5
myUart.USART0_ROUTE.TXPEN=1
could you please help me with intuition in the software manual shown bellow?(even in this simple pseudo code)
Thanks.
each cell in the register has its own role.
but i cant see in the reference manual the tree like object oriented structure
for example in pseudo code:
USART myUart;
myUart.USART0_TXDATS.TXDATA="010"
myUart.USART0_ROUTE.Location=5
myUart.USART0_ROUTE.TXPEN=1
could you please help me with intuition in the software manual shown bellow?(even in this simple pseudo code)
Thanks.
EFM32 Leopard Gecko Software Documentation: USART_TypeDef Struct Reference
siliconlabs.github.io