@@ -7,15 +7,15 @@ functions:
7
7
HAL_InitializeSPI :
8
8
HAL_TransactionSPI :
9
9
buffers :
10
- - { type: in , src: dataToSend, len: size }
11
- - { type: out , src: dataReceived, len: size }
10
+ - { type: IN , src: dataToSend, len: size }
11
+ - { type: OUT , src: dataReceived, len: size }
12
12
# TODO: dataToSend buffer must be at least as long as dataReceived buffer
13
13
HAL_WriteSPI :
14
14
buffers :
15
- - { type: in , src: dataToSend, len: sendSize }
15
+ - { type: IN , src: dataToSend, len: sendSize }
16
16
HAL_ReadSPI :
17
17
buffers :
18
- - { type: out , src: buffer, len: count }
18
+ - { type: OUT , src: buffer, len: count }
19
19
HAL_CloseSPI :
20
20
HAL_SetSPISpeed :
21
21
HAL_SetSPIMode :
@@ -31,10 +31,10 @@ functions:
31
31
HAL_StopSPIAuto :
32
32
HAL_SetSPIAutoTransmitData :
33
33
buffers :
34
- - { type: in , src: dataToSend, len: dataSize }
34
+ - { type: IN , src: dataToSend, len: dataSize }
35
35
HAL_ForceSPIAutoRead :
36
36
HAL_ReadSPIAutoReceivedData :
37
37
buffers :
38
- - { type: out , src: buffer, len: numToRead }
38
+ - { type: OUT , src: buffer, len: numToRead }
39
39
HAL_GetSPIAutoDroppedCount :
40
40
HAL_ConfigureSPIAutoStall :
0 commit comments