Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Windows.Devices.Spi declarations #1196

Merged
merged 1 commit into from
Feb 4, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::DisposeNative___VOID,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U1__SZARRAY_U1__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U2__SZARRAY_U2__BOOLEAN,
Expand All @@ -73,7 +72,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
{
"Windows.Devices.Spi",
0x3DE083A4,
0x083DBB79,
method_lookup,
{ 1, 1, 2, 2 }
{ 1, 1, 3, 0 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

struct Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo
{
static const int FIELD___ChipSelectLineCount = 1;
static const int FIELD___chipSelectLineCount = 1;

NANOCLR_NATIVE_DECLARE(get_MaxClockFrequency___I4);
NANOCLR_NATIVE_DECLARE(get_MinClockFrequency___I4);
Expand Down Expand Up @@ -53,7 +53,7 @@ struct Library_win_dev_spi_native_Windows_Devices_Spi_SpiController

struct Library_win_dev_spi_native_Windows_Devices_Spi_SpiControllerManager
{
static const int FIELD_STATIC___syncLock = 0;
static const int FIELD_STATIC__s_syncLock = 0;
static const int FIELD_STATIC__s_controllersCollection = 1;


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ static const CLR_RT_MethodHandler method_lookup[] =
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::DisposeNative___VOID,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U1__SZARRAY_U1__BOOLEAN,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U2__SZARRAY_U2__BOOLEAN,
Expand All @@ -73,7 +72,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
{
"Windows.Devices.Spi",
0x3DE083A4,
0x083DBB79,
method_lookup,
{ 1, 1, 2, 2 }
{ 1, 1, 3, 0 }
};
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct nfSpiBusConfig

struct Library_win_dev_spi_native_Windows_Devices_Spi_SpiBusInfo
{
static const int FIELD___ChipSelectLineCount = 1;
static const int FIELD___chipSelectLineCount = 1;

NANOCLR_NATIVE_DECLARE(get_MaxClockFrequency___I4);
NANOCLR_NATIVE_DECLARE(get_MinClockFrequency___I4);
Expand Down Expand Up @@ -66,7 +66,7 @@ struct Library_win_dev_spi_native_Windows_Devices_Spi_SpiController

struct Library_win_dev_spi_native_Windows_Devices_Spi_SpiControllerManager
{
static const int FIELD_STATIC___syncLock = 0;
static const int FIELD_STATIC__s_syncLock = 0;
static const int FIELD_STATIC__s_controllersCollection = 1;


Expand Down