Skip to content

Commit

Permalink
deploy: 98cd63d
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycastillo committed Jul 10, 2024
1 parent 9b9f3ff commit 7b2871e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions hal__gpio_8h.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@
<tr class="memitem:aed5e6301a43ba91fd926e93f91fd4dcd" id="r_aed5e6301a43ba91fd926e93f91fd4dcd"><td class="memItemLeft" align="right" valign="top"><a id="aed5e6301a43ba91fd926e93f91fd4dcd" name="aed5e6301a43ba91fd926e93f91fd4dcd"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>HAL_GPIO_PIN</b>(name, port, pin)</td></tr>
<tr class="separator:aed5e6301a43ba91fd926e93f91fd4dcd"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4f6f5eebe5c0ed0dfd19b15d6c26f2d1" id="r_a4f6f5eebe5c0ed0dfd19b15d6c26f2d1"><td class="memItemLeft" align="right" valign="top"><a id="a4f6f5eebe5c0ed0dfd19b15d6c26f2d1" name="a4f6f5eebe5c0ed0dfd19b15d6c26f2d1"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>SWCLK</b>&#160;&#160;&#160;GPIO(GPIO_PORTA, 30)</td></tr>
<tr class="separator:a4f6f5eebe5c0ed0dfd19b15d6c26f2d1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3e6490ba8c82ac7f0be86128d0aa67a" id="r_ae3e6490ba8c82ac7f0be86128d0aa67a"><td class="memItemLeft" align="right" valign="top"><a id="ae3e6490ba8c82ac7f0be86128d0aa67a" name="ae3e6490ba8c82ac7f0be86128d0aa67a"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>SWDIO</b>&#160;&#160;&#160;GPIO(GPIO_PORTA, 31)</td></tr>
<tr class="separator:ae3e6490ba8c82ac7f0be86128d0aa67a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>GPIO Macros. </p>
Expand Down
11 changes: 7 additions & 4 deletions hal__gpio_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,13 @@
<div class="line"><a id="l00152" name="l00152"></a><span class="lineno"> 152</span><span class="preprocessor"> } \</span></div>
<div class="line"><a id="l00153" name="l00153"></a><span class="lineno"> 153</span><span class="preprocessor"> \</span></div>
<div class="line"><a id="l00154" name="l00154"></a><span class="lineno"> 154</span><span class="preprocessor"></span> </div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="preprocessor">#ifdef APP_USES_TINYUSB</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span>HAL_GPIO_PIN(USB_N, A, 24)</div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span>HAL_GPIO_PIN(USB_P, A, 25)</div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00155" name="l00155"></a><span class="lineno"> 155</span><span class="preprocessor">#define SWCLK GPIO(GPIO_PORTA, 30)</span></div>
<div class="line"><a id="l00156" name="l00156"></a><span class="lineno"> 156</span><span class="preprocessor">#define SWDIO GPIO(GPIO_PORTA, 31)</span></div>
<div class="line"><a id="l00157" name="l00157"></a><span class="lineno"> 157</span> </div>
<div class="line"><a id="l00158" name="l00158"></a><span class="lineno"> 158</span><span class="preprocessor">#ifdef APP_USES_TINYUSB</span></div>
<div class="line"><a id="l00159" name="l00159"></a><span class="lineno"> 159</span>HAL_GPIO_PIN(USB_N, A, 24)</div>
<div class="line"><a id="l00160" name="l00160"></a><span class="lineno"> 160</span>HAL_GPIO_PIN(USB_P, A, 25)</div>
<div class="line"><a id="l00161" name="l00161"></a><span class="lineno"> 161</span><span class="preprocessor">#endif</span></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Expand Down

0 comments on commit 7b2871e

Please sign in to comment.