doc: fix warnings about undefined ref and group without end.
Fixed group end and undefined refs. Change-Id: Iad0ab7b0dd858955d95f298a772d8d84bb4ee1c9 Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
This commit is contained in:
parent
133dab4a63
commit
6f67bfcd61
2 changed files with 7 additions and 2 deletions
|
@ -214,6 +214,10 @@ static inline int dma_transfer_stop(struct device *dev, uint32_t channel)
|
||||||
return api->transfer_stop(dev, channel);
|
return api->transfer_stop(dev, channel);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -493,8 +493,9 @@ struct sensor_trigger_config {
|
||||||
* @brief Structure used for sensor trigger configuration.
|
* @brief Structure used for sensor trigger configuration.
|
||||||
*
|
*
|
||||||
* If @ref fiber_config.stack is non-NULL, the driver should start its
|
* If @ref fiber_config.stack is non-NULL, the driver should start its
|
||||||
* on fiber based on @fiber_config. Otherwise, use @ref
|
* on fiber based on @ref fiber_config. Otherwise, use @ref
|
||||||
* trig_config.mode to decide if and how to use triggering.
|
* sensor_interface::sensor_trigger_mode to decide if and how to use
|
||||||
|
* triggering.
|
||||||
*/
|
*/
|
||||||
union sensor_trig_or_wq_config {
|
union sensor_trig_or_wq_config {
|
||||||
struct fiber_config fiber_config;
|
struct fiber_config fiber_config;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue