/* * BL25CM1A.h * * Created on: 7 сент. 2023 г. * Author: seklyuts */ #ifndef SRC_BL25CM1A_H_ #define SRC_BL25CM1A_H_ void Bl25cm1a_en(void); void Bl25cm1a_write(void); void Bl25cm1a_write_data(uint32_t Addr); void Bl25cm1a_read_data(uint32_t Addr); #endif /* SRC_BL25CM1A_H_ */