Initialization and de-initialization functions

Initialization and Configuration functions. More...

Functions

void hal_msio_init (msio_init_t *p_msio_init)
 Initialize the MSIOx peripheral according to the specified parameters in the msio_init_t. More...
 
void hal_msio_deinit (uint32_t msio_pin)
 De-initialize the MSIOx peripheral registers to their default reset values. More...
 

Detailed Description

Initialization and Configuration functions.

Function Documentation

◆ hal_msio_deinit()

void hal_msio_deinit ( uint32_t  msio_pin)

De-initialize the MSIOx peripheral registers to their default reset values.

Parameters
[in]msio_pinSpecifies the port bit to be written. This parameter can be a combination of the following values:

◆ hal_msio_init()

void hal_msio_init ( msio_init_t p_msio_init)

Initialize the MSIOx peripheral according to the specified parameters in the msio_init_t.

Parameters
[in]p_msio_initPointer to an msio_init_t structure that contains the configuration information for the specified MSIO peripheral port.