Searched refs:Remap (Results 1 – 13 of 13) sorted by relevance
194 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap) in HAL_TIMEx_RemapConfig() argument199 assert_param(IS_TIM_REMAP(htim->Instance, Remap)); in HAL_TIMEx_RemapConfig()202 WRITE_REG(htim->Instance->OR, Remap); in HAL_TIMEx_RemapConfig()
165 * Remap RAM at 0174 … __message "------------------------------- The Remap is NOT & REMAP ----------------------------";179 … __message "------------------------------- The Remap is done -----------------------------------";
24 # Test and set Remap30 echo "---------- The Remap is done ---------" \n
45 // Test and set Remap53 …printf ("------------------------------- The Remap is done -----------------------------------\n");
157 HAL_StatusTypeDef HAL_TIMEx_RemapConfig(TIM_HandleTypeDef *htim, uint32_t Remap);
2568 __STATIC_INLINE void LL_TIM_SetRemap(TIM_TypeDef *TIMx, uint32_t Remap) in LL_TIM_SetRemap() argument2570 MODIFY_REG(TIMx->OR, (Remap >> TIMx_OR_RMP_SHIFT), (Remap & TIMx_OR_RMP_MASK)); in LL_TIM_SetRemap()
50 menu "Remap JTAG Port"52 prompt "Remap JTAG Port"88 bool "USART1(Remap):(TX:PB6,RX:PB7)"
80 * Remap instruction for startup code and debugger.
80 * Remap instruction for startup code and debugger:
78 * Remap instruction for start-up code and debugger.
83 * Remap instruction for startup code and debugger.
91 * Remap instruction for startup code and debugger.
1383 # Remap JTAG Port1389 # end of Remap JTAG Port
Completed in 32 milliseconds