Searched refs:cy_en_ble_eco_status_t (Results 1 – 5 of 5) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/ |
D | cy_ble_clk.c | 52 static cy_en_ble_eco_status_t Cy_BLE_HAL_RcbRegRead(uint16_t addr, uint16_t *data); 53 static cy_en_ble_eco_status_t Cy_BLE_HAL_RcbRegWrite(uint16_t addr, uint16_t data); 54 static cy_en_ble_eco_status_t Cy_BLE_HAL_EcoSetTrim(uint32_t trim, uint32_t startUpTime); 55 static cy_en_ble_eco_status_t Cy_BLE_HAL_MxdRadioEnableClocks(cy_en_ble_eco_freq_t bleEcoFreq, 234 cy_en_ble_eco_status_t Cy_BLE_EcoConfigure(cy_en_ble_eco_freq_t freq, cy_en_ble_eco_sys_clk_div_t s… in Cy_BLE_EcoConfigure() 237 cy_en_ble_eco_status_t status = CY_BLE_ECO_SUCCESS; in Cy_BLE_EcoConfigure() 247 status = (cy_en_ble_eco_status_t)CY_PRA_FUNCTION_CALL_RETURN_PARAM(CY_PRA_MSG_TYPE_SECURE_ONLY, in Cy_BLE_EcoConfigure() 490 cy_en_ble_eco_status_t Cy_BLE_EcoStart(const cy_stc_ble_eco_config_t *config) in Cy_BLE_EcoStart() 492 cy_en_ble_eco_status_t retValue = CY_BLE_ECO_BAD_PARAM; in Cy_BLE_EcoStart() 602 static cy_en_ble_eco_status_t Cy_BLE_HAL_RcbRegRead(uint16_t addr, uint16_t *data) in Cy_BLE_HAL_RcbRegRead() [all …]
|
D | cy_pra_cfg.c | 434 cy_en_ble_eco_status_t status; in Cy_PRA_AltHfInit()
|
/hal_infineon-3.6.0/bless/ |
D | cy_ble_clk.c | 52 static cy_en_ble_eco_status_t Cy_BLE_HAL_RcbRegRead(uint16_t addr, uint16_t *data); 53 static cy_en_ble_eco_status_t Cy_BLE_HAL_RcbRegWrite(uint16_t addr, uint16_t data); 54 static cy_en_ble_eco_status_t Cy_BLE_HAL_EcoSetTrim(uint32_t trim, uint32_t startUpTime); 55 static cy_en_ble_eco_status_t Cy_BLE_HAL_MxdRadioEnableClocks(cy_en_ble_eco_freq_t bleEcoFreq, 234 cy_en_ble_eco_status_t Cy_BLE_EcoConfigure(cy_en_ble_eco_freq_t freq, cy_en_ble_eco_sys_clk_div_t s… in Cy_BLE_EcoConfigure() 237 cy_en_ble_eco_status_t status = CY_BLE_ECO_SUCCESS; in Cy_BLE_EcoConfigure() 247 status = (cy_en_ble_eco_status_t)CY_PRA_FUNCTION_CALL_RETURN_PARAM(CY_PRA_MSG_TYPE_SECURE_ONLY, in Cy_BLE_EcoConfigure() 490 cy_en_ble_eco_status_t Cy_BLE_EcoStart(const cy_stc_ble_eco_config_t *config) in Cy_BLE_EcoStart() 492 cy_en_ble_eco_status_t retValue = CY_BLE_ECO_BAD_PARAM; in Cy_BLE_EcoStart() 602 static cy_en_ble_eco_status_t Cy_BLE_HAL_RcbRegRead(uint16_t addr, uint16_t *data) in Cy_BLE_HAL_RcbRegRead() [all …]
|
D | cy_ble_hal_pvt.c | 859 cy_en_ble_eco_status_t ecoStatus;
|
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_ble_clk.h | 228 } cy_en_ble_eco_status_t; typedef 294 cy_en_ble_eco_status_t Cy_BLE_EcoConfigure(cy_en_ble_eco_freq_t freq, 320 cy_en_ble_eco_status_t Cy_BLE_EcoStart(const cy_stc_ble_eco_config_t *config);
|