MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / byte_aligned

Function byte_aligned

plugins/svd/src/mapper.rs:20–22  ·  view source on GitHub ↗
(bit_width: u32)

Source from the content-addressed store, hash-verified

18};
19
20pub fn byte_aligned(bit_width: u32) -> bool {
21 bit_width % 8 == 0
22}
23
24/// Byte aligned width for bit-width
25pub fn byte_width(bit_width: u32) -> u32 {

Callers 3

byte_widthFunction · 0.85
single_register_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected