URL
https://opencores.org/ocsvn/neorv32/neorv32/trunk
[/] [neorv32/] [trunk/] [sw/] [lib/] [include/] [neorv32_neoled.h] - Diff between revs 62 and 64
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 62 |
Rev 64 |
Line 64... |
Line 64... |
*
|
*
|
* @param[in] data LSB-aligned 24-bit RGB or 32-bit RGBW data
|
* @param[in] data LSB-aligned 24-bit RGB or 32-bit RGBW data
|
**************************************************************************/
|
**************************************************************************/
|
inline void __attribute__ ((always_inline)) neorv32_neoled_write_nonblocking(uint32_t data) {
|
inline void __attribute__ ((always_inline)) neorv32_neoled_write_nonblocking(uint32_t data) {
|
|
|
NEOLED_DATA = data; // send new LED data
|
NEORV32_NEOLED.DATA = data; // send new LED data
|
}
|
}
|
|
|
#endif // neorv32_neoled_h
|
#endif // neorv32_neoled_h
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.