New HAL and SimpleMAC for STM32W108.
This commit is contained in:
parent
c9af578eab
commit
eb588f1aec
89 changed files with 1503 additions and 1883 deletions
|
@ -15,8 +15,7 @@
|
|||
*
|
||||
* To use the ADC system, include this file and ensure that
|
||||
* ::halInternalInitAdc() is called whenever the microcontroller is
|
||||
* started. Call ::halInternalSleepAdc() to sleep the module and
|
||||
* ::halInternalInitAdc() to wake up the module.
|
||||
* started.
|
||||
*
|
||||
* A "user" is a separate thread of execution and usage. That is,
|
||||
* internal St code is one user and clients are a different user.
|
||||
|
@ -171,13 +170,6 @@ typedef int8u ADCChannelType;
|
|||
*/
|
||||
void halInternalInitAdc(void);
|
||||
|
||||
|
||||
/** @brief Shuts down the voltage reference and ADC system to
|
||||
* minimize power consumption in sleep.
|
||||
*/
|
||||
void halInternalSleepAdc(void);
|
||||
|
||||
|
||||
/** @brief Starts an ADC conversion for the user specified by \c id.
|
||||
*
|
||||
* @appusage The application must set \c reference to the voltage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue