port | Port number |
The port numbers that are specified in port are listed below.
PDD_PORT_A0 | Control port A |
PDD_PORT_B0 | Control port B |
PDD_PORT_C0 | Control port C |
PDD_PORT_D0 | Control port D |
const PDS_PERIPHERAL *per; per = pdGetPeripheral(PDD_PORT_A0); if(per > press & PDD_DGT_ST) { /* Start botton was pressed */ : : }