@CHIP-RTOS C Library V2.06 - Hardware API
pfe_enable_bus_signals
Activate the bus signals ARDY, HOLD, WRL/WRH and A0/BHE void pfe_enable_bus_signals ( PFE_BUS_SIGNALS signals ); Parameters
signals
- Signal mask:
typedef enum {
PFE_SIGNAL_ARDY = 0x01,
PFE_SIGNAL_HOLD = 0x02,
PFE_SIGNAL_WRL_WRH = 0x04,
PFE_SIGNAL_A0_BHE = 0x08
} PFE_BUS_SIGNALS ;
Return Value
- -- none --.
Comments
- Used pins:
Excluded pins:
If ARDY: PIO6
If HOLD: PIO17
If WRL/WRH: A0/BHE
If A0/BHE: WRL/WRH
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
Supported since or modified in @CHIP-RTOS version-
SC12 | SC13 | SC11 | SC1x3 |
-
n/a | n/a | n/a | V1.07 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|