Home
last modified time | relevance | path

Searched refs:bitVal (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/source/
Dcy_efuse.c55 cy_en_efuse_status_t Cy_EFUSE_GetEfuseBit(uint32_t bitNum, bool *bitVal) in Cy_EFUSE_GetEfuseBit() argument
59 if (bitVal != NULL) in Cy_EFUSE_GetEfuseBit()
63 *bitVal = false; in Cy_EFUSE_GetEfuseBit()
72 *bitVal = (((byteVal >> bitPos) & 0x01U) != 0U); in Cy_EFUSE_GetEfuseBit()
/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_efuse.h232 cy_en_efuse_status_t Cy_EFUSE_GetEfuseBit(uint32_t bitNum, bool *bitVal);