| Line 46... |
Line 46... |
| 46 |
|
46 |
|
| 47 |
/** |
47 |
/** |
| 48 |
* @brief Enables the ADC subsystem. |
48 |
* @brief Enables the ADC subsystem. |
| 49 |
*/ |
49 |
*/ |
| 50 |
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__) |
50 |
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__) |
| 51 |
#define HAL_USE_ADC TRUE |
51 |
#define HAL_USE_ADC FALSE |
| 52 |
#endif |
52 |
#endif |
| 53 |
|
53 |
|
| 54 |
/** |
54 |
/** |
| 55 |
* @brief Enables the CAN subsystem. |
55 |
* @brief Enables the CAN subsystem. |
| 56 |
*/ |
56 |
*/ |
| Line 102... |
Line 102... |
| 102 |
|
102 |
|
| 103 |
/** |
103 |
/** |
| 104 |
* @brief Enables the PWM subsystem. |
104 |
* @brief Enables the PWM subsystem. |
| 105 |
*/ |
105 |
*/ |
| 106 |
#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) |
106 |
#if !defined(HAL_USE_PWM) || defined(__DOXYGEN__) |
| 107 |
#define HAL_USE_PWM TRUE |
107 |
#define HAL_USE_PWM FALSE |
| 108 |
#endif |
108 |
#endif |
| 109 |
|
109 |
|
| 110 |
/** |
110 |
/** |
| 111 |
* @brief Enables the RTC subsystem. |
111 |
* @brief Enables the RTC subsystem. |
| 112 |
*/ |
112 |
*/ |
| Line 271... |
Line 271... |
| 271 |
* @brief Default bit rate. |
271 |
* @brief Default bit rate. |
| 272 |
* @details Configuration parameter, this is the baud rate selected for the |
272 |
* @details Configuration parameter, this is the baud rate selected for the |
| 273 |
* default configuration. |
273 |
* default configuration. |
| 274 |
*/ |
274 |
*/ |
| 275 |
#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__) |
275 |
#if !defined(SERIAL_DEFAULT_BITRATE) || defined(__DOXYGEN__) |
| 276 |
#define SERIAL_DEFAULT_BITRATE 38400 |
276 |
#define SERIAL_DEFAULT_BITRATE 9600 |
| 277 |
#endif |
277 |
#endif |
| 278 |
|
278 |
|
| 279 |
/** |
279 |
/** |
| 280 |
* @brief Serial buffers size. |
280 |
* @brief Serial buffers size. |
| 281 |
* @details Configuration parameter, you can change the depth of the queue |
281 |
* @details Configuration parameter, you can change the depth of the queue |
| Line 294... |
Line 294... |
| 294 |
/** |
294 |
/** |
| 295 |
* @brief Enables synchronous APIs. |
295 |
* @brief Enables synchronous APIs. |
| 296 |
* @note Disabling this option saves both code and data space. |
296 |
* @note Disabling this option saves both code and data space. |
| 297 |
*/ |
297 |
*/ |
| 298 |
#if !defined(SPI_USE_WAIT) || defined(__DOXYGEN__) |
298 |
#if !defined(SPI_USE_WAIT) || defined(__DOXYGEN__) |
| 299 |
#define SPI_USE_WAIT TRUE |
299 |
#define SPI_USE_WAIT FALSE |
| 300 |
#endif |
300 |
#endif |
| 301 |
|
301 |
|
| 302 |
/** |
302 |
/** |
| 303 |
* @brief Enables the @p spiAcquireBus() and @p spiReleaseBus() APIs. |
303 |
* @brief Enables the @p spiAcquireBus() and @p spiReleaseBus() APIs. |
| 304 |
* @note Disabling this option saves both code and data space. |
304 |
* @note Disabling this option saves both code and data space. |
| 305 |
*/ |
305 |
*/ |
| 306 |
#if !defined(SPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) |
306 |
#if !defined(SPI_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__) |
| 307 |
#define SPI_USE_MUTUAL_EXCLUSION TRUE |
307 |
#define SPI_USE_MUTUAL_EXCLUSION FALSE |
| 308 |
#endif |
308 |
#endif |
| 309 |
|
309 |
|
| 310 |
#endif /* _HALCONF_H_ */ |
310 |
#endif /* _HALCONF_H_ */ |
| 311 |
|
311 |
|
| 312 |
/** @} */ |
312 |
/** @} */ |