Reads a 'val
' field, masked and shifted, given by mask 'field_mask
'.
Files
lib_def.h
Prototype
Code Block | ||
---|---|---|
| ||
DEF_BIT_FIELD_RD(val, field_mask); |
Arguments
val
Value to read from.
...
Reads a 'val
' field, masked and shifted, given by mask 'field_mask
'.
lib_def.h
Code Block | ||
---|---|---|
| ||
DEF_BIT_FIELD_RD(val, field_mask); |
val
Value to read from.
...