Add analogout_init_direct() function to HAL API

pull/11892/head
Przemyslaw Stekiel 2019-08-26 14:06:07 +02:00
parent bfe19ad170
commit 60f1cf613e
1 changed files with 8 additions and 0 deletions

View File

@ -63,6 +63,14 @@ typedef struct dac_s dac_t;
*
*/
/** Initialize the analogout peripheral
*
* Configures the pin used by analogout.
* @param obj The analogout object to initialize
* @param pinmap pointer to strucure which holds static pinmap
*/
void analogout_init_direct(dac_t* obj, const PinMap *pinmap);
/** Initialize the analogout peripheral
*
* Configures the pin used by analogout.