Searched refs:cm (Results 1 – 3 of 3) sorted by relevance
541 with pytest.raises(esptool.FatalError) as cm:543 assert "Signature is not valid" in str(cm.value)553 with pytest.raises(esptool.FatalError) as cm:555 assert "Signature could not be verified with the provided key." in str(cm.value)565 with pytest.raises(esptool.FatalError) as cm:567 assert "Invalid datafile" in str(cm.value)577 with pytest.raises(esptool.FatalError) as cm:579 assert "Signature could not be verified with the provided key." in str(cm.value)589 with pytest.raises(esptool.FatalError) as cm:591 assert "Signature could not be verified with the provided key." in str(cm.value)[all …]
194 uint32_t cm: 1; /* CDR.7 Register Layout. Basic:0 Extended:1 */ member
850 hw->clock_divider_reg.cm = 1; in twai_ll_enable_extended_reg_layout()