[][src]Struct cc13x2_cc26x2_hal::cpu_scs::RegisterBlock

#[repr(C)]
pub struct RegisterBlock { pub reserved000: RESERVED000, pub ictr: ICTR, pub actlr: ACTLR, pub stcsr: STCSR, pub strvr: STRVR, pub stcvr: STCVR, pub stcr: STCR, pub nvic_iser0: NVIC_ISER0, pub nvic_iser1: NVIC_ISER1, pub nvic_icer0: NVIC_ICER0, pub nvic_icer1: NVIC_ICER1, pub nvic_ispr0: NVIC_ISPR0, pub nvic_ispr1: NVIC_ISPR1, pub nvic_icpr0: NVIC_ICPR0, pub nvic_icpr1: NVIC_ICPR1, pub nvic_iabr0: NVIC_IABR0, pub nvic_iabr1: NVIC_IABR1, pub nvic_ipr0: NVIC_IPR0, pub nvic_ipr1: NVIC_IPR1, pub nvic_ipr2: NVIC_IPR2, pub nvic_ipr3: NVIC_IPR3, pub nvic_ipr4: NVIC_IPR4, pub nvic_ipr5: NVIC_IPR5, pub nvic_ipr6: NVIC_IPR6, pub nvic_ipr7: NVIC_IPR7, pub nvic_ipr8: NVIC_IPR8, pub nvic_ipr9: NVIC_IPR9, pub cpuid: CPUID, pub icsr: ICSR, pub vtor: VTOR, pub aircr: AIRCR, pub scr: SCR, pub ccr: CCR, pub shpr1: SHPR1, pub shpr2: SHPR2, pub shpr3: SHPR3, pub shcsr: SHCSR, pub cfsr: CFSR, pub hfsr: HFSR, pub dfsr: DFSR, pub mmfar: MMFAR, pub bfar: BFAR, pub afsr: AFSR, pub id_pfr0: ID_PFR0, pub id_pfr1: ID_PFR1, pub id_dfr0: ID_DFR0, pub id_afr0: ID_AFR0, pub id_mmfr0: ID_MMFR0, pub id_mmfr1: ID_MMFR1, pub id_mmfr2: ID_MMFR2, pub id_mmfr3: ID_MMFR3, pub id_isar0: ID_ISAR0, pub id_isar1: ID_ISAR1, pub id_isar2: ID_ISAR2, pub id_isar3: ID_ISAR3, pub id_isar4: ID_ISAR4, pub cpacr: CPACR, pub mpu_type: MPU_TYPE, pub mpu_ctrl: MPU_CTRL, pub mpu_rnr: MPU_RNR, pub mpu_rbar: MPU_RBAR, pub mpu_rasr: MPU_RASR, pub mpu_rbar_a1: MPU_RBAR_A1, pub mpu_rasr_a1: MPU_RASR_A1, pub mpu_rbar_a2: MPU_RBAR_A2, pub mpu_rasr_a2: MPU_RASR_A2, pub mpu_rbar_a3: MPU_RBAR_A3, pub mpu_rasr_a3: MPU_RASR_A3, pub dhcsr: DHCSR, pub dcrsr: DCRSR, pub dcrdr: DCRDR, pub demcr: DEMCR, pub stir: STIR, pub fpccr: FPCCR, pub fpcar: FPCAR, pub fpdscr: FPDSCR, pub mvfr0: MVFR0, pub mvfr1: MVFR1, // some fields omitted }

Register block

Fields

reserved000: RESERVED000

0x00 - Software should not rely on the value of a reserved. Writing any other value than the reset value may result in undefined behavior.

ictr: ICTR

0x04 - Interrupt Control Type Read this register to see the number of interrupt lines that the NVIC supports.

actlr: ACTLR

0x08 - Auxiliary Control This register is used to disable certain aspects of functionality within the processor

stcsr: STCSR

0x10 - SysTick Control and Status This register enables the SysTick features and returns status flags related to SysTick.

strvr: STRVR

0x14 - SysTick Reload Value This register is used to specify the start value to load into the current value register STCVR.CURRENT when the counter reaches 0. It can be any value between 1 and 0x00FFFFFF. A start value of 0 is possible, but has no effect because the SysTick interrupt and STCSR.COUNTFLAG are activated when counting from 1 to 0.

stcvr: STCVR

0x18 - SysTick Current Value Read from this register returns the current value of SysTick counter. Writing to this register resets the SysTick counter (as well as STCSR.COUNTFLAG).

stcr: STCR

0x1c - SysTick Calibration Value Used to enable software to scale to any required speed using divide and multiply.

nvic_iser0: NVIC_ISER0

0x100 - Irq 0 to 31 Set Enable This register is used to enable interrupts and determine which interrupts are currently enabled.

nvic_iser1: NVIC_ISER1

0x104 - Irq 32 to 63 Set Enable This register is used to enable interrupts and determine which interrupts are currently enabled.

nvic_icer0: NVIC_ICER0

0x180 - Irq 0 to 31 Clear Enable This register is used to disable interrupts and determine which interrupts are currently enabled.

nvic_icer1: NVIC_ICER1

0x184 - Irq 32 to 63 Clear Enable This register is used to disable interrupts and determine which interrupts are currently enabled.

nvic_ispr0: NVIC_ISPR0

0x200 - Irq 0 to 31 Set Pending This register is used to force interrupts into the pending state and determine which interrupts are currently pending.

nvic_ispr1: NVIC_ISPR1

0x204 - Irq 32 to 63 Set Pending This register is used to force interrupts into the pending state and determine which interrupts are currently pending.

nvic_icpr0: NVIC_ICPR0

0x280 - Irq 0 to 31 Clear Pending This register is used to clear pending interrupts and determine which interrupts are currently pending.

nvic_icpr1: NVIC_ICPR1

0x284 - Irq 32 to 63 Clear Pending This register is used to clear pending interrupts and determine which interrupts are currently pending.

nvic_iabr0: NVIC_IABR0

0x300 - Irq 0 to 31 Active Bit This register is used to determine which interrupts are active. Each flag in the register corresponds to one interrupt.

nvic_iabr1: NVIC_IABR1

0x304 - Irq 32 to 63 Active Bit This register is used to determine which interrupts are active. Each flag in the register corresponds to one interrupt.

nvic_ipr0: NVIC_IPR0

0x400 - Irq 0 to 3 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr1: NVIC_IPR1

0x404 - Irq 4 to 7 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr2: NVIC_IPR2

0x408 - Irq 8 to 11 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr3: NVIC_IPR3

0x40c - Irq 12 to 15 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr4: NVIC_IPR4

0x410 - Irq 16 to 19 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr5: NVIC_IPR5

0x414 - Irq 20 to 23 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr6: NVIC_IPR6

0x418 - Irq 24 to 27 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr7: NVIC_IPR7

0x41c - Irq 28 to 31 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr8: NVIC_IPR8

0x420 - Irq 32 to 35 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

nvic_ipr9: NVIC_IPR9

0x424 - Irq 32 to 35 Priority This register is used to assign a priority from 0 to 255 to each of the available interrupts. 0 is the highest priority, and 255 is the lowest. The interpretation of the Interrupt Priority Registers changes based on the setting in AIRCR.PRIGROUP.

cpuid: CPUID

0xd00 - CPUID Base This register determines the ID number of the processor core, the version number of the processor core and the implementation details of the processor core.

icsr: ICSR

0xd04 - Interrupt Control State This register is used to set a pending Non-Maskable Interrupt (NMI), set or clear a pending SVC, set or clear a pending SysTick, check for pending exceptions, check the vector number of the highest priority pended exception, and check the vector number of the active exception.

vtor: VTOR

0xd08 - Vector Table Offset This register is used to relocated the vector table base address. The vector table base offset determines the offset from the bottom of the memory map. The two most significant bits and the seven least significant bits of the vector table base offset must be 0. The portion of vector table base offset that is allowed to change is TBLOFF.

aircr: AIRCR

0xd0c - Application Interrupt/Reset Control This register is used to determine data endianness, clear all active state information for debug or to recover from a hard failure, execute a system reset, alter the priority grouping position (binary point).

scr: SCR

0xd10 - System Control This register is used for power-management functions, i.e., signaling to the system when the processor can enter a low power state, controlling how the processor enters and exits low power states.

ccr: CCR

0xd14 - Configuration Control This register is used to enable NMI, HardFault and FAULTMASK to ignore bus fault, trap divide by zero and unaligned accesses, enable user access to the Software Trigger Interrupt Register (STIR), control entry to Thread Mode.

shpr1: SHPR1

0xd18 - System Handlers 4-7 Priority This register is used to prioritize the following system handlers: Memory manage, Bus fault, and Usage fault. System Handlers are a special class of exception handler that can have their priority set to any of the priority levels. Most can be masked on (enabled) or off (disabled). When disabled, the fault is always treated as a Hard Fault.

shpr2: SHPR2

0xd1c - System Handlers 8-11 Priority This register is used to prioritize the SVC handler. System Handlers are a special class of exception handler that can have their priority set to any of the priority levels. Most can be masked on (enabled) or off (disabled). When disabled, the fault is always treated as a Hard Fault.

shpr3: SHPR3

0xd20 - System Handlers 12-15 Priority This register is used to prioritize the following system handlers: SysTick, PendSV and Debug Monitor. System Handlers are a special class of exception handler that can have their priority set to any of the priority levels. Most can be masked on (enabled) or off (disabled). When disabled, the fault is always treated as a Hard Fault.

shcsr: SHCSR

0xd24 - System Handler Control and State This register is used to enable or disable the system handlers, determine the pending status of bus fault, mem manage fault, and SVC, determine the active status of the system handlers. If a fault condition occurs while its fault handler is disabled, the fault escalates to a Hard Fault.

cfsr: CFSR

0xd28 - Configurable Fault Status This register is used to obtain information about local faults. These registers include three subsections: The first byte is Memory Manage Fault Status Register (MMFSR). The second byte is Bus Fault Status Register (BFSR). The higher half-word is Usage Fault Status Register (UFSR). The flags in these registers indicate the causes of local faults. Multiple flags can be set if more than one fault occurs. These register are read/write-clear. This means that they can be read normally, but writing a 1 to any bit clears that bit. The CFSR is byte accessible. CFSR or its subregisters can be accessed as follows: The following accesses are possible to the CFSR register: - access the complete register with a word access to 0xE000ED28. - access the MMFSR with a byte access to 0xE000ED28 - access the MMFSR and BFSR with a halfword access to 0xE000ED28 - access the BFSR with a byte access to 0xE000ED29 - access the UFSR with a halfword access to 0xE000ED2A.

hfsr: HFSR

0xd2c - Hard Fault Status This register is used to obtain information about events that activate the Hard Fault handler. This register is a write-clear register. This means that writing a 1 to a bit clears that bit.

dfsr: DFSR

0xd30 - Debug Fault Status This register is used to monitor external debug requests, vector catches, data watchpoint match, BKPT instruction execution, halt requests. Multiple flags in the Debug Fault Status Register can be set when multiple fault conditions occur. The register is read/write clear. This means that it can be read normally. Writing a 1 to a bit clears that bit. Note that these bits are not set unless the event is caught. This means that it causes a stop of some sort. If halting debug is enabled, these events stop the processor into debug. If debug is disabled and the debug monitor is enabled, then this becomes a debug monitor handler call, if priority permits. If debug and the monitor are both disabled, some of these events are Hard Faults, and some are ignored.

mmfar: MMFAR

0xd34 - Mem Manage Fault Address This register is used to read the address of the location that caused a Memory Manage Fault.

bfar: BFAR

0xd38 - Bus Fault Address This register is used to read the address of the location that generated a Bus Fault.

afsr: AFSR

0xd3c - Auxiliary Fault Status This register is used to determine additional system fault information to software. Single-cycle high level on an auxiliary faults is latched as one. The bit can only be cleared by writing a one to the corresponding bit. Auxiliary fault inputs to the CPU are tied to 0.

id_pfr0: ID_PFR0

0xd40 - Processor Feature 0

id_pfr1: ID_PFR1

0xd44 - Processor Feature 1

id_dfr0: ID_DFR0

0xd48 - Debug Feature 0 This register provides a high level view of the debug system. Further details are provided in the debug infrastructure itself.

id_afr0: ID_AFR0

0xd4c - Auxiliary Feature 0 This register provides some freedom for implementation defined features to be registered. Not used in Cortex-M.

id_mmfr0: ID_MMFR0

0xd50 - Memory Model Feature 0 General information on the memory model and memory management support.

id_mmfr1: ID_MMFR1

0xd54 - Memory Model Feature 1 General information on the memory model and memory management support.

id_mmfr2: ID_MMFR2

0xd58 - Memory Model Feature 2 General information on the memory model and memory management support.

id_mmfr3: ID_MMFR3

0xd5c - Memory Model Feature 3 General information on the memory model and memory management support.

id_isar0: ID_ISAR0

0xd60 - ISA Feature 0 Information on the instruction set attributes register

id_isar1: ID_ISAR1

0xd64 - ISA Feature 1 Information on the instruction set attributes register

id_isar2: ID_ISAR2

0xd68 - ISA Feature 2 Information on the instruction set attributes register

id_isar3: ID_ISAR3

0xd6c - ISA Feature 3 Information on the instruction set attributes register

id_isar4: ID_ISAR4

0xd70 - ISA Feature 4 Information on the instruction set attributes register

cpacr: CPACR

0xd88 - Coprocessor Access Control This register specifies the access privileges for coprocessors.

mpu_type: MPU_TYPE

0xd90 - MPU Type This register indicates many regions the MPU supports.

mpu_ctrl: MPU_CTRL

0xd94 - MPU Control This register is used to enable the MPU, enable the default memory map (background region), and enable the MPU when in Hard Fault, Non-maskable Interrupt (NMI), and FAULTMASK escalated handlers. When the MPU is enabled, at least one region of the memory map must be enabled for the MPU to function unless the PRIVDEFENA bit is set. If the PRIVDEFENA bit is set and no regions are enabled, then only privileged code can operate. When the MPU is disabled, the default address map is used, as if no MPU is present. When the MPU is enabled, only the system partition and vector table loads are always accessible. Other areas are accessible based on regions and whether PRIVDEFENA is enabled. Unless HFNMIENA is set, the MPU is not enabled when the exception priority is -1 or -2. These priorities are only possible when in Hard fault, NMI, or when FAULTMASK is enabled. The HFNMIENA bit enables the MPU when operating with these two priorities.

mpu_rnr: MPU_RNR

0xd98 - MPU Region Number This register is used to select which protection region is accessed. The following write to MPU_RASR or MPU_RBAR configures the characteristics of the protection region that is selected by this register.

mpu_rbar: MPU_RBAR

0xd9c - MPU Region Base Address This register writes the base address of a region. It also contains a REGION field that can be used to override MPU_RNR.REGION, if the VALID bit is set. This register sets the base for the region. It is aligned by the size. So, a 64-KB sized region must be aligned on a multiple of 64KB, for example, 0x00010000 or 0x00020000. The region always reads back as the current MPU region number. VALID always reads back as 0. Writing VALID = 1 and REGION = n changes the region number to n. This is a short-hand way to write the MPU_RNR. This register is unpredictable if accessed other than as a word.

mpu_rasr: MPU_RASR

0xda0 - MPU Region Attribute and Size This register controls the MPU access permissions. The register is made up of two part registers, each of halfword size. These can be accessed using the halfword size, or they can both be simultaneously accessed using a word operation. The sub-region disable bits are not supported for region sizes of 32 bytes, 64 bytes, and 128 bytes. When these region sizes are used, the subregion disable bits must be programmed as 0.

mpu_rbar_a1: MPU_RBAR_A1

0xda4 - MPU Alias 1 Region Base Address Alias for MPU_RBAR

mpu_rasr_a1: MPU_RASR_A1

0xda8 - MPU Alias 1 Region Attribute and Size Alias for MPU_RASR

mpu_rbar_a2: MPU_RBAR_A2

0xdac - MPU Alias 2 Region Base Address Alias for MPU_RBAR

mpu_rasr_a2: MPU_RASR_A2

0xdb0 - MPU Alias 2 Region Attribute and Size Alias for MPU_RASR

mpu_rbar_a3: MPU_RBAR_A3

0xdb4 - MPU Alias 3 Region Base Address Alias for MPU_RBAR

mpu_rasr_a3: MPU_RASR_A3

0xdb8 - MPU Alias 3 Region Attribute and Size Alias for MPU_RASR

dhcsr: DHCSR

0xdf0 - Debug Halting Control and Status The purpose of this register is to provide status information about the state of the processor, enable core debug, halt and step the processor. For writes, 0xA05F must be written to higher half-word of this register, otherwise the write operation is ignored and no bits are written into the register. If not enabled for Halting mode, C_DEBUGEN = 1, all other fields are disabled. This register is not reset on a core reset. It is reset by a power-on reset. However, C_HALT always clears on a core reset. To halt on a reset, the following bits must be enabled: DEMCR.VC_CORERESET and C_DEBUGEN. Note that writes to this register in any size other than word are unpredictable. It is acceptable to read in any size, and it can be used to avoid or intentionally change a sticky bit. Behavior of the system when writing to this register while CPU is halted (i.e. C_DEBUGEN = 1 and S_HALT= 1): C_HALT=0, C_STEP=0, C_MASKINTS=0 Exit Debug state and start instruction execution. Exceptions activate according to the exception configuration rules. C_HALT=0, C_STEP=0, C_MASKINTS=1 Exit Debug state and start instruction execution. PendSV, SysTick and external configurable interrupts are disabled, otherwise exceptions activate according to standard configuration rules. C_HALT=0, C_STEP=1, C_MASKINTS=0 Exit Debug state, step an instruction and halt. Exceptions activate according to the exception configuration rules. C_HALT=0, C_STEP=1, C_MASKINTS=1 Exit Debug state, step an instruction and halt. PendSV, SysTick and external configurable interrupts are disabled, otherwise exceptions activate according to standard configuration rules. C_HALT=1, C_STEP=x, C_MASKINTS=x Remain in Debug state

dcrsr: DCRSR

0xdf4 - Deubg Core Register Selector The purpose of this register is to select the processor register to transfer data to or from. This write-only register generates a handshake to the core to transfer data to or from Debug Core Register Data Register and the selected register. Until this core transaction is complete, DHCSR.S_REGRDY is 0. Note that writes to this register in any size but word are Unpredictable. Note that PSR registers are fully accessible this way, whereas some read as 0 when using MRS instructions. Note that all bits can be written, but some combinations cause a fault when execution is resumed.

dcrdr: DCRDR

0xdf8 - Debug Core Register Data

demcr: DEMCR

0xdfc - Debug Exception and Monitor Control The purpose of this register is vector catching and debug monitor control. This register manages exception behavior under debug. Vector catching is only available to halting debug. The upper halfword is for monitor controls and the lower halfword is for halting exception support. This register is not reset on a system reset. This register is reset by a power-on reset. The fields MON_EN, MON_PEND, MON_STEP and MON_REQ are always cleared on a core reset. The debug monitor is enabled by software in the reset handler or later, or by the AHB-AP port. Vector catching is semi-synchronous. When a matching event is seen, a Halt is requested. Because the processor can only halt on an instruction boundary, it must wait until the next instruction boundary. As a result, it stops on the first instruction of the exception handler. However, two special cases exist when a vector catch has triggered: 1. If a fault is taken during a vector read or stack push error the halt occurs on the corresponding fault handler for the vector error or stack push. 2. If a late arriving interrupt detected during a vector read or stack push error it is not taken. That is, an implementation that supports the late arrival optimization must suppress it in this case.

stir: STIR

0xf00 - Software Trigger Interrupt

fpccr: FPCCR

0xf34 - Floating Point Context Control This register holds control data for the floating-point unit. Accessible only by privileged software.

fpcar: FPCAR

0xf38 - Floating-Point Context Address This register holds the location of the unpopulated floating-point register space allocated on an exception stack frame.

fpdscr: FPDSCR

0xf3c - Floating Point Default Status Control This register holds the default values for the floating-point status control data that the processor assigns to the FPSCR when it creates a new floating-point context. Accessible only by privileged software.

mvfr0: MVFR0

0xf40 - Media and FP Feature 0 Describes the features provided by the Floating-point extension.

mvfr1: MVFR1

0xf44 - Media and FP Feature 1 Describes the features provided by the Floating-point extension.

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self