mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/cc26x2_cc13x2: set CPU_HAS_BITBAND
> Bit-banding is supported in order to reduce the execution time for > read-modify-write (RMW) operations to memory. > With bit-banding, certain regions in the memory map > (SRAM and peripheral space) can use address aliases to access > individual bits in one atomic operation. https://www.ti.com/lit/ug/swcu185d/swcu185d.pdf
This commit is contained in:
parent
b8d49fe627
commit
098b37a7dc
@ -29,6 +29,11 @@
|
||||
#include "cc26x2_cc13x2_prcm.h"
|
||||
#include "cc26x2_cc13x2_setup.h"
|
||||
|
||||
/**
|
||||
* @brief Bit-Band configuration
|
||||
*/
|
||||
#define CPU_HAS_BITBAND 1
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user