Home
last modified time | relevance | path

Searched refs:cm (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/esptool_py/test/
Dtest_espsecure.py541 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 …]
/hal_espressif-latest/components/soc/esp32/include/soc/
Dtwai_struct.h194 uint32_t cm: 1; /* CDR.7 Register Layout. Basic:0 Extended:1 */ member
/hal_espressif-latest/components/hal/esp32/include/hal/
Dtwai_ll.h850 hw->clock_divider_reg.cm = 1; in twai_ll_enable_extended_reg_layout()