Searched refs:bitVal (Results 1 – 2 of 2) sorted by relevance
55 cy_en_efuse_status_t Cy_EFUSE_GetEfuseBit(uint32_t bitNum, bool *bitVal) in Cy_EFUSE_GetEfuseBit() argument59 if (bitVal != NULL) in Cy_EFUSE_GetEfuseBit()63 *bitVal = false; in Cy_EFUSE_GetEfuseBit()72 *bitVal = (((byteVal >> bitPos) & 0x01U) != 0U); in Cy_EFUSE_GetEfuseBit()
232 cy_en_efuse_status_t Cy_EFUSE_GetEfuseBit(uint32_t bitNum, bool *bitVal);