add missing description
This commit is contained in:
parent
bf6673ba40
commit
682936c57d
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ inline static void outportw(unsigned short _port, unsigned short _data) {
|
||||||
/** @brief Write a double word (4 bytes) to an IO port
|
/** @brief Write a double word (4 bytes) to an IO port
|
||||||
*
|
*
|
||||||
* @param _port The port you want to write to
|
* @param _port The port you want to write to
|
||||||
|
* @param _data the 4 byte value you want to write
|
||||||
*/
|
*/
|
||||||
inline static void outportl(unsigned short _port, unsigned int _data)
|
inline static void outportl(unsigned short _port, unsigned int _data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue