Go to the source code of this file.
Macros | |
#define | TISCI_BIT(n) (((uint32_t) 1U) << (n)) |
This file contains: More... | |
Functions | |
static uint32_t | get_field (uint32_t val, uint32_t end, uint32_t start) |
extract the specified bit field from a 32 bit unsigned integer. More... | |
static uint32_t | set_field (uint32_t tgt, uint32_t end, uint32_t start, uint32_t val) |
set the specified bit field from a 32 bit unsigned integer to provided value More... | |
static uint32_t | get_mask (uint32_t end, uint32_t start) |
Generate a mask for the give bit field [end:start]. More... | |