#include <chip/memory-map.h>
#include <chip/irq-map.h>
#include <stddef.h>

Go to the source code of this file.
Functions | |
| static void * | get_twis_regs (unsigned int id) |
| Get a pointer to the TWIS registers. | |
| static unsigned int | get_twis_irq (unsigned int id) |
| Get the IRQ of a TWIS module. | |
Definition in file twis.h.
| static unsigned int get_twis_irq | ( | unsigned int | id | ) | [inline, static] |
| static void* get_twis_regs | ( | unsigned int | id | ) | [inline, static] |
Get a pointer to the TWIS registers.
| id | The ID of the TWIS module. |
Definition at line 56 of file twis.h.
References assert, and unhandled_case.
1.5.8