PDCP
1.0
Interface for Upper-Limb Prosthetics
|
Macro defines for BFPCTRL - RXnBF - Pin Control and Status (documentation p.29) More...
Defines | |
#define | BFPCTRL_B1BFS ((uint8_t)(5)) |
RX1BF Pin State bit (Digital Output mode only) | |
#define | BFPCTRL_B0BPS ((uint8_t)(4)) |
RX0BF Pin State bit (Digital Output mode only) | |
#define | BFPCTRL_B1BFE ((uint8_t)(3)) |
RX1BF Pin Function Enable bit. | |
#define | BFPCTR_B0BFE ((uint8_t)(2)) |
RX0BF Pin Function Enable bit. | |
#define | BFPCTRL_B1BFM ((uint8_t)(1)) |
RX1BF Pin Operation Mode bit. | |
#define | BFPCTRL_B0BFM ((uint8_t)(0)) |
RX0BF Pin Operation Mode bit. |
Macro defines for BFPCTRL - RXnBF - Pin Control and Status (documentation p.29)
Address: 0Ch
#define BFPCTR_B0BFE ((uint8_t)(2)) |
RX0BF Pin Function Enable bit.
1 - pin function enabled, operation mode determined by B0BFM bit 0 - pin function disabled, pin goes to HZ state
#define BFPCTRL_B0BFM ((uint8_t)(0)) |
RX0BF Pin Operation Mode bit.
1 - pin is used as interrupt when valid message loaded into RXB0 0 - digital output mode
#define BFPCTRL_B0BPS ((uint8_t)(4)) |
RX0BF Pin State bit (Digital Output mode only)
Reads as '0' when RX0BF is configured as interrupt pin
#define BFPCTRL_B1BFE ((uint8_t)(3)) |
RX1BF Pin Function Enable bit.
1 - pin function enabled, operation mode determined by B1BFM bit 0 - pin function disabled, pin goes to HZ state
#define BFPCTRL_B1BFM ((uint8_t)(1)) |
RX1BF Pin Operation Mode bit.
1 - pin is used as interrupt when valid message loaded into RXB1 0 - digital output mode
#define BFPCTRL_B1BFS ((uint8_t)(5)) |
RX1BF Pin State bit (Digital Output mode only)
Reads as '0' when RX1BF is configured as interrupt pin