Rev 56 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 56 | Rev 61 | ||
---|---|---|---|
Line 234... | Line 234... | ||
234 | __STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter(IWDG_TypeDef *IWDGx) |
234 | __STATIC_INLINE uint32_t LL_IWDG_GetReloadCounter(IWDG_TypeDef *IWDGx) |
235 | { |
235 | { |
236 | return (READ_REG(IWDGx->RLR)); |
236 | return (READ_REG(IWDGx->RLR)); |
237 | } |
237 | } |
238 | 238 | ||
239 | - | ||
240 | /** |
239 | /** |
241 | * @} |
240 | * @} |
242 | */ |
241 | */ |
243 | 242 | ||
244 | /** @defgroup IWDG_LL_EF_FLAG_Management FLAG_Management |
243 | /** @defgroup IWDG_LL_EF_FLAG_Management FLAG_Management |
Line 281... | Line 280... | ||
281 | 280 | ||
282 | /** |
281 | /** |
283 | * @} |
282 | * @} |
284 | */ |
283 | */ |
285 | 284 | ||
286 | - | ||
287 | /** |
285 | /** |
288 | * @} |
286 | * @} |
289 | */ |
287 | */ |
290 | 288 | ||
291 | /** |
289 | /** |