Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbreiz committed Feb 1, 2024
1 parent 4523f14 commit a531cdc
Show file tree
Hide file tree
Showing 6 changed files with 290 additions and 244 deletions.
6 changes: 3 additions & 3 deletions api/cosmos/Cosmos.Core.IOPort.html
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ <h5 class="returns">Returns</h5>
</span>
<a id="Cosmos_Core_IOPort_Read16_" data-uid="Cosmos.Core.IOPort.Read16*"></a>
<h4 id="Cosmos_Core_IOPort_Read16_System_Int32_System_UInt16___" data-uid="Cosmos.Core.IOPort.Read16(System.Int32,System.UInt16[])">Read16(Int32, UInt16[])</h4>
<div class="markdown level1 summary"><p>Read Word from base port.</p>
<div class="markdown level1 summary"><p>Read Words from base port.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
Expand Down Expand Up @@ -1506,7 +1506,7 @@ <h5 class="returns">Returns</h5>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_Core_IOPort_Read32_System_Int32_System_UInt32___.md&amp;value=---%0Auid%3A%20Cosmos.Core.IOPort.Read32(System.Int32%2CSystem.UInt32%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core/IOPort.cs/#L102">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core/IOPort.cs/#L100">View Source</a>
</span>
<a id="Cosmos_Core_IOPort_Read32_" data-uid="Cosmos.Core.IOPort.Read32*"></a>
<h4 id="Cosmos_Core_IOPort_Read32_System_Int32_System_UInt32___" data-uid="Cosmos.Core.IOPort.Read32(System.Int32,System.UInt32[])">Read32(Int32, UInt32[])</h4>
Expand Down Expand Up @@ -1667,7 +1667,7 @@ <h5 class="exceptions">Exceptions</h5>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_Core_IOPort_Wait.md&amp;value=---%0Auid%3A%20Cosmos.Core.IOPort.Wait%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core/IOPort.cs/#L113">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core/IOPort.cs/#L111">View Source</a>
</span>
<a id="Cosmos_Core_IOPort_Wait_" data-uid="Cosmos.Core.IOPort.Wait*"></a>
<h4 id="Cosmos_Core_IOPort_Wait" data-uid="Cosmos.Core.IOPort.Wait">Wait()</h4>
Expand Down
39 changes: 38 additions & 1 deletion api/cosmos/Cosmos.Core_Asm.IOPortImpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -1390,12 +1390,49 @@ <h5 class="returns">Returns</h5>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_Core_Asm_IOPortImpl_Read16_System_UInt16_System_UInt16___.md&amp;value=---%0Auid%3A%20Cosmos.Core_Asm.IOPortImpl.Read16(System.UInt16%2CSystem.UInt16%5B%5D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core_Asm/IOPortImpl.cs/#L189">View Source</a>
</span>
<a id="Cosmos_Core_Asm_IOPortImpl_Read16_" data-uid="Cosmos.Core_Asm.IOPortImpl.Read16*"></a>
<h4 id="Cosmos_Core_Asm_IOPortImpl_Read16_System_UInt16_System_UInt16___" data-uid="Cosmos.Core_Asm.IOPortImpl.Read16(System.UInt16,System.UInt16[])">Read16(UInt16, UInt16[])</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static void Read16(ushort aPort, ushort[] aData)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.UInt16</span></td>
<td><span class="parametername">aPort</span></td>
<td></td>
</tr>
<tr>
<td><span class="xref">System.UInt16</span>[]</td>
<td><span class="parametername">aData</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_Core_Asm_IOPortImpl_Read32_System_UInt16_.md&amp;value=---%0Auid%3A%20Cosmos.Core_Asm.IOPortImpl.Read32(System.UInt16)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core_Asm/IOPortImpl.cs/#L179">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.Core_Asm/IOPortImpl.cs/#L206">View Source</a>
</span>
<a id="Cosmos_Core_Asm_IOPortImpl_Read32_" data-uid="Cosmos.Core_Asm.IOPortImpl.Read32*"></a>
<h4 id="Cosmos_Core_Asm_IOPortImpl_Read32_System_UInt16_" data-uid="Cosmos.Core_Asm.IOPortImpl.Read32(System.UInt16)">Read32(UInt16)</h4>
Expand Down
4 changes: 2 additions & 2 deletions api/cosmos/Cosmos.HAL.BlockDevice.ATAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -1596,7 +1596,7 @@ <h3 id="methods">Methods
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_HAL_BlockDevice_ATAPI_Eject.md&amp;value=---%0Auid%3A%20Cosmos.HAL.BlockDevice.ATAPI.Eject%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L221">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L230">View Source</a>
</span>
<a id="Cosmos_HAL_BlockDevice_ATAPI_Eject_" data-uid="Cosmos.HAL.BlockDevice.ATAPI.Eject*"></a>
<h4 id="Cosmos_HAL_BlockDevice_ATAPI_Eject" data-uid="Cosmos.HAL.BlockDevice.ATAPI.Eject">Eject()</h4>
Expand Down Expand Up @@ -1674,7 +1674,7 @@ <h5 class="overrides">Overrides</h5>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_HAL_BlockDevice_ATAPI_WriteBlock_System_UInt64_System_UInt64_System_Byte____.md&amp;value=---%0Auid%3A%20Cosmos.HAL.BlockDevice.ATAPI.WriteBlock(System.UInt64%2CSystem.UInt64%2CSystem.Byte%5B%5D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L158">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L167">View Source</a>
</span>
<a id="Cosmos_HAL_BlockDevice_ATAPI_WriteBlock_" data-uid="Cosmos.HAL.BlockDevice.ATAPI.WriteBlock*"></a>
<h4 id="Cosmos_HAL_BlockDevice_ATAPI_WriteBlock_System_UInt64_System_UInt64_System_Byte____" data-uid="Cosmos.HAL.BlockDevice.ATAPI.WriteBlock(System.UInt64,System.UInt64,System.Byte[]@)">WriteBlock(UInt64, UInt64, ref Byte[])</h4>
Expand Down
4 changes: 2 additions & 2 deletions api/plugs/Cosmos.HAL.BlockDevice.ATAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,7 @@ <h3 id="methods">Methods
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_HAL_BlockDevice_ATAPI_Eject.md&amp;value=---%0Auid%3A%20Cosmos.HAL.BlockDevice.ATAPI.Eject%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L221">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L230">View Source</a>
</span>
<a id="Cosmos_HAL_BlockDevice_ATAPI_Eject_" data-uid="Cosmos.HAL.BlockDevice.ATAPI.Eject*"></a>
<h4 id="Cosmos_HAL_BlockDevice_ATAPI_Eject" data-uid="Cosmos.HAL.BlockDevice.ATAPI.Eject">Eject()</h4>
Expand Down Expand Up @@ -1410,7 +1410,7 @@ <h5 class="overrides">Overrides</h5>
<a href="https://github.com/CosmosOS/Cosmos/new/master/apiSpec/new?filename=Cosmos_HAL_BlockDevice_ATAPI_WriteBlock_System_UInt64_System_UInt64_System_Byte____.md&amp;value=---%0Auid%3A%20Cosmos.HAL.BlockDevice.ATAPI.WriteBlock(System.UInt64%2CSystem.UInt64%2CSystem.Byte%5B%5D%40)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L158">View Source</a>
<a href="https://github.com/CosmosOS/Cosmos/blob/master/source/Cosmos.HAL2/BlockDevice/ATAPI.cs/#L167">View Source</a>
</span>
<a id="Cosmos_HAL_BlockDevice_ATAPI_WriteBlock_" data-uid="Cosmos.HAL.BlockDevice.ATAPI.WriteBlock*"></a>
<h4 id="Cosmos_HAL_BlockDevice_ATAPI_WriteBlock_System_UInt64_System_UInt64_System_Byte____" data-uid="Cosmos.HAL.BlockDevice.ATAPI.WriteBlock(System.UInt64,System.UInt64,System.Byte[]@)">WriteBlock(UInt64, UInt64, ref Byte[])</h4>
Expand Down
Loading

0 comments on commit a531cdc

Please sign in to comment.