1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/cc26x0/include
Benjamin Valentin fae0b00918 cpu/cc26x0: 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/swcu117i/swcu117i.pdf
2020-08-08 12:44:11 +02:00
..
cc26x0_aux.h cpu/cc26x0: Factor out code common for cc26xx/cc13xx family 2019-10-29 21:27:00 +01:00
cc26x0_fcfg.h cpu/cc26x0: Factor out code common for cc26xx/cc13xx family 2019-10-29 21:27:00 +01:00
cc26x0_prcm.h cc26xx_cc13xx: add API to manage peripheral clocks 2020-03-23 09:33:53 -05:00
cpu_conf.h cpu/cc26x0: set CPU_HAS_BITBAND 2020-08-08 12:44:11 +02:00
periph_cpu.h cpu/cc26x0: Factor out code common for cc26xx/cc13xx family 2019-10-29 21:27:00 +01:00