Changes

219 bytes added ,  16:01, 23 October 2020
Sync with AMS names
Line 375: Line 375:     
=== SetPinAssignment ===
 
=== SetPinAssignment ===
Takes an u32 '''PinAssignment'''. No output.
+
Takes a [[#PinAssignment]]. No output.
    
=== GetPinAssignment ===
 
=== GetPinAssignment ===
No input. Returns an u32 '''PinAssignment'''.
+
No input. Returns a [[#PinAssignment]].
    
=== SetPinAssignmentForHardwareTest ===
 
=== SetPinAssignmentForHardwareTest ===
Line 965: Line 965:  
|-
 
|-
 
| 100 || Uart4Tx, Uart4Rx, Uart4Rts and Uart4Cts
 
| 100 || Uart4Tx, Uart4Rx, Uart4Rts and Uart4Cts
 +
|}
 +
 +
= PinAssignment =
 +
This is "nn::pinmux::PinAssignment".
 +
 +
{| class="wikitable sortable" border="1"
 +
|-
 +
! Value || Name
 +
|-
 +
| 2 || Sdmmc1OutputHigh
 +
|-
 +
| 3 || Sdmmc1ResetState
 +
|-
 +
| 4 || Sdmmc1SchmtEnable
 +
|-
 +
| 5 || Sdmmc1SchmtDisable
 
|}
 
|}