Function Macro

FwupdPluginBIT_SET

Declaration [src]

#define FU_BIT_SET (
  val,
  pos
)

Description [src]

Sets a bit in a value using a bitwise operation.

Available since:2.0.0
This function is not directly available to language bindings

Parameters

val -
 

Integer value.

pos -
 

Bit position, where 0 is the least significant byte.