File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ports/raspberrypi/bindings/rp2pio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -912,15 +912,15 @@ MP_PROPERTY_GETTER(rp2pio_statemachine_pc_obj,
912912 (mp_obj_t )& rp2pio_statemachine_get_pc_obj );
913913
914914//| rxfifo: memorymap.AddressRange
915- //| """Accecss the state machine's rxfifo directly
915+ //| """Access the state machine's rxfifo directly
916916//|
917917//| If the state machine's fifo mode is ``txput`` then accessing this object
918918//| reads values stored by the ``mov rxfifo[], isr`` PIO instruction, and the
919919//| result of modifying it is undefined.
920920//|
921921//| If the state machine's fifo mode is ``txget`` then modifying this object
922922//| writes values accessed by the ``mov osr, rxfifo[]`` PIO instruction, and
923- //| the result of accessing it is undefined..
923+ //| the result of accessing it is undefined.
924924//|
925925//| If this state machine's mode is something else, then the property's value is `None`.
926926//|
You can’t perform that action at this time.
0 commit comments