Zephyr API 3.6.99
|
Go to the source code of this file.
Functions | |
static ALWAYS_INLINE void | sys_io_set_bit (io_port_t port, unsigned int bit) |
static ALWAYS_INLINE void | sys_io_clear_bit (io_port_t port, unsigned int bit) |
static ALWAYS_INLINE int | sys_io_test_bit (io_port_t port, unsigned int bit) |
static ALWAYS_INLINE int | sys_io_test_and_set_bit (io_port_t port, unsigned int bit) |
static ALWAYS_INLINE int | sys_io_test_and_clear_bit (io_port_t port, unsigned int bit) |
|
static |
|
static |
|
static |
|
static |
|
static |