mirror of https://github.com/ARMmbed/mbed-os.git
Add pwmout_init_direct function to HAL API
parent
3a38c6bae0
commit
2ffb0ab65b
|
@ -68,6 +68,13 @@ typedef struct pwmout_s pwmout_t;
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/** Initialize the pwm out peripheral and configure the pin
|
||||||
|
*
|
||||||
|
* @param obj The pwmout object to initialize
|
||||||
|
* @param pinmap pointer to strucure which holds static pinmap
|
||||||
|
*/
|
||||||
|
void pwmout_init_direct(pwmout_t* obj, const PinMap *pinmap);
|
||||||
|
|
||||||
/** Initialize the pwm out peripheral and configure the pin
|
/** Initialize the pwm out peripheral and configure the pin
|
||||||
*
|
*
|
||||||
* @param obj The pwmout object to initialize
|
* @param obj The pwmout object to initialize
|
||||||
|
|
Loading…
Reference in New Issue