![]() |
MAX78002 Peripheral Driver API
Peripheral Driver API for the MAX78002
|
Modules | |
Register Offsets | |
SEMA_SEMAPHORES | |
SEMA_IRQ0 | |
SEMA_MAIL0 | |
SEMA_IRQ1 | |
SEMA_MAIL1 | |
SEMA_STATUS | |
Files | |
file | sema_regs.h |
Data Structures | |
struct | mxc_sema_regs_t |
Registers, Bit Masks and Bit Positions for the SEMA Peripheral Module.
The Semaphore peripheral allows multiple cores in a system to cooperate when accessing shred resources. The peripheral contains eight semaphores that can be atomically set and cleared. It is left to the discretion of the software architect to decide how and when the semaphores are used and how they are allocated. Existing hardware does not have to be
modified for this type of cooperative sharing, and the use of semaphores is exclusively within the software domain.
struct mxc_sema_regs_t |
Structure type to access the SEMA Registers.
Data Fields | |
__IO uint32_t | semaphores [8] |
__IO uint32_t | irq0 |
__IO uint32_t | mail0 |
__IO uint32_t | irq1 |
__IO uint32_t | mail1 |
__IO uint32_t | status |
__IO uint32_t irq0 |
0x40:
SEMA IRQ0 Register
__IO uint32_t irq1 |
0x48:
SEMA IRQ1 Register
__IO uint32_t mail0 |
0x44:
SEMA MAIL0 Register
__IO uint32_t mail1 |
0x4C:
SEMA MAIL1 Register
__IO uint32_t semaphores[8] |
0x00:
SEMA SEMAPHORES Register
__IO uint32_t status |
0x100:
SEMA STATUS Register