Searched refs:FUSES_BOD12_DIS_Pos (Results 1 – 1 of 1) sorted by relevance
862 #ifndef FUSES_BOD12_DIS_Pos in _nvm_translate_raw_fusebits_to_struct()863 #define FUSES_BOD12_DIS_Pos 23 in _nvm_translate_raw_fusebits_to_struct() macro864 #define FUSES_BOD12_DIS_Msk (0x1ul << FUSES_BOD12_DIS_Pos) in _nvm_translate_raw_fusebits_to_struct()877 >> FUSES_BOD12_DIS_Pos)); in _nvm_translate_raw_fusebits_to_struct()1074 #ifndef FUSES_BOD12_DIS_Pos in nvm_set_fuses()1075 #define FUSES_BOD12_DIS_Pos 23 in nvm_set_fuses() macro1076 #define FUSES_BOD12_DIS_Msk (0x1ul << FUSES_BOD12_DIS_Pos) in nvm_set_fuses()1088 fusebits[0] |= (!fb->bod12_enable) << FUSES_BOD12_DIS_Pos; in nvm_set_fuses()
Completed in 6 milliseconds