Synchronous Serial Interface (SSI)
17.2.1.7 ROM_SSIDataPut
Puts a data element into the SSI transmit FIFO.
Prototype:
void
ROM_SSIDataPut(uint32_t ui32Base,
uint32_t ui32Data)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_SSITABLE
is an array of pointers located at
ROM_APITABLE[2]
.
ROM_SSIDataPut
is a function pointer located at
ROM_SSITABLE[0]
.
Parameters:
ui32Base
specifies the SSI module base address.
ui32Data
is the data to be transmitted over the SSI interface.
Description:
This function places the supplied data into the transmit FIFO of the specified SSI module.
Note:
The upper 32 - N bits of the
ui32Data
are discarded by the hardware, where N is the data width
as configured by
. For example, if the interface is configured for
8-bit data width, the upper 24 bits of
ui32Data
are discarded.
Returns:
None.
17.2.1.8 ROM_SSIDataPutNonBlocking
Puts a data element into the SSI transmit FIFO.
Prototype:
int32_t
ROM_SSIDataPutNonBlocking(uint32_t ui32Base,
uint32_t ui32Data)
ROM Location:
ROM_APITABLE
is an array of pointers located at
0x0100.0010
.
ROM_SSITABLE
is an array of pointers located at
ROM_APITABLE[2]
.
ROM_SSIDataPutNonBlocking
is a function pointer located at
ROM_SSITABLE[8]
.
Parameters:
ui32Base
specifies the SSI module base address.
ui32Data
is the data to be transmitted over the SSI interface.
Description:
This function places the supplied data into the transmit FIFO of the specified SSI module. If
there is no space in the FIFO, then this function returns a zero.
190
April 8, 2013
Содержание Tiva TM4C123GH6PM
Страница 26: ...Boot Loader 26 April 8 2013...
Страница 68: ...Controller Area Network CAN 68 April 8 2013...
Страница 122: ...Hibernation Module 122 April 8 2013...
Страница 136: ...Inter Integrated Circuit I2C 136 April 8 2013...
Страница 152: ...Memory Protection Unit MPU 152 April 8 2013...
Страница 174: ...Pulse Width Modulator PWM Returns None 174 April 8 2013...
Страница 196: ...Synchronous Serial Interface SSI 196 April 8 2013...
Страница 222: ...System Control 222 April 8 2013...
Страница 270: ...UART 270 April 8 2013...
Страница 296: ...uDMA Controller 296 April 8 2013...
Страница 351: ...April 8 2013 351...