mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #13563 from yegorich/pr/driver-documentation-fix
doxygen/I2C: don't include overridden typedefs
This commit is contained in:
commit
2f2fcc848e
@ -166,6 +166,7 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
#define DAC_NUMOF (1U)
|
#define DAC_NUMOF (1U)
|
||||||
|
|
||||||
|
#ifndef DOXYGEN
|
||||||
/**
|
/**
|
||||||
* @brief Possible ADC resolution settings
|
* @brief Possible ADC resolution settings
|
||||||
* @{
|
* @{
|
||||||
@ -185,6 +186,7 @@ typedef enum {
|
|||||||
ADC_RES_3BIT = 0b111, /**< ADC resolution: 3 bit */
|
ADC_RES_3BIT = 0b111, /**< ADC resolution: 3 bit */
|
||||||
} adc_res_t;
|
} adc_res_t;
|
||||||
/** @} */
|
/** @} */
|
||||||
|
#endif /* ndef DOXYGEN */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief ADC device configuration
|
* @brief ADC device configuration
|
||||||
@ -195,6 +197,7 @@ typedef struct {
|
|||||||
uint32_t pinsel_msk; /**< PINSEL Mask for ADC pin */
|
uint32_t pinsel_msk; /**< PINSEL Mask for ADC pin */
|
||||||
} adc_conf_t;
|
} adc_conf_t;
|
||||||
|
|
||||||
|
#ifndef DOXYGEN
|
||||||
/**
|
/**
|
||||||
* @brief Override I2C clock speed values
|
* @brief Override I2C clock speed values
|
||||||
* @{
|
* @{
|
||||||
@ -206,6 +209,7 @@ typedef enum {
|
|||||||
I2C_SPEED_FAST = 400000, /**< fast mode: ~400 kbit/s */
|
I2C_SPEED_FAST = 400000, /**< fast mode: ~400 kbit/s */
|
||||||
} i2c_speed_t;
|
} i2c_speed_t;
|
||||||
/* @} */
|
/* @} */
|
||||||
|
#endif /* ndef DOXYGEN */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief I2C device configuration
|
* @brief I2C device configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user