Function Macro

FwupdPluginBIT_CLEAR

Declaration [src]

#define FU_BIT_CLEAR (
  val,
  pos
)

Description [src]

Clears 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.