Functions | |
| cy_en_smartio_status_t | Cy_SmartIO_Init (SMARTIO_PRT_Type *base, const cy_stc_smartio_config_t *config) |
| Initializes the Smart I/O. More... | |
| void | Cy_SmartIO_Deinit (SMARTIO_PRT_Type *base) |
| Resets the Smart I/O to default values. More... | |
| void | Cy_SmartIO_Enable (SMARTIO_PRT_Type *base) |
| Enables the Smart I/O. More... | |
| void | Cy_SmartIO_Disable (SMARTIO_PRT_Type *base) |
| Disables the Smart I/O. More... | |
| cy_en_smartio_status_t Cy_SmartIO_Init | ( | SMARTIO_PRT_Type * | base, |
| const cy_stc_smartio_config_t * | config | ||
| ) |
Initializes the Smart I/O.
| base | Pointer to the Smart I/O base address |
| config | Pointer to the Smart I/O configuration structure |
| void Cy_SmartIO_Deinit | ( | SMARTIO_PRT_Type * | base | ) |
Resets the Smart I/O to default values.
| base | Pointer to the Smart I/O base address |
| void Cy_SmartIO_Enable | ( | SMARTIO_PRT_Type * | base | ) |
Enables the Smart I/O.
| base | Pointer to the Smart I/O base address |
| void Cy_SmartIO_Disable | ( | SMARTIO_PRT_Type * | base | ) |
Disables the Smart I/O.
| base | Pointer to the Smart I/O base address |