doc: reference: Add hwinfo API
Add the hwinfo API to the reference documentation. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
5690b1e69d
commit
46f108519d
3 changed files with 31 additions and 6 deletions
|
@ -13,6 +13,13 @@
|
|||
#ifndef ZEPHYR_INCLUDE_DRIVERS_HWINFO_H_
|
||||
#define ZEPHYR_INCLUDE_DRIVERS_HWINFO_H_
|
||||
|
||||
/**
|
||||
* @brief Hardware Information Interface
|
||||
* @defgroup hwinfo_interface Hardware Info Interface
|
||||
* @ingroup io_interfaces
|
||||
* @{
|
||||
*/
|
||||
|
||||
#include <zephyr/types.h>
|
||||
#include <sys/types.h>
|
||||
#include <stddef.h>
|
||||
|
@ -23,12 +30,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Device ID
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* @brief Copy the device id to a buffer
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue