diff options
| author | Barry Golden <[email protected]> | 2019-09-06 05:20:38 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-06 05:20:38 -0700 |
| commit | bbe176e4e13cb9f963897173a935e639267a1a20 (patch) | |
| tree | 34072ee3c72436e12433fd6b2166415aca3bd410 /spb/SkeletonI2C | |
| parent | 22af24719daf72029a70119cc6653d2a3b940549 (diff) | |
Update README.md (#412)82047820468204582044820438204282041820408203982038820378203682035820348203382032820318203082029820288202782026
Diffstat (limited to 'spb/SkeletonI2C')
| -rw-r--r-- | spb/SkeletonI2C/README.md | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/spb/SkeletonI2C/README.md b/spb/SkeletonI2C/README.md index af9abe30..1e1efa4d 100644 --- a/spb/SkeletonI2C/README.md +++ b/spb/SkeletonI2C/README.md @@ -8,16 +8,6 @@ products: - windows-wdk --- - -<!--- - name: Skeleton I2C Sample Driver - platform: KMDF - language: cpp - category: SimplePeripheralBus - description: Demonstrates how to design a KMDF controller driver for Windows that conforms to the simple peripheral bus (SPB) device driver interface (DDI). - samplefwlink: http://go.microsoft.com/fwlink/p/?LinkId=617969 ----> - # Skeleton I2C Sample Driver The SkeletonI2C sample demonstrates how to design a KMDF controller driver for Windows that conforms to the [simple peripheral bus](http://msdn.microsoft.com/en-us/library/windows/hardware/hh450903) (SPB) device driver interface (DDI). SPB is an abstraction for low-speed serial buses (for example, I<sup>2</sup>C and SPI) that allows peripheral drivers to be developed for cross-platform use without any knowledge of the underlying bus hardware or device connections. While this sample implements an empty I<sup>2</sup>C driver, it could just as easily be the starting point for an SPI driver with only minor modifications. @@ -127,4 +117,4 @@ Handles processing for both normal and error condition interrupts. Invokes `Cont `ControllerCompleteTransfer` -Invoked when an I/O completes or an error is detected. If this I/O is part of a sequence, `PbcRequestConfigureForIndex`() is called to prepare the next I/O; otherwise, the request is marked for completion.
\ No newline at end of file +Invoked when an I/O completes or an error is detected. If this I/O is part of a sequence, `PbcRequestConfigureForIndex`() is called to prepare the next I/O; otherwise, the request is marked for completion. |
