Skip to content
Snippets Groups Projects
Commit 344057ac authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs: uctypes: Bullet list formatting fixes.

parent 9d2c0c23
No related branches found
No related tags found
No related merge requests found
......@@ -149,12 +149,12 @@ you can instantiate a specific structure instance at a given
memory address. Memory address usually comes from following sources:
* Predefined address, when accessing hardware registers on a baremetal
port. Lookup these addresses in datasheet for a particular MCU/SoC.
port. Lookup these addresses in datasheet for a particular MCU/SoC.
* As return value from a call to some FFI (Foreign Function Interface)
function.
function.
* From uctypes.addressof(), when you want to pass arguments to FFI
function, or alternatively, to access some data for I/O (for example,
data read from file or network socket).
function, or alternatively, to access some data for I/O (for example,
data read from file or network socket).
Structure objects
-----------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment