sipo.c File Reference
SIPO Module. More...
#include "sipo.h"
#include "hw/hw_sipo.h"
#include <drv/ser.h>
Go to the source code of this file.
Functions | |
| void | sipo_init (void) |
| Initialize the SIPO port. | |
| void | sipo_putchar (uint8_t c) |
| Write a char in the SIPO port and manage the LOAD pin. | |
Detailed Description
SIPO Module.
- Version:
- Id
- sipo.c 1454 2008-06-11 17:49:52Z asterix
The SIPO module trasform a serial input in a parallel output. Please check hw_sipo.h file to customize hardware relative parameters.
Definition in file sipo.c.
