Searched refs:BMP580_STATUS_NVM_RDY_MASK (Results 1 – 2 of 2) sorted by relevance
61 #define BMP580_STATUS_NVM_RDY_MASK BIT(1) macro
1750 if (!(reg & BMP580_STATUS_NVM_RDY_MASK)) { in bmp580_nvm_operation()1791 (reg & BMP580_STATUS_NVM_RDY_MASK), in bmp580_nvm_operation()2073 if (!(reg & BMP580_STATUS_NVM_RDY_MASK) || (reg & BMP580_STATUS_NVM_ERR_MASK)) { in bmp580_preinit()