@CHIP-RTOS C Library V2.06 - Hardware API
pfe_set_wait_states2
Set wait states for programmable chip selects PCS5#-PCS6#, respectively PCS4#-7# SC11/SC13:void pfe_set_wait_states2 ( PFE_WAIT_STATES wait_states );
SC1x3: void pfe_set_wait_states2 ( PFE_WAIT_STATES2 wait_states ); SC1x3 Parameters
- wait_states
- Enumerator specifies desired number of wait states:
typedef enum {
PFE_0_WAIT2 = 0x00,
PFE_1_WAIT2 = 0x01,
PFE_2_WAIT2 = 0x02,
PFE_3_WAIT2 = 0x03,
PFE_4_WAIT2 = 0x08,
PFE_5_WAIT2 = 0x09,
PFE_6_WAIT2 = 0x0A,
PFE_7_WAIT2 = 0x0B,
PFE_8_WAIT2 = 0x10,
PFE_9_WAIT2 = 0x11,
PFE_10_WAIT2= 0x12,
PFE_11_WAIT2= 0x13,
PFE_12_WAIT2= 0x18,
PFE_13_WAIT2= 0x19,
PFE_14_WAIT2= 0x1A,
PFE_15_WAIT2= 0x1B,
} PFE_WAIT_STATES2 ;
SC11/SC13 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 --.
SC11/SC13 Comments- Set wait states for programmable chip selects PCS5#-PCS6#.
Default for SC11/SC13 PCS5#-PCS6# is 15 wait states.
SC1x3 Comments- Set wait states for programmable chip selects PCS4#-PCS7#.
Default for SC123/SC143 PCS4#-PCS7# is 15 wait states.
See Also
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 | V1.00 | V1.00 | V0.90 |
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|