Fix doxygen group name and add to index
This commit is contained in:
parent
82e7d02bd2
commit
12925bc9d7
@ -44,6 +44,7 @@
|
|||||||
* \defgroup pico_stdlib pico_stdlib
|
* \defgroup pico_stdlib pico_stdlib
|
||||||
* \defgroup pico_sync pico_sync
|
* \defgroup pico_sync pico_sync
|
||||||
* \defgroup pico_time pico_time
|
* \defgroup pico_time pico_time
|
||||||
|
* \defgroup pico_unique_id pico_unique_id
|
||||||
* \defgroup pico_util pico_util
|
* \defgroup pico_util pico_util
|
||||||
* @}
|
* @}
|
||||||
*
|
*
|
||||||
|
@ -12,7 +12,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** \file pico/unique_id.h
|
/** \file pico/unique_id.h
|
||||||
* \defgroup unique_id unique_id
|
* \defgroup pico_unique_id pico_unique_id
|
||||||
*
|
*
|
||||||
* Unique device ID access API
|
* Unique device ID access API
|
||||||
*
|
*
|
||||||
@ -35,7 +35,7 @@ extern "C" {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Unique board identifier
|
* \brief Unique board identifier
|
||||||
* \ingroup unique_id
|
* \ingroup pico_unique_id
|
||||||
*
|
*
|
||||||
* This struct is suitable for holding the unique identifier of a NOR flash
|
* This struct is suitable for holding the unique identifier of a NOR flash
|
||||||
* device on an RP2040-based board. It contains an array of
|
* device on an RP2040-based board. It contains an array of
|
||||||
@ -46,7 +46,7 @@ typedef struct {
|
|||||||
} pico_unique_board_id_t;
|
} pico_unique_board_id_t;
|
||||||
|
|
||||||
/*! \brief Get unique ID
|
/*! \brief Get unique ID
|
||||||
* \ingroup unique_id
|
* \ingroup pico_unique_id
|
||||||
*
|
*
|
||||||
* Get the unique 64-bit device identifier which was retrieved from the
|
* Get the unique 64-bit device identifier which was retrieved from the
|
||||||
* external NOR flash device at boot.
|
* external NOR flash device at boot.
|
||||||
|
Loading…
Reference in New Issue
Block a user