@CHIP-RTOS C Library V2.00 - Hardware API
pfe_set_wait_states2
Set wait states for programmable chip selects PCS5#-PCS6# void pfe_set_wait_states2 ( PFE_WAIT_STATES wait_states ); Parameters
wait_states
- Enumerator specifies desired number of wait states:
typedef enum {
PFE_0_WAIT = 0x00,
PFE_1_WAIT = 0x01,
PFE_2_WAIT = 0x02,
PFE_3_WAIT = 0x03,
PFE_5_WAIT = 0x08,
PFE_7_WAIT = 0x09,
PFE_9_WAIT = 0x0A,
PFE_15_WAIT = 0x0B,
PFE_24_WAIT = 0x10,
PFE_41_WAIT = 0x11,
PFE_74_WAIT = 0x12,
PFE_123_WAIT = 0x13,
PFE_157_WAIT = 0x18,
PFE_175_WAIT = 0x19,
PFE_201_WAIT = 0x1A,
PFE_255_WAIT = 0x1B
} PFE_WAIT_STATES ;
Return Value
- -- none --.
Comments
- Set wait states for programmable chip selects PCS5#-PCS6#.
Default for SC11/SC13 PCS5#-PCS6# is 15 wait states.
This function is not available for SC12.
See Also
RTOS API
- This library function invokes a RTOS software interrupt.
Refer to this RTOS API function's
documentation
for more details.
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|