Reference : SGP_AVS_SW_ATLAS-05-05 Classification : COMPANY RESTRICTED
Version : 0.17 Project : ATLAS_DSW
Status : Proposed Chapter : User Manual
Date : 2006-09-12
Section : Diagnostic Software (Leco+)
© Philips Electronics N.V. 2006 Philips Semiconductors Page 18 of 124
1
Nucleus Name
DS_CHR_PioSet
Nucleus Number 117
Description Set a value on a PIO pin. Make sure that the pin is configured as output first
Technical - Decode user input
- Update the PIO output register of the codec
Execution Time Less than 1 second.
User Input <PIN> <VALUE>
where PIN is the pio pin to set (0..31)
and VALUE the value of the pin (0..1)
Error Number Description
11700 Setting PIO value succeeded
11701 Invalid parameter
Example
DS:> 117 15 0
011700:
Test OK @
2
Nucleus Name
DS_CHR_PioConfig
Nucleus Number 118
Description Configure a PIO pin
Technical - Decode user input
- Update the PIO configuration register of the codec
Execution Time Less than 1 second.
User Input <PIN> <DIR>
where PIN is the pio pin to set (0..31)
and DIR the direction of the pin (0=IN 1=OUT)
Error Number Description
11800 Setting PIO configuration succeeded
11801 Invalid parameter
Example
DS:> 118 14 0
011700:
Test OK @
3