Home
last modified time | relevance | path

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

/bsp/samd21/sam_d2x_asflib/sam0/drivers/nvm/
A Dnvm.c862 #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() macro
864 #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() macro
1076 #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