mirror of https://github.com/ARMmbed/mbed-os.git
Add analogout_init_direct() function to HAL API
parent
bfe19ad170
commit
60f1cf613e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue