os/kernelhwsrv/bsptemplate/asspandvariant/template_assp/bmarm/gpio.def
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/kernelhwsrv/bsptemplate/asspandvariant/template_assp/bmarm/gpio.def	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,31 @@
     1.4 +EXPORTS
     1.5 +	UnbindInterrupt__4GPIOi @ 1 NONAME R3UNUSED ; GPIO::UnbindInterrupt(int)
     1.6 +	ClearInterrupt__4GPIOi @ 2 NONAME R3UNUSED ; GPIO::ClearInterrupt(int)
     1.7 +	DisableInterrupt__4GPIOi @ 3 NONAME R3UNUSED ; GPIO::DisableInterrupt(int)
     1.8 +	DisableWakeup__4GPIOi @ 4 NONAME R3UNUSED ; GPIO::DisableWakeup(int)
     1.9 +	EnableInterrupt__4GPIOi @ 5 NONAME R3UNUSED ; GPIO::EnableInterrupt(int)
    1.10 +	EnableWakeup__4GPIOi @ 6 NONAME R3UNUSED ; GPIO::EnableWakeup(int)
    1.11 +	GetDebounceTime__4GPIOiRi @ 7 NONAME R3UNUSED ; GPIO::GetDebounceTime(int, int &)
    1.12 +	GetInputState__4GPIOiP13TGpioCallback @ 8 NONAME R3UNUSED ; GPIO::GetInputState(int, TGpioCallback *)
    1.13 +	GetInputState__4GPIOiRQ24GPIO10TGpioState @ 9 NONAME R3UNUSED ; GPIO::GetInputState(int, GPIO::TGpioState &)
    1.14 +	GetMaskedInterruptState__4GPIOiRi @ 10 NONAME R3UNUSED ; GPIO::GetMaskedInterruptState(int, int &)
    1.15 +	GetOutputState__4GPIOiRQ24GPIO10TGpioState @ 11 NONAME R3UNUSED ; GPIO::GetOutputState(int, GPIO::TGpioState &)
    1.16 +	GetPinBias__4GPIOiRQ24GPIO9TGpioBias @ 12 NONAME R3UNUSED ; GPIO::GetPinBias(int, GPIO::TGpioBias &)
    1.17 +	GetPinDirection__4GPIOiRQ24GPIO14TGpioDirection @ 13 NONAME R3UNUSED ; GPIO::GetPinDirection(int, GPIO::TGpioDirection &)
    1.18 +	GetPinIdleConfigurationAndState__4GPIOiRi @ 14 NONAME R3UNUSED ; GPIO::GetPinIdleConfigurationAndState(int, int &)
    1.19 +	GetPinMode__4GPIOiRQ24GPIO9TGpioMode @ 15 NONAME R3UNUSED ; GPIO::GetPinMode(int, GPIO::TGpioMode &)
    1.20 +	GetRawInterruptState__4GPIOiRi @ 16 NONAME R3UNUSED ; GPIO::GetRawInterruptState(int, int &)
    1.21 +	IsInterruptEnabled__4GPIOiRi @ 17 NONAME R3UNUSED ; GPIO::IsInterruptEnabled(int, int &)
    1.22 +	IsWakeupEnabled__4GPIOiRi @ 18 NONAME R3UNUSED ; GPIO::IsWakeupEnabled(int, int &)
    1.23 +	SetDebounceTime__4GPIOii @ 19 NONAME R3UNUSED ; GPIO::SetDebounceTime(int, int)
    1.24 +	SetInterruptTrigger__4GPIOiQ24GPIO21TGpioDetectionTrigger @ 20 NONAME R3UNUSED ; GPIO::SetInterruptTrigger(int, GPIO::TGpioDetectionTrigger)
    1.25 +	SetOutputState__4GPIOiQ24GPIO10TGpioState @ 21 NONAME R3UNUSED ; GPIO::SetOutputState(int, GPIO::TGpioState)
    1.26 +	SetOutputState__4GPIOiQ24GPIO10TGpioStateP13TGpioCallback @ 22 NONAME R3UNUSED ; GPIO::SetOutputState(int, GPIO::TGpioState, TGpioCallback *)
    1.27 +	SetPinBias__4GPIOiQ24GPIO9TGpioBias @ 23 NONAME R3UNUSED ; GPIO::SetPinBias(int, GPIO::TGpioBias)
    1.28 +	SetPinDirection__4GPIOiQ24GPIO14TGpioDirection @ 24 NONAME R3UNUSED ; GPIO::SetPinDirection(int, GPIO::TGpioDirection)
    1.29 +	SetPinIdleConfigurationAndState__4GPIOii @ 25 NONAME R3UNUSED ; GPIO::SetPinIdleConfigurationAndState(int, int)
    1.30 +	SetPinMode__4GPIOiQ24GPIO9TGpioMode @ 26 NONAME R3UNUSED ; GPIO::SetPinMode(int, GPIO::TGpioMode)
    1.31 +	SetWakeupTrigger__4GPIOiQ24GPIO21TGpioDetectionTrigger @ 27 NONAME R3UNUSED ; GPIO::SetWakeupTrigger(int, GPIO::TGpioDetectionTrigger)
    1.32 +	StaticExtension__4GPIOiiPvT3 @ 28 NONAME ; GPIO::StaticExtension(int, int, void *, void *)
    1.33 +	BindInterrupt__4GPIOiPFPv_vPv @ 29 NONAME R3UNUSED ; GPIO::BindInterrupt(int, void (*)(void *), void *)
    1.34 +