|
@@ -1,180 +1,2 @@
|
1
|
|
----- cmd Matches (273 in 7 files) ----
|
2
|
|
-includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) line 96 : void Power_ON_OFF_Ctrl(uint8_t type,uint8_t cmd){
|
3
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : printf("\r\ntype : %s cmd : %d\r\n",Bluecell_Prot_IndexStr[type - 4],cmd);
|
4
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
5
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
6
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
7
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
8
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
9
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
10
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
11
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
12
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
13
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd)
|
14
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : if(cmd){
|
15
|
|
-Power_ON_OFF_Ctrl in includes.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : printf("TDD SYNC OPERATE ; %d\r\n",cmd);
|
16
|
|
-includes.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Inc) line 25 : void Power_ON_OFF_Ctrl(uint8_t type,uint8_t cmd);
|
17
|
|
-{anonSDIO_TypeDef} in stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) : __IO uint32_t CMD;
|
18
|
|
-{anonSDIO_TypeDef} in stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) : __I uint32_t RESPCMD;
|
19
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5568 : #define SDIO_ARG_CMDARG_Pos (0U)
|
20
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5569 : #define SDIO_ARG_CMDARG_Msk (0xFFFFFFFFU << SDIO_ARG_CMDARG_Pos) /*!< 0xFFFFFFFF */
|
21
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5570 : #define SDIO_ARG_CMDARG SDIO_ARG_CMDARG_Msk /*!< Command argument */
|
22
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5572 : /******************* Bit definition for SDIO_CMD register *******************/
|
23
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5573 : #define SDIO_CMD_CMDINDEX_Pos (0U)
|
24
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5574 : #define SDIO_CMD_CMDINDEX_Msk (0x3FU << SDIO_CMD_CMDINDEX_Pos) /*!< 0x0000003F */
|
25
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5575 : #define SDIO_CMD_CMDINDEX SDIO_CMD_CMDINDEX_Msk /*!< Command Index */
|
26
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5577 : #define SDIO_CMD_WAITRESP_Pos (6U)
|
27
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5578 : #define SDIO_CMD_WAITRESP_Msk (0x3U << SDIO_CMD_WAITRESP_Pos) /*!< 0x000000C0 */
|
28
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5579 : #define SDIO_CMD_WAITRESP SDIO_CMD_WAITRESP_Msk /*!< WAITRESP[1:0] bits (Wait for response bits) */
|
29
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5580 : #define SDIO_CMD_WAITRESP_0 (0x1U << SDIO_CMD_WAITRESP_Pos) /*!< 0x0040 */
|
30
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5581 : #define SDIO_CMD_WAITRESP_1 (0x2U << SDIO_CMD_WAITRESP_Pos) /*!< 0x0080 */
|
31
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5583 : #define SDIO_CMD_WAITINT_Pos (8U)
|
32
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5584 : #define SDIO_CMD_WAITINT_Msk (0x1U << SDIO_CMD_WAITINT_Pos) /*!< 0x00000100 */
|
33
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5585 : #define SDIO_CMD_WAITINT SDIO_CMD_WAITINT_Msk /*!< CPSM Waits for Interrupt Request */
|
34
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5586 : #define SDIO_CMD_WAITPEND_Pos (9U)
|
35
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5587 : #define SDIO_CMD_WAITPEND_Msk (0x1U << SDIO_CMD_WAITPEND_Pos) /*!< 0x00000200 */
|
36
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5588 : #define SDIO_CMD_WAITPEND SDIO_CMD_WAITPEND_Msk /*!< CPSM Waits for ends of data transfer (CmdPend internal signal) */
|
37
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5589 : #define SDIO_CMD_CPSMEN_Pos (10U)
|
38
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5590 : #define SDIO_CMD_CPSMEN_Msk (0x1U << SDIO_CMD_CPSMEN_Pos) /*!< 0x00000400 */
|
39
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5591 : #define SDIO_CMD_CPSMEN SDIO_CMD_CPSMEN_Msk /*!< Command path state machine (CPSM) Enable bit */
|
40
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5592 : #define SDIO_CMD_SDIOSUSPEND_Pos (11U)
|
41
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5593 : #define SDIO_CMD_SDIOSUSPEND_Msk (0x1U << SDIO_CMD_SDIOSUSPEND_Pos) /*!< 0x00000800 */
|
42
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5594 : #define SDIO_CMD_SDIOSUSPEND SDIO_CMD_SDIOSUSPEND_Msk /*!< SD I/O suspend command */
|
43
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5595 : #define SDIO_CMD_ENCMDCOMPL_Pos (12U)
|
44
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5596 : #define SDIO_CMD_ENCMDCOMPL_Msk (0x1U << SDIO_CMD_ENCMDCOMPL_Pos) /*!< 0x00001000 */
|
45
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5597 : #define SDIO_CMD_ENCMDCOMPL SDIO_CMD_ENCMDCOMPL_Msk /*!< Enable CMD completion */
|
46
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5598 : #define SDIO_CMD_NIEN_Pos (13U)
|
47
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5599 : #define SDIO_CMD_NIEN_Msk (0x1U << SDIO_CMD_NIEN_Pos) /*!< 0x00002000 */
|
48
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5600 : #define SDIO_CMD_NIEN SDIO_CMD_NIEN_Msk /*!< Not Interrupt Enable */
|
49
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5601 : #define SDIO_CMD_CEATACMD_Pos (14U)
|
50
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5602 : #define SDIO_CMD_CEATACMD_Msk (0x1U << SDIO_CMD_CEATACMD_Pos) /*!< 0x00004000 */
|
51
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5603 : #define SDIO_CMD_CEATACMD SDIO_CMD_CEATACMD_Msk /*!< CE-ATA command */
|
52
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5605 : /***************** Bit definition for SDIO_RESPCMD register *****************/
|
53
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5606 : #define SDIO_RESPCMD_RESPCMD_Pos (0U)
|
54
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5607 : #define SDIO_RESPCMD_RESPCMD_Msk (0x3FU << SDIO_RESPCMD_RESPCMD_Pos) /*!< 0x0000003F */
|
55
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5608 : #define SDIO_RESPCMD_RESPCMD SDIO_RESPCMD_RESPCMD_Msk /*!< Response command index */
|
56
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5704 : #define SDIO_STA_CMDREND_Pos (6U)
|
57
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5705 : #define SDIO_STA_CMDREND_Msk (0x1U << SDIO_STA_CMDREND_Pos) /*!< 0x00000040 */
|
58
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5706 : #define SDIO_STA_CMDREND SDIO_STA_CMDREND_Msk /*!< Command response received (CRC check passed) */
|
59
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5707 : #define SDIO_STA_CMDSENT_Pos (7U)
|
60
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5708 : #define SDIO_STA_CMDSENT_Msk (0x1U << SDIO_STA_CMDSENT_Pos) /*!< 0x00000080 */
|
61
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5709 : #define SDIO_STA_CMDSENT SDIO_STA_CMDSENT_Msk /*!< Command sent (no response required) */
|
62
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5719 : #define SDIO_STA_CMDACT_Pos (11U)
|
63
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5720 : #define SDIO_STA_CMDACT_Msk (0x1U << SDIO_STA_CMDACT_Pos) /*!< 0x00000800 */
|
64
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5721 : #define SDIO_STA_CMDACT SDIO_STA_CMDACT_Msk /*!< Command transfer in progress */
|
65
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5757 : #define SDIO_STA_CEATAEND SDIO_STA_CEATAEND_Msk /*!< CE-ATA command completion signal received for CMD61 */
|
66
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5778 : #define SDIO_ICR_CMDRENDC_Pos (6U)
|
67
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5779 : #define SDIO_ICR_CMDRENDC_Msk (0x1U << SDIO_ICR_CMDRENDC_Pos) /*!< 0x00000040 */
|
68
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5780 : #define SDIO_ICR_CMDRENDC SDIO_ICR_CMDRENDC_Msk /*!< CMDREND flag clear bit */
|
69
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5781 : #define SDIO_ICR_CMDSENTC_Pos (7U)
|
70
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5782 : #define SDIO_ICR_CMDSENTC_Msk (0x1U << SDIO_ICR_CMDSENTC_Pos) /*!< 0x00000080 */
|
71
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5783 : #define SDIO_ICR_CMDSENTC SDIO_ICR_CMDSENTC_Msk /*!< CMDSENT flag clear bit */
|
72
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5819 : #define SDIO_MASK_CMDRENDIE_Pos (6U)
|
73
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5820 : #define SDIO_MASK_CMDRENDIE_Msk (0x1U << SDIO_MASK_CMDRENDIE_Pos) /*!< 0x00000040 */
|
74
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5821 : #define SDIO_MASK_CMDRENDIE SDIO_MASK_CMDRENDIE_Msk /*!< Command Response Received Interrupt Enable */
|
75
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5822 : #define SDIO_MASK_CMDSENTIE_Pos (7U)
|
76
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5823 : #define SDIO_MASK_CMDSENTIE_Msk (0x1U << SDIO_MASK_CMDSENTIE_Pos) /*!< 0x00000080 */
|
77
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5824 : #define SDIO_MASK_CMDSENTIE SDIO_MASK_CMDSENTIE_Msk /*!< Command Sent Interrupt Enable */
|
78
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5834 : #define SDIO_MASK_CMDACTIE_Pos (11U)
|
79
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5835 : #define SDIO_MASK_CMDACTIE_Msk (0x1U << SDIO_MASK_CMDACTIE_Pos) /*!< 0x00000800 */
|
80
|
|
-stm32f103xe.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\CMSIS\Device\ST\STM32F1xx\Include) line 5836 : #define SDIO_MASK_CMDACTIE SDIO_MASK_CMDACTIE_Msk /*!< Command Acting Interrupt Enable */
|
81
|
|
-HAL_TIM_OC_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
82
|
|
-HAL_TIM_OC_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
83
|
|
-HAL_TIM_OC_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
84
|
|
-HAL_TIM_OC_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
85
|
|
-HAL_TIM_OC_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
86
|
|
-HAL_TIM_OC_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
87
|
|
-HAL_TIM_PWM_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
88
|
|
-HAL_TIM_PWM_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
89
|
|
-HAL_TIM_PWM_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
90
|
|
-HAL_TIM_PWM_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
91
|
|
-HAL_TIM_PWM_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
92
|
|
-HAL_TIM_PWM_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
93
|
|
-HAL_TIM_IC_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
94
|
|
-HAL_TIM_IC_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
95
|
|
-HAL_TIM_IC_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
96
|
|
-HAL_TIM_IC_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
97
|
|
-HAL_TIM_IC_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_ENABLE);
|
98
|
|
-HAL_TIM_IC_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, Channel, TIM_CCx_DISABLE);
|
99
|
|
-HAL_TIM_OnePulse_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
100
|
|
-HAL_TIM_OnePulse_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
101
|
|
-HAL_TIM_OnePulse_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
102
|
|
-HAL_TIM_OnePulse_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
103
|
|
-HAL_TIM_OnePulse_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
104
|
|
-HAL_TIM_OnePulse_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
105
|
|
-HAL_TIM_OnePulse_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
106
|
|
-HAL_TIM_OnePulse_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
107
|
|
-HAL_TIM_Encoder_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
108
|
|
-HAL_TIM_Encoder_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
109
|
|
-HAL_TIM_Encoder_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
110
|
|
-HAL_TIM_Encoder_Start in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
111
|
|
-HAL_TIM_Encoder_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
112
|
|
-HAL_TIM_Encoder_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
113
|
|
-HAL_TIM_Encoder_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
114
|
|
-HAL_TIM_Encoder_Stop in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
115
|
|
-HAL_TIM_Encoder_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
116
|
|
-HAL_TIM_Encoder_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
117
|
|
-HAL_TIM_Encoder_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
118
|
|
-HAL_TIM_Encoder_Start_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
119
|
|
-HAL_TIM_Encoder_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
120
|
|
-HAL_TIM_Encoder_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
121
|
|
-HAL_TIM_Encoder_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
122
|
|
-HAL_TIM_Encoder_Stop_IT in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
123
|
|
-HAL_TIM_Encoder_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
124
|
|
-HAL_TIM_Encoder_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
125
|
|
-HAL_TIM_Encoder_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
126
|
|
-HAL_TIM_Encoder_Start_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_ENABLE);
|
127
|
|
-HAL_TIM_Encoder_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
128
|
|
-HAL_TIM_Encoder_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
129
|
|
-HAL_TIM_Encoder_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
130
|
|
-HAL_TIM_Encoder_Stop_DMA in stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_2, TIM_CCx_DISABLE);
|
131
|
|
-stm32f1xx_hal_tim.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) line 5390 : void TIM_CCxChannelCmd(TIM_TypeDef* TIMx, uint32_t Channel, uint32_t ChannelState)
|
132
|
|
-stm32f1xx_hal_tim.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc) line 1173 : void TIM_CCxChannelCmd(TIM_TypeDef* TIMx, uint32_t Channel, uint32_t ChannelState);
|
133
|
|
-stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) line 123 : static void TIM_CCxNChannelCmd(TIM_TypeDef* TIMx, uint32_t Channel, uint32_t ChannelNState);
|
134
|
|
-HAL_TIMEx_HallSensor_Start in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
135
|
|
-HAL_TIMEx_HallSensor_Stop in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
136
|
|
-HAL_TIMEx_HallSensor_Start_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
137
|
|
-HAL_TIMEx_HallSensor_Stop_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
138
|
|
-HAL_TIMEx_HallSensor_Start_DMA in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_ENABLE);
|
139
|
|
-HAL_TIMEx_HallSensor_Stop_DMA in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxChannelCmd(htim->Instance, TIM_CHANNEL_1, TIM_CCx_DISABLE);
|
140
|
|
-HAL_TIMEx_OCN_Start in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_ENABLE);
|
141
|
|
-HAL_TIMEx_OCN_Stop in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_DISABLE);
|
142
|
|
-HAL_TIMEx_OCN_Start_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_ENABLE);
|
143
|
|
-HAL_TIMEx_OCN_Stop_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_DISABLE);
|
144
|
|
-HAL_TIMEx_OCN_Start_DMA in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_ENABLE);
|
145
|
|
-HAL_TIMEx_OCN_Stop_DMA in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_DISABLE);
|
146
|
|
-HAL_TIMEx_PWMN_Start in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_ENABLE);
|
147
|
|
-HAL_TIMEx_PWMN_Stop in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_DISABLE);
|
148
|
|
-HAL_TIMEx_PWMN_Start_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_ENABLE);
|
149
|
|
-HAL_TIMEx_PWMN_Stop_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_DISABLE);
|
150
|
|
-HAL_TIMEx_PWMN_Start_DMA in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_ENABLE);
|
151
|
|
-HAL_TIMEx_PWMN_Stop_DMA in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, Channel, TIM_CCxN_DISABLE);
|
152
|
|
-HAL_TIMEx_OnePulseN_Start in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, OutputChannel, TIM_CCxN_ENABLE);
|
153
|
|
-HAL_TIMEx_OnePulseN_Stop in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, OutputChannel, TIM_CCxN_DISABLE);
|
154
|
|
-HAL_TIMEx_OnePulseN_Start_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, OutputChannel, TIM_CCxN_ENABLE);
|
155
|
|
-HAL_TIMEx_OnePulseN_Stop_IT in stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) : TIM_CCxNChannelCmd(htim->Instance, OutputChannel, TIM_CCxN_DISABLE);
|
156
|
|
-stm32f1xx_hal_tim_ex.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Src) line 1743 : static void TIM_CCxNChannelCmd(TIM_TypeDef* TIMx, uint32_t Channel, uint32_t ChannelNState)
|
157
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 665 : #define CF_STATUS_CMD ATA_STATUS_CMD
|
158
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 666 : #define CF_STATUS_CMD_ALTERNATE ATA_STATUS_CMD_ALTERNATE
|
159
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 670 : #define CF_READ_SECTOR_CMD ATA_READ_SECTOR_CMD
|
160
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 671 : #define CF_WRITE_SECTOR_CMD ATA_WRITE_SECTOR_CMD
|
161
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 672 : #define CF_ERASE_SECTOR_CMD ATA_ERASE_SECTOR_CMD
|
162
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 673 : #define CF_IDENTIFY_CMD ATA_IDENTIFY_CMD
|
163
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1079 : #define HAL_DBG_LowPowerConfig(Periph, cmd) (((cmd)==ENABLE)? HAL_DBGMCU_DBG_EnableLowPowerConfig(Periph) : HAL_DBGMCU_DBG_DisableLowPowerConfig(Periph))
|
164
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1081 : #define HAL_Lock_Cmd(cmd) (((cmd)==ENABLE) ? HAL_SYSCFG_Enable_Lock_VREFINT() : HAL_SYSCFG_Disable_Lock_VREFINT())
|
165
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1084 : #define HAL_VREFINT_Cmd(cmd) (((cmd)==ENABLE)? HAL_SYSCFG_EnableVREFINT() : HAL_SYSCFG_DisableVREFINT())
|
166
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1086 : #define HAL_ADC_EnableBuffer_Cmd(cmd) (((cmd)==ENABLE) ? HAL_ADCEx_EnableVREFINT() : HAL_ADCEx_DisableVREFINT())
|
167
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1087 : #define HAL_ADC_EnableBufferSensor_Cmd(cmd) (((cmd)==ENABLE) ? HAL_ADCEx_EnableVREFINTTempSensor() : HAL_ADCEx_DisableVREFINTTempSensor())
|
168
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1115 : #define HAL_I2CFastModePlusConfig(SYSCFG_I2CFastModePlus, cmd) (((cmd)==ENABLE)? HAL_I2CEx_EnableFastModePlus(SYSCFG_I2CFastModePlus): HAL_I2CEx_DisableFastModePlus(SYSCFG_I2CFastModePlus))
|
169
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 1810 : #define HAL_RC48_EnableBuffer_Cmd(cmd) (((cmd)==ENABLE) ? HAL_RCCEx_EnableHSI48_VREFINT() : HAL_RCCEx_DisableHSI48_VREFINT())
|
170
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2370 : #define __CCMDATARAMEN_CLK_ENABLE __HAL_RCC_CCMDATARAMEN_CLK_ENABLE
|
171
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2371 : #define __CCMDATARAMEN_CLK_DISABLE __HAL_RCC_CCMDATARAMEN_CLK_DISABLE
|
172
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2928 : #define SD_CMD_SD_APP_STAUS SD_CMD_SD_APP_STATUS
|
173
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2935 : #define SD_CMD_SDMMC_SEN_OP_COND SD_CMD_SDIO_SEN_OP_COND
|
174
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2936 : #define SD_CMD_SDMMC_RW_DIRECT SD_CMD_SDIO_RW_DIRECT
|
175
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2937 : #define SD_CMD_SDMMC_RW_EXTENDED SD_CMD_SDIO_RW_EXTENDED
|
176
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2949 : #define SDMMC_CMD0TIMEOUT SDIO_CMD0TIMEOUT
|
177
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2961 : #define SD_CMD_SDIO_SEN_OP_COND SD_CMD_SDMMC_SEN_OP_COND
|
178
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2962 : #define SD_CMD_SDIO_RW_DIRECT SD_CMD_SDMMC_RW_DIRECT
|
179
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2963 : #define SD_CMD_SDIO_RW_EXTENDED SD_CMD_SDMMC_RW_EXTENDED
|
180
|
|
-stm32_hal_legacy.h (D:\workspace\STM32F103_ATTEN_PLL_Zig\Drivers\STM32F1xx_HAL_Driver\Inc\Legacy) line 2975 : #define SDIO_CMD0TIMEOUT SDMMC_CMD0TIMEOUT
|
|
1
|
+---- why not? Matches (1 in 1 files) ----
|
|
2
|
+PE43711_ALL_atten_ctrl in PE43711.c (D:\workspace\STM32F103_ATTEN_PLL_Zig\Src) : printf("why not? \r\n");
|