Functions | |
| void | bsp_set_digio_sw_dataout_enable (PRUICSS_Handle pruIcssHandle) |
| Configure digio for sw controlled dataout mode. More... | |
| void | bsp_set_digio_out (PRUICSS_Handle pruIcssHandle, uint8_t num) |
| Set selected digital output pin. More... | |
| void | bsp_clear_digio_out (PRUICSS_Handle pruIcssHandle, uint8_t num) |
| Clear selected digital output pin. More... | |
| void bsp_set_digio_sw_dataout_enable | ( | PRUICSS_Handle | pruIcssHandle | ) |
Configure digio for sw controlled dataout mode.
| pruIcssHandle | PRUSS Handle |
| void bsp_set_digio_out | ( | PRUICSS_Handle | pruIcssHandle, |
| uint8_t | num | ||
| ) |
Set selected digital output pin.
| pruIcssHandle | PRUSS Handle |
| num | digital output selection (num =0 to 7) |
| void bsp_clear_digio_out | ( | PRUICSS_Handle | pruIcssHandle, |
| uint8_t | num | ||
| ) |
Clear selected digital output pin.
| pruIcssHandle | PRUSS Handle |
| num | digital output selection (num =0 to 7) |