Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/bsp/avr32/software_framework/drivers/flashc/
A Dflashc.h470 extern bool flashc_erase_gp_fuse_bit(unsigned int gp_fuse_bit, bool check);
495 extern bool flashc_erase_gp_fuse_bitfield(unsigned int pos, unsigned int width, bool check);
516 extern bool flashc_erase_gp_fuse_byte(unsigned int gp_fuse_byte, bool check);
536 extern bool flashc_erase_all_gp_fuses(bool check);
750 extern bool flashc_erase_page(int page_number, bool check);
767 extern bool flashc_erase_all_pages(bool check);
810 extern bool flashc_erase_user_page(bool check);
A Dflashc.c448 bool flashc_erase_gp_fuse_bit(unsigned int gp_fuse_bit, bool check) in flashc_erase_gp_fuse_bit() argument
451 return (check) ? flashc_read_gp_fuse_bit(gp_fuse_bit) : true; in flashc_erase_gp_fuse_bit()
471 bool flashc_erase_gp_fuse_byte(unsigned int gp_fuse_byte, bool check) in flashc_erase_gp_fuse_byte() argument
487 return (check) ? (flashc_read_gp_fuse_byte(gp_fuse_byte) == 0xFF) : true; in flashc_erase_gp_fuse_byte()
491 bool flashc_erase_all_gp_fuses(bool check) in flashc_erase_all_gp_fuses() argument
643 bool flashc_erase_page(int page_number, bool check) in flashc_erase_page() argument
648 if (check) { in flashc_erase_page()
657 bool flashc_erase_all_pages(bool check) in flashc_erase_all_pages() argument
664 all_pages_erased &= flashc_erase_page(--page_number, check); in flashc_erase_all_pages()
685 bool flashc_erase_user_page(bool check) in flashc_erase_user_page() argument
[all …]
/bsp/microchip/same54/bsp/documentation/
A Daes_demo.rst8 It crypt predefined plain text and check if the encode output cipher matches
10 It decrypt predefined cipher data and check if the decode output matches
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_can.c347 void CAN_SetFilter32b(CAN_TypeDef * CANx, uint32_t check, uint32_t mask) in CAN_SetFilter32b() argument
357 CANx->FILTER.ACR[3] = check & 0xFF; in CAN_SetFilter32b()
358 CANx->FILTER.ACR[2] = (check >> 8) & 0xFF; in CAN_SetFilter32b()
359 CANx->FILTER.ACR[1] = (check >> 16) & 0xFF; in CAN_SetFilter32b()
360 CANx->FILTER.ACR[0] = (check >> 24) & 0xFF; in CAN_SetFilter32b()
/bsp/microchip/samc21/bsp/config/
A Dhpl_sercom_config.h129 #warning Requested I2C baudrate too low, please check
132 #warning Requested I2C baudrate too high, please check
/bsp/microchip/saml10/bsp/config/
A Dhpl_sercom_config.h129 #warning Requested I2C baudrate too low, please check
132 #warning Requested I2C baudrate too high, please check
/bsp/microchip/same54/bsp/config/
A Dhpl_sercom_config.h398 #warning Requested I2C baudrate too low, please check
401 #warning Requested I2C baudrate too high, please check
/bsp/nxp/mcx/mcxn/Libraries/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/mm32f103x/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/nxp/mcx/mcxa/Libraries/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/nxp/mcx/mcxc/Libraries/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/nxp/imx/imxrt/libraries/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/essemi/es32vf2264/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/essemi/es32f369x/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/essemi/es32f0654/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/nxp/lpc/lpc55sxx/Libraries/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/nxp/imx/imxrt/imxrt1060-nxp-evk/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_sdram.h24 error Wrong SDRAM config, check ex_sdram.h
/bsp/simulator/SDL2/include/
A DSDL_config.h56 #error Wrong SDL_config.h, check your include path?
/bsp/avr32/software_framework/utils/
A Dstatus_codes.h58 #error ASF developers: check lwip err.h new value for ERR_TIMEOUT
/bsp/stm32/stm32f091-st-nucleo/board/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/stm32/stm32f103-dofly-M3S/board/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/stm32/stm32wb55-st-nucleo/board/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/stm32/stm32wl55-st-nucleo/board/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;
/bsp/stm32/stm32wle5-yizhilian-lm401/board/
A D.ignore_format.yml1 # files format check exclude path, please follow the instructions below to modify;

Completed in 31 milliseconds

12345678910>>...23